Color Hex Logo

#c49434 Color Hex

#C49434
(196,148,52)
0 Favorites   0 Comments

Color spaces of #c49434

RGB 19614852
HSL0.110.580.49
HSV40°73°77°
CMYK 0.000.240.73   0.23
XYZ33.974733.16357.8593
Yxy33.16350.45300.4422
Hunter Lab57.58784.530032.2198
CIE-Lab64.29318.757255.1633

#c49434 color RGB value is (196,148,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010100 00110100
Octal 304 224 64
Decimal 196 148 52
Hex C4 94 34

RGB Percentages of Color #c49434

%49.49
%37.37
%13.13

CMYK Percentages of Color #c49434

%0
%24
%73
%23

Triadic Colors of #c49434

#c49434 #34c494 #9434c4

Analogous Colors of #c49434

#c49434 #acc434 #c44c34

Monochromatic Colors of #c49434

#c49434

Complementary Color

#c49434 #3464c4

#c49434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49434 Color CSS Codes

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

#c49434 Text Font Color

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

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


#c49434 Background Color

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

This div background color is #c49434


#c49434 Border Color

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

This div border color is #c49434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49434


Comments

No comments written yet.

Please login to write comment.