Color Hex Logo

#c5944f Color Hex

#C5944F
(197,148,79)
0 Favorites   0 Comments

Color spaces of #c5944f

RGB 19714879
HSL0.100.500.54
HSV35°60°77°
CMYK 0.000.250.60   0.23
XYZ35.027133.614612.0393
Yxy33.61460.43410.4166
Hunter Lab57.97816.378028.2730
CIE-Lab64.655510.821843.0673

#c5944f color RGB value is (197,148,79).

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

The process color (four color CMYK) of #c5944f color hex is 0.00, 0.25, 0.60, 0.23. Web safe color of #c5944f is #cc9966. Color #c5944f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010100 01001111
Octal 305 224 117
Decimal 197 148 79
Hex C5 94 4F

RGB Percentages of Color #c5944f

%46.46
%34.91
%18.63

CMYK Percentages of Color #c5944f

%0
%25
%60
%23

Triadic Colors of #c5944f

#c5944f #4fc594 #944fc5

Analogous Colors of #c5944f

#c5944f #bbc54f #c5594f

Monochromatic Colors of #c5944f

#c5944f

Complementary Color

#c5944f #4f80c5

#c5944f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5944f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5944f Color CSS Codes

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

#c5944f Text Font Color

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

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


#c5944f Background Color

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

This div background color is #c5944f


#c5944f Border Color

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

This div border color is #c5944f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5944f


Comments

No comments written yet.

Please login to write comment.