Color Hex Logo

#d48740 Color Hex

#D48740
(212,135,64)
0 Favorites   0 Comments

Color spaces of #d48740

RGB 21213564
HSL0.080.630.54
HSV29°70°83°
CMYK 0.000.360.70   0.17
XYZ36.740831.69529.0318
Yxy31.69520.47430.4091
Hunter Lab56.298517.968029.8972
CIE-Lab63.090223.322249.1386

#d48740 color RGB value is (212,135,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000111 01000000
Octal 324 207 100
Decimal 212 135 64
Hex D4 87 40

RGB Percentages of Color #d48740

%51.58
%32.85
%15.57

CMYK Percentages of Color #d48740

%0
%36
%70
%17

Triadic Colors of #d48740

#d48740 #40d487 #8740d4

Analogous Colors of #d48740

#d48740 #d4d140 #d44043

Monochromatic Colors of #d48740

#d48740

Complementary Color

#d48740 #408dd4

#d48740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d48740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d48740 Color CSS Codes

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

#d48740 Text Font Color

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

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


#d48740 Background Color

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

This div background color is #d48740


#d48740 Border Color

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

This div border color is #d48740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d48740


Comments

No comments written yet.

Please login to write comment.