Color Hex Logo

#c49947 Color Hex

#C49947
(196,153,71)
0 Favorites   0 Comments

Color spaces of #c49947

RGB 19615371
HSL0.110.510.52
HSV39°64°77°
CMYK 0.000.220.64   0.23
XYZ35.293534.973210.8516
Yxy34.97320.43510.4311
Hunter Lab59.13813.036630.5172
CIE-Lab65.72787.106348.1826

#c49947 color RGB value is (196,153,71).

#c49947 hex color red value is 196, green value is 153 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c49947 hue: 0.11 , saturation: 0.51 and the lightness value of c49947 is 0.52.

The process color (four color CMYK) of #c49947 color hex is 0.00, 0.22, 0.64, 0.23. Web safe color of #c49947 is #cc9933. Color #c49947 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10011001 01000111
Octal 304 231 107
Decimal 196 153 71
Hex C4 99 47

RGB Percentages of Color #c49947

%46.67
%36.43
%16.90

CMYK Percentages of Color #c49947

%0
%22
%64
%23

Triadic Colors of #c49947

#c49947 #47c499 #9947c4

Analogous Colors of #c49947

#c49947 #b1c447 #c45b47

Monochromatic Colors of #c49947

#c49947

Complementary Color

#c49947 #4772c4

#c49947 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49947 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49947 Color CSS Codes

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

#c49947 Text Font Color

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

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


#c49947 Background Color

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

This div background color is #c49947


#c49947 Border Color

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

This div border color is #c49947


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,153,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c49947; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c49947;
  -webkit-box-shadow: 1px 1px 3px 2px #c49947;
  box-shadow:         1px 1px 3px 2px #c49947; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,153,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49947


Comments

No comments written yet.

Please login to write comment.