Color Hex Logo

#d3934d Color Hex

#D3934D
(211,147,77)
0 Favorites   0 Comments

Color spaces of #d3934d

RGB 21114777
HSL0.090.600.56
HSV31°64°83°
CMYK 0.000.300.64   0.17
XYZ38.637235.252111.7891
Yxy35.25210.45100.4114
Hunter Lab59.373512.255029.7889
CIE-Lab65.944517.180945.9593

#d3934d color RGB value is (211,147,77).

#d3934d hex color red value is 211, green value is 147 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #d3934d hue: 0.09 , saturation: 0.60 and the lightness value of d3934d is 0.56.

The process color (four color CMYK) of #d3934d color hex is 0.00, 0.30, 0.64, 0.17. Web safe color of #d3934d is #cc9966. Color #d3934d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010011 01001101
Octal 323 223 115
Decimal 211 147 77
Hex D3 93 4D

RGB Percentages of Color #d3934d

%48.51
%33.79
%17.70

CMYK Percentages of Color #d3934d

%0
%30
%64
%17

Triadic Colors of #d3934d

#d3934d #4dd393 #934dd3

Analogous Colors of #d3934d

#d3934d #d0d34d #d3504d

Monochromatic Colors of #d3934d

#d3934d

Complementary Color

#d3934d #4d8dd3

#d3934d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3934d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3934d Color CSS Codes

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

#d3934d Text Font Color

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

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


#d3934d Background Color

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

This div background color is #d3934d


#d3934d Border Color

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

This div border color is #d3934d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3934d


Comments

No comments written yet.

Please login to write comment.