COLOR #C58C61

HEX: #C58C61 RGB: (197,140,97)

Color info

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

RGB color model

#C58C61 color RGB value is (197,140,97).

RGB: (197,140,97) (77%, 55%, 38%)

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 97 of 255 = 38%

197
140
97

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

Portions of RGB colors in percentages

R + G + B = 197 + 140 + 97 = 434 (100%)
R 197 of 434 ~ 45.39%
G 140 of 434 ~ 32.26%
B 97 of 434 ~ 22.35'%

%45.39
%32.26
%22.35

CMYK color model

#C58C61 color CMYK value is (0,29,51,23).

  • cyan value is 0.00%
  • magenta value is 28.93%
  • yellow value is 50.76%
  • key color value is 22.75%

CMYK: (0,29,51,23)
C0M29Y51K23 (0%, 29%, 51%, 23%)
(0.00 / 0.29 / 0.51 / 0.23)

CMYK percentages

%0
%28.93
%50.76
%22.75

Codes

Color #C58C61 in popluar color models

C5 8C 61
RGB 197 140 97
HSL 26° 46.30% 57.65%
HSB/HSV 26° 50.76% 77.25%
CMYK 0.00% 28.93% 50.76%
22.75%

Color #C58C61 in popluar number systems.

HEX C5 8C 61
Decimal 197 140 97
Binary 11000101 10001100 1100001
Octal 305 214 141

Shades and tints

Shades of #C58C61

#C58C61
(197,140,97)
#B48059
(180,128,89)
#A37451
(163,116,81)
#926849
(146,104,73)
#815C41
(129,92,65)
#705039
(112,80,57)
#5F4431
(95,68,49)
#4E3829
(78,56,41)
#3D2C21
(61,44,33)
#2C2019
(44,32,25)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #C58C61

#C58C61
(197,140,97)
#CA966F
(202,150,111)
#CFA07D
(207,160,125)
#D4AA8B
(212,170,139)
#D9B499
(217,180,153)
#DEBEA7
(222,190,167)
#E3C8B5
(227,200,181)
#E8D2C3
(232,210,195)
#EDDCD1
(237,220,209)
#F2E6DF
(242,230,223)
#F7F0ED
(247,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58C61 color. Also use rgb(197,140,97) instead hex code.

Text Font Color

.myTextColor { color: #C58C61; }

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

This text font color is #C58C61.

Background Color

.myBgColor { background-color: #C58C61; }

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

This div background color is #C58C61.

Border color

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

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

This div border color is #C58C61.

Opacity

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

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

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

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

This text has shadow with #C58C61 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58C61.

Preview

Color preview on black background

This text has color #C58C61 on black background.


Color preview on white background

This text has color #C58C61 on white background.


Black color preview on #C58C61 background

This text has black color on #C58C61 background.


White color preview on #C58C61 background

This text has white color on #C58C61 background.


Related colors

Complementary color

Complementary color for #hex is #3A739E.


I love getcolorcode.com

Triadic colors

1 #61C58C and #8C61C5 with #C58C61 are triadic colors.

2 #618CC5 and #8CC561 with #C58C61 are triadic colors.