color codes Logo

#957d0a color codes

#957D0A
(149,125,10)
0 Favorites   0 Comments

Color spaces of #957d0a

RGB 14912510
HSL0.140.870.31
HSV50°93°58°
CMYK 0.000.160.93   0.42
XYZ19.782821.07873.3131
Yxy21.07870.44780.4772
Hunter Lab45.9115-3.431427.8596
CIE-Lab53.0355-1.252256.5879

#957d0a color RGB value is (149,125,10).

#957d0a hex color red value is 149, green value is 125 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #957d0a hue: 0.14 , saturation: 0.87 and the lightness value of 957d0a is 0.31.

The process color (four color CMYK) of #957d0a color code is 0.00, 0.16, 0.93, 0.42. Web safe color of #957d0a is #996600. Color #957d0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111101 00001010
Octal 225 175 12
Decimal 149 125 10
Hex 95 7D A

RGB Percentages of Color #957d0a

%52.46
%44.01
%3.52

CMYK Percentages of Color #957d0a

%0
%16
%93
%42

Triadic Colors of #957d0a

#957d0a #0a957d #7d0a95

Analogous Colors of #957d0a

#957d0a #68950a #95370a

Monochromatic Colors of #957d0a

#957d0a

Complementary Color

#957d0a #0a2295

#957d0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957d0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#957d0a Color CSS Codes

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

#957d0a Text Font Color

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

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


#957d0a Background Color

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

This div background color is #957d0a


#957d0a Border Color

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

This div border color is #957d0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957d0a


Comments

No comments written yet.

Please login to write comment.