Color Hex Logo

#c49239 Color Hex

#C49239
(196,146,57)
0 Favorites   0 Comments

Color spaces of #c49239

RGB 19614657
HSL0.110.550.50
HSV38°71°77°
CMYK 0.000.260.71   0.23
XYZ33.782432.58898.3807
Yxy32.58890.45190.4360
Hunter Lab57.08675.729931.2565
CIE-Lab63.826610.096952.5569

#c49239 color RGB value is (196,146,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010010 00111001
Octal 304 222 71
Decimal 196 146 57
Hex C4 92 39

RGB Percentages of Color #c49239

%49.12
%36.59
%14.29

CMYK Percentages of Color #c49239

%0
%26
%71
%23

Triadic Colors of #c49239

#c49239 #39c492 #9239c4

Analogous Colors of #c49239

#c49239 #b1c439 #c44d39

Monochromatic Colors of #c49239

#c49239

Complementary Color

#c49239 #396bc4

#c49239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49239 Color CSS Codes

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

#c49239 Text Font Color

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

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


#c49239 Background Color

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

This div background color is #c49239


#c49239 Border Color

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

This div border color is #c49239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49239


Comments

No comments written yet.

Please login to write comment.