Color Hex Logo

#d48546 Color Hex

#D48546
(212,133,70)
0 Favorites   0 Comments

Color spaces of #d48546

RGB 21213370
HSL0.070.620.55
HSV27°67°83°
CMYK 0.000.370.67   0.17
XYZ36.644431.21439.8879
Yxy31.21430.47130.4015
Hunter Lab55.869819.304228.6156
CIE-Lab62.688124.736345.7723

#d48546 color RGB value is (212,133,70).

#d48546 hex color red value is 212, green value is 133 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #d48546 hue: 0.07 , saturation: 0.62 and the lightness value of d48546 is 0.55.

The process color (four color CMYK) of #d48546 color hex is 0.00, 0.37, 0.67, 0.17. Web safe color of #d48546 is #cc9933. Color #d48546 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000101 01000110
Octal 324 205 106
Decimal 212 133 70
Hex D4 85 46

RGB Percentages of Color #d48546

%51.08
%32.05
%16.87

CMYK Percentages of Color #d48546

%0
%37
%67
%17

Triadic Colors of #d48546

#d48546 #46d485 #8546d4

Analogous Colors of #d48546

#d48546 #d4cc46 #d4464e

Monochromatic Colors of #d48546

#d48546

Complementary Color

#d48546 #4695d4

#d48546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48546 Color CSS Codes

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

#d48546 Text Font Color

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

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


#d48546 Background Color

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

This div background color is #d48546


#d48546 Border Color

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

This div border color is #d48546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48546


Comments

No comments written yet.

Please login to write comment.