Color Hex Logo

#99475f Color Hex

#99475F
(153,71,95)
0 Favorites   0 Comments

Color spaces of #99475f

RGB 1537195
HSL0.950.370.44
HSV342°54°60°
CMYK 0.000.540.38   0.40
XYZ17.455712.105012.2430
Yxy12.10500.41760.2896
Hunter Lab34.792228.66933.4911
CIE-Lab41.382536.86962.4031

#99475f color RGB value is (153,71,95).

#99475f hex color red value is 153, green value is 71 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #99475f hue: 0.95 , saturation: 0.37 and the lightness value of 99475f is 0.44.

The process color (four color CMYK) of #99475f color hex is 0.00, 0.54, 0.38, 0.40. Web safe color of #99475f is #993366. Color #99475f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01000111 01011111
Octal 231 107 137
Decimal 153 71 95
Hex 99 47 5F

RGB Percentages of Color #99475f

%47.96
%22.26
%29.78

CMYK Percentages of Color #99475f

%0
%54
%38
%40

Triadic Colors of #99475f

#99475f #5f9947 #475f99

Analogous Colors of #99475f

#99475f #995847 #994788

Monochromatic Colors of #99475f

#99475f

Complementary Color

#99475f #479981

#99475f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99475f Color Preview on White Background

Lorem ipsum dolor sit amet.

#99475f Color CSS Codes

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

#99475f Text Font Color

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

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


#99475f Background Color

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

This div background color is #99475f


#99475f Border Color

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

This div border color is #99475f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,71,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99475f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99475f;
  -webkit-box-shadow: 1px 1px 3px 2px #99475f;
  box-shadow:         1px 1px 3px 2px #99475f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99475f


Comments

No comments written yet.

Please login to write comment.