COLOR #C58B7E

HEX: #C58B7E
RGB: (197,139,126)

Color info

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

RGB color model

#C58B7E color RGB value is (197,139,126).

  • red value is 197;
  • green value is 139;
  • blue value is 126.
RGB:
(197,139,126)
(77%,55%,49%)

RGB channels and saturation

R 197 of 255 = 77%
G 139 of 255 = 55%
B 126 of 255 = 49%

197
139
126

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

Portions of RGB colors in percentages

R + G + B =
197 + 139 + 126 = 462 (100%)
R 197 of 462 ~ 42.64%
G 139 of 462 ~ 30.09%
B 126 of 462 ~ 27.27%

%42.64
%30.09
%27.27

CMYK color model

#C58B7E color CMYK value is (0,29,36,23).

  • cyan value is 0.00%
  • magenta value is 29.44%
  • yellow value is 36.04%
  • key color value is 22.75%
CMYK:
(0,29,36,23)
C0M29Y36K23 
(0%,29%,36%,23%)
(0.00/0.29/0.36/0.23)	

CMYK percentages

%0
%29.44
%36.04
%22.75

Codes

Color #C58B7E in popluar color models

C58B7E
RGB197139126
HSL11°37.97%63.33%
HSB/HSV11°36.04%77.25%
CMYK0.00%29.44%36.04%
22.75%

Color #C58B7E in popluar number systems.

HEXC58B7E
Decimal197139126
Binary11000101100010111111110
Octal305213176

Shades and tints

Shades of #C58B7E

#C58B7E
(197,139,126)
#B47F73
(180,127,115)
#A37368
(163,115,104)
#92675D
(146,103,93)
#815B52
(129,91,82)
#704F47
(112,79,71)
#5F433C
(95,67,60)
#4E3731
(78,55,49)
#3D2B26
(61,43,38)
#2C1F1B
(44,31,27)
#1B1310
(27,19,16)
#000000
(0,0,0)

Tints of #C58B7E

#C58B7E
(197,139,126)
#CA9589
(202,149,137)
#CF9F94
(207,159,148)
#D4A99F
(212,169,159)
#D9B3AA
(217,179,170)
#DEBDB5
(222,189,181)
#E3C7C0
(227,199,192)
#E8D1CB
(232,209,203)
#EDDBD6
(237,219,214)
#F2E5E1
(242,229,225)
#F7EFEC
(247,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58B7E color. Also use rgb(197,139,126) instead hex code.

Text Font Color

.myTextColor { color: #C58B7E; }

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

This text font color is #C58B7E.


Background Color

.myBgColor { background-color: #C58B7E; }

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

This div background color is #C58B7E.


Border color

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

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

This div border color is #C58B7E.


Opacity

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

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

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

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

This text has shadow with #C58B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58B7E on black background.


Color preview on white background

This text has color #C58B7E on white background.



Black color preview on #C58B7E background

This text has black color on #C58B7E background.


White color preview on #C58B7E background

This text has white color on #C58B7E background.