Color Hex Logo

#c5843a Color Hex

#C5843A
(197,132,58)
0 Favorites   0 Comments

Color spaces of #c5843a

RGB 19713258
HSL0.090.550.50
HSV32°71°77°
CMYK 0.000.330.71   0.23
XYZ32.040928.67837.8497
Yxy28.67830.46730.4182
Hunter Lab53.552113.082528.7957
CIE-Lab60.496718.256648.6516

#c5843a color RGB value is (197,132,58).

#c5843a hex color red value is 197, green value is 132 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #c5843a hue: 0.09 , saturation: 0.55 and the lightness value of c5843a is 0.50.

The process color (four color CMYK) of #c5843a color hex is 0.00, 0.33, 0.71, 0.23. Web safe color of #c5843a is #cc9933. Color #c5843a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000100 00111010
Octal 305 204 72
Decimal 197 132 58
Hex C5 84 3A

RGB Percentages of Color #c5843a

%50.90
%34.11
%14.99

CMYK Percentages of Color #c5843a

%0
%33
%71
%23

Triadic Colors of #c5843a

#c5843a #3ac584 #843ac5

Analogous Colors of #c5843a

#c5843a #c1c53a #c53e3a

Monochromatic Colors of #c5843a

#c5843a

Complementary Color

#c5843a #3a7bc5

#c5843a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5843a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5843a Color CSS Codes

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

#c5843a Text Font Color

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

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


#c5843a Background Color

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

This div background color is #c5843a


#c5843a Border Color

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

This div border color is #c5843a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5843a


Comments

No comments written yet.

Please login to write comment.