Color Hex Logo

#d38349 Color Hex

#D38349
(211,131,73)
0 Favorites   0 Comments

Color spaces of #d38349

RGB 21113173
HSL0.070.610.56
HSV25°65°83°
CMYK 0.000.380.65   0.17
XYZ36.182930.562510.2954
Yxy30.56250.46970.3967
Hunter Lab55.283420.082227.6568
CIE-Lab62.136625.579643.6030

#d38349 color RGB value is (211,131,73).

#d38349 hex color red value is 211, green value is 131 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d38349 hue: 0.07 , saturation: 0.61 and the lightness value of d38349 is 0.56.

The process color (four color CMYK) of #d38349 color hex is 0.00, 0.38, 0.65, 0.17. Web safe color of #d38349 is #cc9933. Color #d38349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000011 01001001
Octal 323 203 111
Decimal 211 131 73
Hex D3 83 49

RGB Percentages of Color #d38349

%50.84
%31.57
%17.59

CMYK Percentages of Color #d38349

%0
%38
%65
%17

Triadic Colors of #d38349

#d38349 #49d383 #8349d3

Analogous Colors of #d38349

#d38349 #d3c849 #d34954

Monochromatic Colors of #d38349

#d38349

Complementary Color

#d38349 #4999d3

#d38349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38349 Color CSS Codes

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

#d38349 Text Font Color

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

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


#d38349 Background Color

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

This div background color is #d38349


#d38349 Border Color

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

This div border color is #d38349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38349


Comments

No comments written yet.

Please login to write comment.