Color Hex Logo

#953606 Color Hex

#953606
(149,54,6)
0 Favorites   0 Comments

Color spaces of #953606

RGB 149546
HSL0.060.920.30
HSV20°96°58°
CMYK 0.000.640.96   0.42
XYZ13.74659.04101.1929
Yxy9.04100.57320.3770
Hunter Lab30.068328.986618.6956
CIE-Lab36.063138.044945.3440

#953606 color RGB value is (149,54,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110110 00000110
Octal 225 66 6
Decimal 149 54 6
Hex 95 36 6

RGB Percentages of Color #953606

%71.29
%25.84
%2.87

CMYK Percentages of Color #953606

%0
%64
%96
%42

Triadic Colors of #953606

#953606 #069536 #360695

Analogous Colors of #953606

#953606 #957e06 #95061e

Monochromatic Colors of #953606

#953606

Complementary Color

#953606 #066595

#953606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953606 Color CSS Codes

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

#953606 Text Font Color

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

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


#953606 Background Color

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

This div background color is #953606


#953606 Border Color

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

This div border color is #953606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953606


Comments

No comments written yet.

Please login to write comment.