Color Hex Logo

#c08224 Color Hex

#C08224
(192,130,36)
0 Favorites   0 Comments

Color spaces of #c08224

RGB 19213036
HSL0.100.680.45
HSV36°81°75°
CMYK 0.000.320.81   0.25
XYZ30.039327.29915.3551
Yxy27.29910.47910.4354
Hunter Lab52.248511.190230.4972
CIE-Lab59.250216.226956.4650

#c08224 color RGB value is (192,130,36).

#c08224 hex color red value is 192, green value is 130 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #c08224 hue: 0.10 , saturation: 0.68 and the lightness value of c08224 is 0.45.

The process color (four color CMYK) of #c08224 color hex is 0.00, 0.32, 0.81, 0.25. Web safe color of #c08224 is #cc9933. Color #c08224 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 00100100
Octal 300 202 44
Decimal 192 130 36
Hex C0 82 24

RGB Percentages of Color #c08224

%53.63
%36.31
%10.06

CMYK Percentages of Color #c08224

%0
%32
%81
%25

Triadic Colors of #c08224

#c08224 #24c082 #8224c0

Analogous Colors of #c08224

#c08224 #b0c024 #c03424

Monochromatic Colors of #c08224

#c08224

Complementary Color

#c08224 #2462c0

#c08224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c08224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c08224 Color CSS Codes

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

#c08224 Text Font Color

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

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


#c08224 Background Color

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

This div background color is #c08224


#c08224 Border Color

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

This div border color is #c08224


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,130,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c08224; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c08224;
  -webkit-box-shadow: 1px 1px 3px 2px #c08224;
  box-shadow:         1px 1px 3px 2px #c08224; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,130,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c08224


Comments

No comments written yet.

Please login to write comment.