Color Hex Logo

#c5861e Color Hex

#C5861E
(197,134,30)
0 Favorites   0 Comments

Color spaces of #c5861e

RGB 19713430
HSL0.100.740.45
HSV37°85°77°
CMYK 0.000.320.85   0.23
XYZ31.785429.01425.1533
Yxy29.01420.48190.4399
Hunter Lab53.864811.068632.0331
CIE-Lab60.794216.046960.0593

#c5861e color RGB value is (197,134,30).

#c5861e hex color red value is 197, green value is 134 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c5861e hue: 0.10 , saturation: 0.74 and the lightness value of c5861e is 0.45.

The process color (four color CMYK) of #c5861e color hex is 0.00, 0.32, 0.85, 0.23. Web safe color of #c5861e is #cc9933. Color #c5861e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000110 00011110
Octal 305 206 36
Decimal 197 134 30
Hex C5 86 1E

RGB Percentages of Color #c5861e

%54.57
%37.12
%8.31

CMYK Percentages of Color #c5861e

%0
%32
%85
%23

Triadic Colors of #c5861e

#c5861e #1ec586 #861ec5

Analogous Colors of #c5861e

#c5861e #b1c51e #c5331e

Monochromatic Colors of #c5861e

#c5861e

Complementary Color

#c5861e #1e5dc5

#c5861e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5861e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5861e Color CSS Codes

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

#c5861e Text Font Color

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

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


#c5861e Background Color

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

This div background color is #c5861e


#c5861e Border Color

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

This div border color is #c5861e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5861e


Comments

No comments written yet.

Please login to write comment.