Color Hex Logo

#956039 Color Hex

#956039
(149,96,57)
0 Favorites   0 Comments

Color spaces of #956039

RGB 1499657
HSL0.070.450.40
HSV25°62°58°
CMYK 0.000.360.62   0.42
XYZ17.315815.05075.8633
Yxy15.05070.45290.3937
Hunter Lab38.795211.779718.1959
CIE-Lab45.703617.483130.8605

#956039 color RGB value is (149,96,57).

#956039 hex color red value is 149, green value is 96 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #956039 hue: 0.07 , saturation: 0.45 and the lightness value of 956039 is 0.40.

The process color (four color CMYK) of #956039 color hex is 0.00, 0.36, 0.62, 0.42. Web safe color of #956039 is #996633. Color #956039 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100000 00111001
Octal 225 140 71
Decimal 149 96 57
Hex 95 60 39

RGB Percentages of Color #956039

%49.34
%31.79
%18.87

CMYK Percentages of Color #956039

%0
%36
%62
%42

Triadic Colors of #956039

#956039 #399560 #603995

Analogous Colors of #956039

#956039 #958e39 #953940

Monochromatic Colors of #956039

#956039

Complementary Color

#956039 #396e95

#956039 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956039 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956039 Color CSS Codes

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

#956039 Text Font Color

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

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


#956039 Background Color

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

This div background color is #956039


#956039 Border Color

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

This div border color is #956039


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956039


Comments

No comments written yet.

Please login to write comment.