Color Hex Logo

#953704 Color Hex

#953704
(149,55,4)
0 Favorites   0 Comments

Color spaces of #953704

RGB 149554
HSL0.060.950.30
HSV21°97°58°
CMYK 0.000.630.97   0.42
XYZ13.78259.13071.1508
Yxy9.13070.57270.3794
Hunter Lab30.217028.537018.8939
CIE-Lab36.234737.534146.1688

#953704 color RGB value is (149,55,4).

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

The process color (four color CMYK) of #953704 color hex is 0.00, 0.63, 0.97, 0.42. Web safe color of #953704 is #993300. Color #953704 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 00110111 00000100
Octal 225 67 4
Decimal 149 55 4
Hex 95 37 4

RGB Percentages of Color #953704

%71.63
%26.44
%1.92

CMYK Percentages of Color #953704

%0
%63
%97
%42

Triadic Colors of #953704

#953704 #049537 #370495

Analogous Colors of #953704

#953704 #958004 #950419

Monochromatic Colors of #953704

#953704

Complementary Color

#953704 #046295

#953704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#953704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#953704 Color CSS Codes

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

#953704 Text Font Color

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

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


#953704 Background Color

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

This div background color is #953704


#953704 Border Color

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

This div border color is #953704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #953704


Comments

No comments written yet.

Please login to write comment.