Color Hex Logo

#c57832 Color Hex

#C57832
(197,120,50)
0 Favorites   0 Comments

Color spaces of #c57832

RGB 19712050
HSL0.080.600.48
HSV29°75°77°
CMYK 0.000.390.75   0.23
XYZ30.318225.53356.3481
Yxy25.53350.48740.4105
Hunter Lab50.530718.670627.9230
CIE-Lab57.591624.426849.3303

#c57832 color RGB value is (197,120,50).

#c57832 hex color red value is 197, green value is 120 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c57832 hue: 0.08 , saturation: 0.60 and the lightness value of c57832 is 0.48.

The process color (four color CMYK) of #c57832 color hex is 0.00, 0.39, 0.75, 0.23. Web safe color of #c57832 is #cc6633. Color #c57832 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01111000 00110010
Octal 305 170 62
Decimal 197 120 50
Hex C5 78 32

RGB Percentages of Color #c57832

%53.68
%32.70
%13.62

CMYK Percentages of Color #c57832

%0
%39
%75
%23

Triadic Colors of #c57832

#c57832 #32c578 #7832c5

Analogous Colors of #c57832

#c57832 #c5c232 #c53236

Monochromatic Colors of #c57832

#c57832

Complementary Color

#c57832 #327fc5

#c57832 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c57832 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c57832 Color CSS Codes

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

#c57832 Text Font Color

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

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


#c57832 Background Color

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

This div background color is #c57832


#c57832 Border Color

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

This div border color is #c57832


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,120,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c57832; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c57832;
  -webkit-box-shadow: 1px 1px 3px 2px #c57832;
  box-shadow:         1px 1px 3px 2px #c57832; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,120,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c57832


Comments

No comments written yet.

Please login to write comment.