Color Hex Logo

#955704 Color Hex

#955704
(149,87,4)
0 Favorites   0 Comments

Color spaces of #955704

RGB 149874
HSL0.100.950.30
HSV34°97°58°
CMYK 0.000.420.97   0.42
XYZ15.824513.21471.8315
Yxy13.21470.51260.4281
Hunter Lab36.352014.087322.4593
CIE-Lab43.085020.387450.6263

#955704 color RGB value is (149,87,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01010111 00000100
Octal 225 127 4
Decimal 149 87 4
Hex 95 57 4

RGB Percentages of Color #955704

%62.08
%36.25
%1.67

CMYK Percentages of Color #955704

%0
%42
%97
%42

Triadic Colors of #955704

#955704 #049557 #570495

Analogous Colors of #955704

#955704 #8b9504 #950e04

Monochromatic Colors of #955704

#955704

Complementary Color

#955704 #044295

#955704 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#955704 Color Preview on White Background

Lorem ipsum dolor sit amet.

#955704 Color CSS Codes

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

#955704 Text Font Color

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

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


#955704 Background Color

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

This div background color is #955704


#955704 Border Color

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

This div border color is #955704


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #955704


Comments

No comments written yet.

Please login to write comment.