Color Hex Logo

#d37422 Color Hex

#D37422
(211,116,34)
0 Favorites   0 Comments

Color spaces of #d37422

RGB 21111634
HSL0.080.720.48
HSV28°84°83°
CMYK 0.000.450.84   0.17
XYZ33.398126.45524.8595
Yxy26.45520.51610.4088
Hunter Lab51.434625.895030.4026
CIE-Lab58.466631.852357.4481

#d37422 color RGB value is (211,116,34).

#d37422 hex color red value is 211, green value is 116 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #d37422 hue: 0.08 , saturation: 0.72 and the lightness value of d37422 is 0.48.

The process color (four color CMYK) of #d37422 color hex is 0.00, 0.45, 0.84, 0.17. Web safe color of #d37422 is #cc6633. Color #d37422 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01110100 00100010
Octal 323 164 42
Decimal 211 116 34
Hex D3 74 22

RGB Percentages of Color #d37422

%58.45
%32.13
%9.42

CMYK Percentages of Color #d37422

%0
%45
%84
%17

Triadic Colors of #d37422

#d37422 #22d374 #7422d3

Analogous Colors of #d37422

#d37422 #d3cd22 #d32229

Monochromatic Colors of #d37422

#d37422

Complementary Color

#d37422 #2281d3

#d37422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37422 Color CSS Codes

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

#d37422 Text Font Color

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

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


#d37422 Background Color

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

This div background color is #d37422


#d37422 Border Color

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

This div border color is #d37422


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,116,34, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37422


Comments

No comments written yet.

Please login to write comment.