Color Hex Logo

#c7832d Color Hex

#C7832D
(199,131,45)
0 Favorites   0 Comments

Color spaces of #c7832d

RGB 19913145
HSL0.090.630.48
HSV34°77°78°
CMYK 0.000.340.77   0.22
XYZ32.143128.56426.3019
Yxy28.56420.47970.4263
Hunter Lab53.445513.823630.4208
CIE-Lab60.395119.064154.3526

#c7832d color RGB value is (199,131,45).

#c7832d hex color red value is 199, green value is 131 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c7832d hue: 0.09 , saturation: 0.63 and the lightness value of c7832d is 0.48.

The process color (four color CMYK) of #c7832d color hex is 0.00, 0.34, 0.77, 0.22. Web safe color of #c7832d is #cc9933. Color #c7832d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10000011 00101101
Octal 307 203 55
Decimal 199 131 45
Hex C7 83 2D

RGB Percentages of Color #c7832d

%53.07
%34.93
%12.00

CMYK Percentages of Color #c7832d

%0
%34
%77
%22

Triadic Colors of #c7832d

#c7832d #2dc783 #832dc7

Analogous Colors of #c7832d

#c7832d #bec72d #c7362d

Monochromatic Colors of #c7832d

#c7832d

Complementary Color

#c7832d #2d71c7

#c7832d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7832d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7832d Color CSS Codes

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

#c7832d Text Font Color

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

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


#c7832d Background Color

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

This div background color is #c7832d


#c7832d Border Color

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

This div border color is #c7832d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,131,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7832d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7832d;
  -webkit-box-shadow: 1px 1px 3px 2px #c7832d;
  box-shadow:         1px 1px 3px 2px #c7832d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,131,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7832d


Comments

No comments written yet.

Please login to write comment.