Color Hex Logo

#c49439 Color Hex

#C49439
(196,148,57)
0 Favorites   0 Comments

Color spaces of #c49439

RGB 19614857
HSL0.110.550.50
HSV39°71°77°
CMYK 0.000.240.71   0.23
XYZ34.093433.21108.4843
Yxy33.21100.44980.4382
Hunter Lab57.62904.750231.6115
CIE-Lab64.33149.004853.0780

#c49439 color RGB value is (196,148,57).

#c49439 hex color red value is 196, green value is 148 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #c49439 hue: 0.11 , saturation: 0.55 and the lightness value of c49439 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010100 00111001
Octal 304 224 71
Decimal 196 148 57
Hex C4 94 39

RGB Percentages of Color #c49439

%48.88
%36.91
%14.21

CMYK Percentages of Color #c49439

%0
%24
%71
%23

Triadic Colors of #c49439

#c49439 #39c494 #9439c4

Analogous Colors of #c49439

#c49439 #afc439 #c44f39

Monochromatic Colors of #c49439

#c49439

Complementary Color

#c49439 #3969c4

#c49439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49439 Color CSS Codes

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

#c49439 Text Font Color

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

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


#c49439 Background Color

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

This div background color is #c49439


#c49439 Border Color

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

This div border color is #c49439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49439


Comments

No comments written yet.

Please login to write comment.