Color Hex Logo

#c49227 Color Hex

#C49227
(196,146,39)
0 Favorites   0 Comments

Color spaces of #c49227

RGB 19614639
HSL0.110.670.46
HSV41°80°77°
CMYK 0.000.260.80   0.23
XYZ33.410032.44006.4201
Yxy32.44000.46230.4489
Hunter Lab56.95615.033433.1861
CIE-Lab63.70499.315559.5784

#c49227 color RGB value is (196,146,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10010010 00100111
Octal 304 222 47
Decimal 196 146 39
Hex C4 92 27

RGB Percentages of Color #c49227

%51.44
%38.32
%10.24

CMYK Percentages of Color #c49227

%0
%26
%80
%23

Triadic Colors of #c49227

#c49227 #27c492 #9227c4

Analogous Colors of #c49227

#c49227 #a8c427 #c44427

Monochromatic Colors of #c49227

#c49227

Complementary Color

#c49227 #2759c4

#c49227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c49227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c49227 Color CSS Codes

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

#c49227 Text Font Color

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

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


#c49227 Background Color

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

This div background color is #c49227


#c49227 Border Color

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

This div border color is #c49227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c49227


Comments

No comments written yet.

Please login to write comment.