COLOR #C58E70

HEX: #C58E70 RGB: (197,142,112)

Color info

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

RGB color model

#C58E70 color RGB value is (197,142,112).

RGB: (197,142,112) (77%, 56%, 44%)

RGB channels and saturation

R 197 of 255 = 77%
G 142 of 255 = 56%
B 112 of 255 = 44%

197
142
112

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

Portions of RGB colors in percentages

R + G + B = 197 + 142 + 112 = 451 (100%)
R 197 of 451 ~ 43.68%
G 142 of 451 ~ 31.49%
B 112 of 451 ~ 24.83'%

%43.68
%31.49
%24.83

CMYK color model

#C58E70 color CMYK value is (0,28,43,23).

  • cyan value is 0.00%
  • magenta value is 27.92%
  • yellow value is 43.15%
  • key color value is 22.75%

CMYK: (0,28,43,23)
C0M28Y43K23 (0%, 28%, 43%, 23%)
(0.00 / 0.28 / 0.43 / 0.23)

CMYK percentages

%0
%27.92
%43.15
%22.75

Codes

Color #C58E70 in popluar color models

C5 8E 70
RGB 197 142 112
HSL 21° 42.29% 60.59%
HSB/HSV 21° 43.15% 77.25%
CMYK 0.00% 27.92% 43.15%
22.75%

Color #C58E70 in popluar number systems.

HEX C5 8E 70
Decimal 197 142 112
Binary 11000101 10001110 1110000
Octal 305 216 160

Shades and tints

Shades of #C58E70

#C58E70
(197,142,112)
#B48266
(180,130,102)
#A3765C
(163,118,92)
#926A52
(146,106,82)
#815E48
(129,94,72)
#70523E
(112,82,62)
#5F4634
(95,70,52)
#4E3A2A
(78,58,42)
#3D2E20
(61,46,32)
#2C2216
(44,34,22)
#1B160C
(27,22,12)
#000000
(0,0,0)

Tints of #C58E70

#C58E70
(197,142,112)
#CA987D
(202,152,125)
#CFA28A
(207,162,138)
#D4AC97
(212,172,151)
#D9B6A4
(217,182,164)
#DEC0B1
(222,192,177)
#E3CABE
(227,202,190)
#E8D4CB
(232,212,203)
#EDDED8
(237,222,216)
#F2E8E5
(242,232,229)
#F7F2F2
(247,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58E70 color. Also use rgb(197,142,112) instead hex code.

Text Font Color

.myTextColor { color: #C58E70; }

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

This text font color is #C58E70.

Background Color

.myBgColor { background-color: #C58E70; }

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

This div background color is #C58E70.

Border color

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

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

This div border color is #C58E70.

Opacity

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

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

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

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

This text has shadow with #C58E70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58E70.

Preview

Color preview on black background

This text has color #C58E70 on black background.


Color preview on white background

This text has color #C58E70 on white background.


Black color preview on #C58E70 background

This text has black color on #C58E70 background.


White color preview on #C58E70 background

This text has white color on #C58E70 background.


Related colors

Complementary color

Complementary color for #hex is #3A718F.


I love getcolorcode.com

Triadic colors

1 #70C58E and #8E70C5 with #C58E70 are triadic colors.

2 #708EC5 and #8EC570 with #C58E70 are triadic colors.