Color Hex Logo

#c49343 Color Hex

#C49343
(196,147,67)
0 Favorites   0 Comments

Color spaces of #c49343

RGB 19614767
HSL0.100.520.52
HSV37°66°77°
CMYK 0.000.250.66   0.23
XYZ34.211833.00849.8783
Yxy33.00840.44370.4281
Hunter Lab57.45295.749730.0229
CIE-Lab64.167710.121148.3524

#c49343 color RGB value is (196,147,67).

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

The process color (four color CMYK) of #c49343 color hex is 0.00, 0.25, 0.66, 0.23. Web safe color of #c49343 is #cc9933. Color #c49343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010011 01000011
Octal 304 223 103
Decimal 196 147 67
Hex C4 93 43

RGB Percentages of Color #c49343

%47.80
%35.85
%16.34

CMYK Percentages of Color #c49343

%0
%25
%66
%23

Triadic Colors of #c49343

#c49343 #43c493 #9343c4

Analogous Colors of #c49343

#c49343 #b5c443 #c45243

Monochromatic Colors of #c49343

#c49343

Complementary Color

#c49343 #4374c4

#c49343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49343 Color CSS Codes

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

#c49343 Text Font Color

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

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


#c49343 Background Color

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

This div background color is #c49343


#c49343 Border Color

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

This div border color is #c49343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49343


Comments

No comments written yet.

Please login to write comment.