Color Hex Logo

#965018 Color Hex

#965018
(150,80,24)
0 Favorites   0 Comments

Color spaces of #965018

RGB 1508024
HSL0.070.720.34
HSV27°84°59°
CMYK 0.000.470.84   0.41
XYZ15.611212.28732.4130
Yxy12.28730.51500.4054
Hunter Lab35.053218.153020.4559
CIE-Lab41.669125.248743.2521

#965018 color RGB value is (150,80,24).

#965018 hex color red value is 150, green value is 80 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #965018 hue: 0.07 , saturation: 0.72 and the lightness value of 965018 is 0.34.

The process color (four color CMYK) of #965018 color hex is 0.00, 0.47, 0.84, 0.41. Web safe color of #965018 is #996600. Color #965018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01010000 00011000
Octal 226 120 30
Decimal 150 80 24
Hex 96 50 18

RGB Percentages of Color #965018

%59.06
%31.50
%9.45

CMYK Percentages of Color #965018

%0
%47
%84
%41

Triadic Colors of #965018

#965018 #189650 #501896

Analogous Colors of #965018

#965018 #968f18 #96181f

Monochromatic Colors of #965018

#965018

Complementary Color

#965018 #185e96

#965018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#965018 Color CSS Codes

.mybgcolor {background-color:#965018; } 
.myforecolor {color:#965018; }
.mybordercolor {border:3px solid #965018; }

#965018 Text Font Color

<p style="color:#965018">Text here</p>

This sample text font color is #965018
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#965018 Background Color

<div style="background-color:#965018">
Div content here</div>

This div background color is #965018


#965018 Border Color

<div style="border:3px solid #965018">
Div here</div>

This div border color is #965018


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,80,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #965018; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #965018;
  -webkit-box-shadow: 1px 1px 3px 2px #965018;
  box-shadow:         1px 1px 3px 2px #965018; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,80,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #965018">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #965018;
  -webkit-box-shadow: 1px 1px 3px 2px #965018;
  box-shadow:         1px 1px 3px 2px #965018;">
Div content here</div>

This div box has shadow with color #965018


Comments

No comments written yet.

Please login to write comment.