Color Hex Logo

#d7872f Color Hex

#D7872F
(215,135,47)
0 Favorites   0 Comments

Color spaces of #d7872f

RGB 21513547
HSL0.090.680.51
HSV31°78°84°
CMYK 0.000.370.78   0.16
XYZ37.201431.98036.9014
Yxy31.98030.48900.4203
Hunter Lab56.551118.459432.3501
CIE-Lab63.326623.818857.0276

#d7872f color RGB value is (215,135,47).

#d7872f hex color red value is 215, green value is 135 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d7872f hue: 0.09 , saturation: 0.68 and the lightness value of d7872f is 0.51.

The process color (four color CMYK) of #d7872f color hex is 0.00, 0.37, 0.78, 0.16. Web safe color of #d7872f is #cc9933. Color #d7872f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000111 00101111
Octal 327 207 57
Decimal 215 135 47
Hex D7 87 2F

RGB Percentages of Color #d7872f

%54.16
%34.01
%11.84

CMYK Percentages of Color #d7872f

%0
%37
%78
%16

Triadic Colors of #d7872f

#d7872f #2fd787 #872fd7

Analogous Colors of #d7872f

#d7872f #d3d72f #d7332f

Monochromatic Colors of #d7872f

#d7872f

Complementary Color

#d7872f #2f7fd7

#d7872f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7872f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7872f Color CSS Codes

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

#d7872f Text Font Color

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

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


#d7872f Background Color

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

This div background color is #d7872f


#d7872f Border Color

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

This div border color is #d7872f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,135,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7872f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7872f;
  -webkit-box-shadow: 1px 1px 3px 2px #d7872f;
  box-shadow:         1px 1px 3px 2px #d7872f; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7872f


Comments

No comments written yet.

Please login to write comment.