Color Hex Logo

#c49547 Color Hex

#C49547
(196,149,71)
0 Favorites   0 Comments

Color spaces of #c49547

RGB 19614971
HSL0.100.510.52
HSV37°64°77°
CMYK 0.000.240.64   0.23
XYZ34.649733.685610.6370
Yxy33.68560.43880.4265
Hunter Lab58.03934.996529.7613
CIE-Lab64.71229.285147.0470

#c49547 color RGB value is (196,149,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010101 01000111
Octal 304 225 107
Decimal 196 149 71
Hex C4 95 47

RGB Percentages of Color #c49547

%47.12
%35.82
%17.07

CMYK Percentages of Color #c49547

%0
%24
%64
%23

Triadic Colors of #c49547

#c49547 #47c495 #9547c4

Analogous Colors of #c49547

#c49547 #b5c447 #c45747

Monochromatic Colors of #c49547

#c49547

Complementary Color

#c49547 #4776c4

#c49547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49547 Color CSS Codes

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

#c49547 Text Font Color

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

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


#c49547 Background Color

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

This div background color is #c49547


#c49547 Border Color

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

This div border color is #c49547


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,149,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 #c49547">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49547


Comments

No comments written yet.

Please login to write comment.