Color Hex Logo

#c4882a Color Hex

#C4882A
(196,136,42)
0 Favorites   0 Comments

Color spaces of #c4882a

RGB 19613642
HSL0.100.650.47
HSV37°79°77°
CMYK 0.000.310.79   0.23
XYZ31.987029.51126.2008
Yxy29.51120.47250.4359
Hunter Lab54.324210.036431.2593
CIE-Lab61.230214.899756.2083

#c4882a color RGB value is (196,136,42).

#c4882a hex color red value is 196, green value is 136 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c4882a hue: 0.10 , saturation: 0.65 and the lightness value of c4882a is 0.47.

The process color (four color CMYK) of #c4882a color hex is 0.00, 0.31, 0.79, 0.23. Web safe color of #c4882a is #cc9933. Color #c4882a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10001000 00101010
Octal 304 210 52
Decimal 196 136 42
Hex C4 88 2A

RGB Percentages of Color #c4882a

%52.41
%36.36
%11.23

CMYK Percentages of Color #c4882a

%0
%31
%79
%23

Triadic Colors of #c4882a

#c4882a #2ac488 #882ac4

Analogous Colors of #c4882a

#c4882a #b3c42a #c43b2a

Monochromatic Colors of #c4882a

#c4882a

Complementary Color

#c4882a #2a66c4

#c4882a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4882a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4882a Color CSS Codes

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

#c4882a Text Font Color

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

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


#c4882a Background Color

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

This div background color is #c4882a


#c4882a Border Color

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

This div border color is #c4882a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4882a


Comments

No comments written yet.

Please login to write comment.