Color Hex Logo

#995a2f Color Hex

#995A2F
(153,90,47)
0 Favorites   0 Comments

Color spaces of #995a2f

RGB 1539047
HSL0.070.530.39
HSV24°69°60°
CMYK 0.000.410.69   0.40
XYZ17.306114.28994.5354
Yxy14.28990.47900.3955
Hunter Lab37.802015.565519.3479
CIE-Lab44.645821.989235.2328

#995a2f color RGB value is (153,90,47).

#995a2f hex color red value is 153, green value is 90 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #995a2f hue: 0.07 , saturation: 0.53 and the lightness value of 995a2f is 0.39.

The process color (four color CMYK) of #995a2f color hex is 0.00, 0.41, 0.69, 0.40. Web safe color of #995a2f is #996633. Color #995a2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01011010 00101111
Octal 231 132 57
Decimal 153 90 47
Hex 99 5A 2F

RGB Percentages of Color #995a2f

%52.76
%31.03
%16.21

CMYK Percentages of Color #995a2f

%0
%41
%69
%40

Triadic Colors of #995a2f

#995a2f #2f995a #5a2f99

Analogous Colors of #995a2f

#995a2f #998f2f #992f39

Monochromatic Colors of #995a2f

#995a2f

Complementary Color

#995a2f #2f6e99

#995a2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#995a2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#995a2f Color CSS Codes

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

#995a2f Text Font Color

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

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


#995a2f Background Color

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

This div background color is #995a2f


#995a2f Border Color

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

This div border color is #995a2f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,90,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #995a2f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #995a2f;
  -webkit-box-shadow: 1px 1px 3px 2px #995a2f;
  box-shadow:         1px 1px 3px 2px #995a2f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #995a2f


Comments

No comments written yet.

Please login to write comment.