Color Hex Logo

#954606 Color Hex

#954606
(149,70,6)
0 Favorites   0 Comments

Color spaces of #954606

RGB 149706
HSL0.070.920.30
HSV27°96°58°
CMYK 0.000.530.96   0.42
XYZ14.617510.78301.4832
Yxy10.78300.54370.4011
Hunter Lab32.837521.993120.3082
CIE-Lab39.212629.899747.4291

#954606 color RGB value is (149,70,6).

#954606 hex color red value is 149, green value is 70 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #954606 hue: 0.07 , saturation: 0.92 and the lightness value of 954606 is 0.30.

The process color (four color CMYK) of #954606 color hex is 0.00, 0.53, 0.96, 0.42. Web safe color of #954606 is #993300. Color #954606 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01000110 00000110
Octal 225 106 6
Decimal 149 70 6
Hex 95 46 6

RGB Percentages of Color #954606

%66.22
%31.11
%2.67

CMYK Percentages of Color #954606

%0
%53
%96
%42

Triadic Colors of #954606

#954606 #069546 #460695

Analogous Colors of #954606

#954606 #958e06 #95060d

Monochromatic Colors of #954606

#954606

Complementary Color

#954606 #065595

#954606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#954606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#954606 Color CSS Codes

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

#954606 Text Font Color

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

This sample text font color is #954606
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.


#954606 Background Color

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

This div background color is #954606


#954606 Border Color

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

This div border color is #954606


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,70,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #954606; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #954606;
  -webkit-box-shadow: 1px 1px 3px 2px #954606;
  box-shadow:         1px 1px 3px 2px #954606; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,70,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #954606


Comments

No comments written yet.

Please login to write comment.