COLOR #C58B7F

HEX: #C58B7F RGB: (197,139,127)

Color info

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

RGB color model

#C58B7F color RGB value is (197,139,127).

RGB: (197,139,127) (77%, 55%, 50%)

RGB channels and saturation

R 197 of 255 = 77%
G 139 of 255 = 55%
B 127 of 255 = 50%

197
139
127

R + G + B ~ 61%. #C58B7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 139 + 127 = 463 (100%)
R 197 of 463 ~ 42.55%
G 139 of 463 ~ 30.02%
B 127 of 463 ~ 27.43'%

%42.55
%30.02
%27.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 29.44%
  • yellow value is 35.53%
  • 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
%35.53
%22.75

Codes

Color #C58B7F in popluar color models

C5 8B 7F
RGB 197 139 127
HSL 10° 37.63% 63.53%
HSB/HSV 10° 35.53% 77.25%
CMYK 0.00% 29.44% 35.53%
22.75%

Color #C58B7F in popluar number systems.

HEX C5 8B 7F
Decimal 197 139 127
Binary 11000101 10001011 1111111
Octal 305 213 177

Shades and tints

Shades of #C58B7F

#C58B7F
(197,139,127)
#B47F74
(180,127,116)
#A37369
(163,115,105)
#92675E
(146,103,94)
#815B53
(129,91,83)
#704F48
(112,79,72)
#5F433D
(95,67,61)
#4E3732
(78,55,50)
#3D2B27
(61,43,39)
#2C1F1C
(44,31,28)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #C58B7F

#C58B7F
(197,139,127)
#CA958A
(202,149,138)
#CF9F95
(207,159,149)
#D4A9A0
(212,169,160)
#D9B3AB
(217,179,171)
#DEBDB6
(222,189,182)
#E3C7C1
(227,199,193)
#E8D1CC
(232,209,204)
#EDDBD7
(237,219,215)
#F2E5E2
(242,229,226)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58B7F; }

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

This text font color is #C58B7F.

Background Color

.myBgColor { background-color: #C58B7F; }

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

This div background color is #C58B7F.

Border color

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

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

This div border color is #C58B7F.

Opacity

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

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

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

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

This text has shadow with #C58B7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58B7F.

Preview

Color preview on black background

This text has color #C58B7F on black background.


Color preview on white background

This text has color #C58B7F on white background.


Black color preview on #C58B7F background

This text has black color on #C58B7F background.


White color preview on #C58B7F background

This text has white color on #C58B7F background.


Related colors

Complementary color

Complementary color for #hex is #3A7480.


I love getcolorcode.com

Triadic colors

1 #7FC58B and #8B7FC5 with #C58B7F are triadic colors.

2 #7F8BC5 and #8BC57F with #C58B7F are triadic colors.