Color Hex Logo

#d36940 Color Hex

#D36940
(211,105,64)
0 Favorites   0 Comments

Color spaces of #d36940

RGB 21110564
HSL0.050.630.54
HSV17°70°83°
CMYK 0.000.500.70   0.17
XYZ32.841024.32227.8142
Yxy24.32220.50540.3743
Hunter Lab49.317532.559125.1280
CIE-Lab56.409038.748841.7295

#d36940 color RGB value is (211,105,64).

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

The process color (four color CMYK) of #d36940 color hex is 0.00, 0.50, 0.70, 0.17. Web safe color of #d36940 is #cc6633. Color #d36940 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101001 01000000
Octal 323 151 100
Decimal 211 105 64
Hex D3 69 40

RGB Percentages of Color #d36940

%55.53
%27.63
%16.84

CMYK Percentages of Color #d36940

%0
%50
%70
%17

Triadic Colors of #d36940

#d36940 #40d369 #6940d3

Analogous Colors of #d36940

#d36940 #d3b340 #d34061

Monochromatic Colors of #d36940

#d36940

Complementary Color

#d36940 #40aad3

#d36940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36940 Color CSS Codes

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

#d36940 Text Font Color

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

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


#d36940 Background Color

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

This div background color is #d36940


#d36940 Border Color

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

This div border color is #d36940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36940


Comments

No comments written yet.

Please login to write comment.