Color Hex Logo

#d7953e Color Hex

#D7953E
(215,149,62)
0 Favorites   0 Comments

Color spaces of #d7953e

RGB 21514962
HSL0.090.660.54
HSV34°71°84°
CMYK 0.000.310.71   0.16
XYZ39.641336.28989.4727
Yxy36.28980.46420.4249
Hunter Lab60.241012.039332.8456
CIE-Lab66.740816.929854.0359

#d7953e color RGB value is (215,149,62).

#d7953e hex color red value is 215, green value is 149 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d7953e hue: 0.09 , saturation: 0.66 and the lightness value of d7953e is 0.54.

The process color (four color CMYK) of #d7953e color hex is 0.00, 0.31, 0.71, 0.16. Web safe color of #d7953e is #cc9933. Color #d7953e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010101 00111110
Octal 327 225 76
Decimal 215 149 62
Hex D7 95 3E

RGB Percentages of Color #d7953e

%50.47
%34.98
%14.55

CMYK Percentages of Color #d7953e

%0
%31
%71
%16

Triadic Colors of #d7953e

#d7953e #3ed795 #953ed7

Analogous Colors of #d7953e

#d7953e #cdd73e #d7483e

Monochromatic Colors of #d7953e

#d7953e

Complementary Color

#d7953e #3e80d7

#d7953e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7953e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7953e Color CSS Codes

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

#d7953e Text Font Color

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

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


#d7953e Background Color

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

This div background color is #d7953e


#d7953e Border Color

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

This div border color is #d7953e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,149,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7953e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7953e;
  -webkit-box-shadow: 1px 1px 3px 2px #d7953e;
  box-shadow:         1px 1px 3px 2px #d7953e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,149,62, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7953e

#d7953e Color Palettes


Comments

No comments written yet.

Please login to write comment.