Color Hex Logo

#c5913f Color Hex

#C5913F
(197,145,63)
0 Favorites   0 Comments

Color spaces of #c5913f

RGB 19714563
HSL0.100.540.51
HSV37°68°77°
CMYK 0.000.260.68   0.23
XYZ34.048632.48009.1773
Yxy32.48000.44970.4290
Hunter Lab56.99126.907630.3464
CIE-Lab63.737611.408449.7890

#c5913f color RGB value is (197,145,63).

#c5913f hex color red value is 197, green value is 145 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c5913f hue: 0.10 , saturation: 0.54 and the lightness value of c5913f is 0.51.

The process color (four color CMYK) of #c5913f color hex is 0.00, 0.26, 0.68, 0.23. Web safe color of #c5913f is #cc9933. Color #c5913f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010001 00111111
Octal 305 221 77
Decimal 197 145 63
Hex C5 91 3F

RGB Percentages of Color #c5913f

%48.64
%35.80
%15.56

CMYK Percentages of Color #c5913f

%0
%26
%68
%23

Triadic Colors of #c5913f

#c5913f #3fc591 #913fc5

Analogous Colors of #c5913f

#c5913f #b6c53f #c54e3f

Monochromatic Colors of #c5913f

#c5913f

Complementary Color

#c5913f #3f73c5

#c5913f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5913f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5913f Color CSS Codes

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

#c5913f Text Font Color

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

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


#c5913f Background Color

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

This div background color is #c5913f


#c5913f Border Color

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

This div border color is #c5913f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5913f


Comments

No comments written yet.

Please login to write comment.