COLOR #C58150

HEX: #C58150
RGB: (197,129,80)

Color info

#C58150 contains mainly red color. Web safe color of #C58150 is #CC9966 (or #C96).

RGB color model

#C58150 color RGB value is (197,129,80).

  • red value is 197;
  • green value is 129;
  • blue value is 80.
RGB:
(197,129,80)
(77%,51%,31%)

RGB channels and saturation

R 197 of 255 = 77%
G 129 of 255 = 51%
B 80 of 255 = 31%

197
129
80

R + G + B ~ 53%. #C58150 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
197 + 129 + 80 = 406 (100%)
R 197 of 406 ~ 48.52%
G 129 of 406 ~ 31.77%
B 80 of 406 ~ 19.7%

%48.52
%31.77
%19.7

CMYK color model

#C58150 color CMYK value is (0,35,59,23).

  • cyan value is 0.00%
  • magenta value is 34.52%
  • yellow value is 59.39%
  • key color value is 22.75%
CMYK:
(0,35,59,23)
C0M35Y59K23 
(0%,35%,59%,23%)
(0.00/0.35/0.59/0.23)	

CMYK percentages

%0
%34.52
%59.39
%22.75

Codes

Color #C58150 in popluar color models

C58150
RGB19712980
HSL25°50.21%54.31%
HSB/HSV25°59.39%77.25%
CMYK0.00%34.52%59.39%
22.75%

Color #C58150 in popluar number systems.

HEXC58150
Decimal19712980
Binary11000101100000011010000
Octal305201120

Shades and tints

Shades of #C58150

#C58150
(197,129,80)
#B47649
(180,118,73)
#A36B42
(163,107,66)
#92603B
(146,96,59)
#815534
(129,85,52)
#704A2D
(112,74,45)
#5F3F26
(95,63,38)
#4E341F
(78,52,31)
#3D2918
(61,41,24)
#2C1E11
(44,30,17)
#1B130A
(27,19,10)
#000000
(0,0,0)

Tints of #C58150

#C58150
(197,129,80)
#CA8C5F
(202,140,95)
#CF976E
(207,151,110)
#D4A27D
(212,162,125)
#D9AD8C
(217,173,140)
#DEB89B
(222,184,155)
#E3C3AA
(227,195,170)
#E8CEB9
(232,206,185)
#EDD9C8
(237,217,200)
#F2E4D7
(242,228,215)
#F7EFE6
(247,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58150 color. Also use rgb(197,129,80) instead hex code.

Text Font Color

.myTextColor { color: #C58150; }

<p style="color:#C58150">This sample text font color is #C58150.</p>

This text font color is #C58150.


Background Color

.myBgColor { background-color: #C58150; }

<div style="background-color:#C58150">Inner text</div>

This div background color is #C58150.


Border color

.myBorderColor { border: 1px solid #C58150; }

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

This div border color is #C58150.


Opacity

.myOpacity80 { color: #C58150; opacity: 0.8; }

<p style="color:#C58150;opacity:0.8;">80%</p>

Text with #C58150 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C58150;}

<p style="text-shadow: 3px 3px 1px #C58150">Text here.</p>

This text has shadow with #C58150 color.

.textShadow {text-shadow: 3px 3px 1px #C58150, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C58150, 5px 5px 20px red">Text here.</p>

This text has shadow with #C58150 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C58150, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C58150, Direction=45, Strength=4)">Text</p>

This text has shadow with #C58150 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C58150;
  -webkit-box-shadow:	1px 1px 3px 2px #C58150;
  box-shadow:		1px 1px 3px 2px #C58150;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C58150;
-webkit-box-shadow: 1px 1px 3px 2px #C58150;
box-shadow:1px 1px 3px 2px #C58150;">
Div content here</div>
This div box has shadow with color #C58150.

Preview

Color preview on black background

This text has color #C58150 on black background.


Color preview on white background

This text has color #C58150 on white background.



Black color preview on #C58150 background

This text has black color on #C58150 background.


White color preview on #C58150 background

This text has white color on #C58150 background.