COLOR #C58F79

HEX: #C58F79
RGB: (197,143,121)

Color info

#C58F79 contains mainly red and green colors. Web safe color of #C58F79 is #CC9966 (or #C96).

RGB color model

#C58F79 color RGB value is (197,143,121).

  • red value is 197;
  • green value is 143;
  • blue value is 121.
RGB:
(197,143,121)
(77%,56%,47%)

RGB channels and saturation

R 197 of 255 = 77%
G 143 of 255 = 56%
B 121 of 255 = 47%

197
143
121

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

Portions of RGB colors in percentages

R + G + B =
197 + 143 + 121 = 461 (100%)
R 197 of 461 ~ 42.73%
G 143 of 461 ~ 31.02%
B 121 of 461 ~ 26.25%

%42.73
%31.02
%26.25

CMYK color model

#C58F79 color CMYK value is (0,27,39,23).

  • cyan value is 0.00%
  • magenta value is 27.41%
  • yellow value is 38.58%
  • key color value is 22.75%
CMYK:
(0,27,39,23)
C0M27Y39K23 
(0%,27%,39%,23%)
(0.00/0.27/0.39/0.23)	

CMYK percentages

%0
%27.41
%38.58
%22.75

Codes

Color #C58F79 in popluar color models

C58F79
RGB197143121
HSL17°39.58%62.35%
HSB/HSV17°38.58%77.25%
CMYK0.00%27.41%38.58%
22.75%

Color #C58F79 in popluar number systems.

HEXC58F79
Decimal197143121
Binary11000101100011111111001
Octal305217171

Shades and tints

Shades of #C58F79

#C58F79
(197,143,121)
#B4826E
(180,130,110)
#A37563
(163,117,99)
#926858
(146,104,88)
#815B4D
(129,91,77)
#704E42
(112,78,66)
#5F4137
(95,65,55)
#4E342C
(78,52,44)
#3D2721
(61,39,33)
#2C1A16
(44,26,22)
#1B0D0B
(27,13,11)
#000000
(0,0,0)

Tints of #C58F79

#C58F79
(197,143,121)
#CA9985
(202,153,133)
#CFA391
(207,163,145)
#D4AD9D
(212,173,157)
#D9B7A9
(217,183,169)
#DEC1B5
(222,193,181)
#E3CBC1
(227,203,193)
#E8D5CD
(232,213,205)
#EDDFD9
(237,223,217)
#F2E9E5
(242,233,229)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58F79 color. Also use rgb(197,143,121) instead hex code.

Text Font Color

.myTextColor { color: #C58F79; }

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

This text font color is #C58F79.


Background Color

.myBgColor { background-color: #C58F79; }

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

This div background color is #C58F79.


Border color

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

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

This div border color is #C58F79.


Opacity

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

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

Text with #C58F79 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 #C58F79;}

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

This text has shadow with #C58F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58F79 on black background.


Color preview on white background

This text has color #C58F79 on white background.



Black color preview on #C58F79 background

This text has black color on #C58F79 background.


White color preview on #C58F79 background

This text has white color on #C58F79 background.