Color Hex Logo

#d08b4a Color Hex

#D08B4A
(208,139,74)
0 Favorites   0 Comments

Color spaces of #d08b4a

RGB 20813974
HSL0.080.590.55
HSV29°64°82°
CMYK 0.000.330.64   0.18
XYZ36.481132.369510.8038
Yxy32.36950.45800.4064
Hunter Lab56.894214.891028.5672
CIE-Lab63.647120.061444.7316

#d08b4a color RGB value is (208,139,74).

#d08b4a hex color red value is 208, green value is 139 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #d08b4a hue: 0.08 , saturation: 0.59 and the lightness value of d08b4a is 0.55.

The process color (four color CMYK) of #d08b4a color hex is 0.00, 0.33, 0.64, 0.18. Web safe color of #d08b4a is #cc9933. Color #d08b4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001011 01001010
Octal 320 213 112
Decimal 208 139 74
Hex D0 8B 4A

RGB Percentages of Color #d08b4a

%49.41
%33.02
%17.58

CMYK Percentages of Color #d08b4a

%0
%33
%64
%18

Triadic Colors of #d08b4a

#d08b4a #4ad08b #8b4ad0

Analogous Colors of #d08b4a

#d08b4a #d0ce4a #d04a4c

Monochromatic Colors of #d08b4a

#d08b4a

Complementary Color

#d08b4a #4a8fd0

#d08b4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08b4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08b4a Color CSS Codes

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

#d08b4a Text Font Color

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

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


#d08b4a Background Color

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

This div background color is #d08b4a


#d08b4a Border Color

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

This div border color is #d08b4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,139,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d08b4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d08b4a;
  -webkit-box-shadow: 1px 1px 3px 2px #d08b4a;
  box-shadow:         1px 1px 3px 2px #d08b4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,139,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08b4a


Comments

No comments written yet.

Please login to write comment.