Color Hex Logo

#953806 Color Hex

#953806
(149,56,6)
0 Favorites   0 Comments

Color spaces of #953806

RGB 149566
HSL0.060.920.30
HSV21°96°58°
CMYK 0.000.620.96   0.42
XYZ13.84159.23111.2245
Yxy9.23110.56970.3799
Hunter Lab30.382728.149718.8784
CIE-Lab36.425537.086145.5800

#953806 color RGB value is (149,56,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00111000 00000110
Octal 225 70 6
Decimal 149 56 6
Hex 95 38 6

RGB Percentages of Color #953806

%70.62
%26.54
%2.84

CMYK Percentages of Color #953806

%0
%62
%96
%42

Triadic Colors of #953806

#953806 #069538 #380695

Analogous Colors of #953806

#953806 #958006 #95061b

Monochromatic Colors of #953806

#953806

Complementary Color

#953806 #066395

#953806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953806 Color CSS Codes

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

#953806 Text Font Color

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

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


#953806 Background Color

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

This div background color is #953806


#953806 Border Color

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

This div border color is #953806


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,56,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 #953806">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953806


Comments

No comments written yet.

Please login to write comment.