Color Hex Logo

#d3843f Color Hex

#D3843F
(211,132,63)
0 Favorites   0 Comments

Color spaces of #d3843f

RGB 21113263
HSL0.080.630.54
HSV28°70°83°
CMYK 0.000.370.70   0.17
XYZ36.012430.71038.7322
Yxy30.71030.47730.4070
Hunter Lab55.416919.017929.4493
CIE-Lab62.262324.467448.6866

#d3843f color RGB value is (211,132,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 10000100 00111111
Octal 323 204 77
Decimal 211 132 63
Hex D3 84 3F

RGB Percentages of Color #d3843f

%51.97
%32.51
%15.52

CMYK Percentages of Color #d3843f

%0
%37
%70
%17

Triadic Colors of #d3843f

#d3843f #3fd384 #843fd3

Analogous Colors of #d3843f

#d3843f #d3ce3f #d33f44

Monochromatic Colors of #d3843f

#d3843f

Complementary Color

#d3843f #3f8ed3

#d3843f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3843f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3843f Color CSS Codes

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

#d3843f Text Font Color

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

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


#d3843f Background Color

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

This div background color is #d3843f


#d3843f Border Color

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

This div border color is #d3843f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3843f


Comments

No comments written yet.

Please login to write comment.