Color Hex Logo

#d48d3f Color Hex

#D48D3F
(212,141,63)
0 Favorites   0 Comments

Color spaces of #d48d3f

RGB 21214163
HSL0.090.630.54
HSV31°70°83°
CMYK 0.000.330.70   0.17
XYZ37.573533.40579.1702
Yxy33.40570.46880.4168
Hunter Lab57.797714.894631.0514
CIE-Lab64.488120.027851.1055

#d48d3f color RGB value is (212,141,63).

#d48d3f hex color red value is 212, green value is 141 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d48d3f hue: 0.09 , saturation: 0.63 and the lightness value of d48d3f is 0.54.

The process color (four color CMYK) of #d48d3f color hex is 0.00, 0.33, 0.70, 0.17. Web safe color of #d48d3f is #cc9933. Color #d48d3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10001101 00111111
Octal 324 215 77
Decimal 212 141 63
Hex D4 8D 3F

RGB Percentages of Color #d48d3f

%50.96
%33.89
%15.14

CMYK Percentages of Color #d48d3f

%0
%33
%70
%17

Triadic Colors of #d48d3f

#d48d3f #3fd48d #8d3fd4

Analogous Colors of #d48d3f

#d48d3f #d1d43f #d4433f

Monochromatic Colors of #d48d3f

#d48d3f

Complementary Color

#d48d3f #3f86d4

#d48d3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48d3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48d3f Color CSS Codes

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

#d48d3f Text Font Color

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

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


#d48d3f Background Color

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

This div background color is #d48d3f


#d48d3f Border Color

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

This div border color is #d48d3f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,141,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d48d3f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d48d3f;
  -webkit-box-shadow: 1px 1px 3px 2px #d48d3f;
  box-shadow:         1px 1px 3px 2px #d48d3f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,141,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48d3f


Comments

No comments written yet.

Please login to write comment.