COLOR #C58B8A

HEX: #C58B8A
RGB: (197,139,138)

Color info

#C58B8A contains red, green and blue colors in about the same proportion. Web safe color of #C58B8A is #CC9999 (or #C99).

RGB color model

#C58B8A color RGB value is (197,139,138).

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

RGB channels and saturation

R 197 of 255 = 77%
G 139 of 255 = 55%
B 138 of 255 = 54%

197
139
138

R + G + B ~ 62%. #C58B8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 139 + 138 = 474 (100%)
R 197 of 474 ~ 41.56%
G 139 of 474 ~ 29.32%
B 138 of 474 ~ 29.11%

%41.56
%29.32
%29.11

CMYK color model

#C58B8A color CMYK value is (0,29,30,23).

  • cyan value is 0.00%
  • magenta value is 29.44%
  • yellow value is 29.95%
  • key color value is 22.75%
CMYK:
(0,29,30,23)
C0M29Y30K23 
(0%,29%,30%,23%)
(0.00/0.29/0.30/0.23)	

CMYK percentages

%0
%29.44
%29.95
%22.75

Codes

Color #C58B8A in popluar color models

C58B8A
RGB197139138
HSL33.71%65.69%
HSB/HSV29.95%77.25%
CMYK0.00%29.44%29.95%
22.75%

Color #C58B8A in popluar number systems.

HEXC58B8A
Decimal197139138
Binary110001011000101110001010
Octal305213212

Shades and tints

Shades of #C58B8A

#C58B8A
(197,139,138)
#B47F7E
(180,127,126)
#A37372
(163,115,114)
#926766
(146,103,102)
#815B5A
(129,91,90)
#704F4E
(112,79,78)
#5F4342
(95,67,66)
#4E3736
(78,55,54)
#3D2B2A
(61,43,42)
#2C1F1E
(44,31,30)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #C58B8A

#C58B8A
(197,139,138)
#CA9594
(202,149,148)
#CF9F9E
(207,159,158)
#D4A9A8
(212,169,168)
#D9B3B2
(217,179,178)
#DEBDBC
(222,189,188)
#E3C7C6
(227,199,198)
#E8D1D0
(232,209,208)
#EDDBDA
(237,219,218)
#F2E5E4
(242,229,228)
#F7EFEE
(247,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58B8A; }

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

This text font color is #C58B8A.


Background Color

.myBgColor { background-color: #C58B8A; }

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

This div background color is #C58B8A.


Border color

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

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

This div border color is #C58B8A.


Opacity

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

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

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

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

This text has shadow with #C58B8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C58B8A on black background.


Color preview on white background

This text has color #C58B8A on white background.



Black color preview on #C58B8A background

This text has black color on #C58B8A background.


White color preview on #C58B8A background

This text has white color on #C58B8A background.