COLOR #C58C4A

HEX: #C58C4A RGB: (197,140,74)

Color info

#C58C4A contains mainly red and green colors. Web safe color of #C58C4A is #CC9933 (or #C93).

RGB color model

#C58C4A color RGB value is (197,140,74).

RGB: (197,140,74) (77%, 55%, 29%)

RGB channels and saturation

R 197 of 255 = 77%
G 140 of 255 = 55%
B 74 of 255 = 29%

197
140
74

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

Portions of RGB colors in percentages

R + G + B = 197 + 140 + 74 = 411 (100%)
R 197 of 411 ~ 47.93%
G 140 of 411 ~ 34.06%
B 74 of 411 ~ 18'%

%47.93
%34.06
%18

CMYK color model

#C58C4A color CMYK value is (0,29,62,23).

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

CMYK: (0,29,62,23)
C0M29Y62K23 (0%, 29%, 62%, 23%)
(0.00 / 0.29 / 0.62 / 0.23)

CMYK percentages

%0
%28.93
%62.44
%22.75

Codes

Color #C58C4A in popluar color models

C5 8C 4A
RGB 197 140 74
HSL 32° 51.46% 53.14%
HSB/HSV 32° 62.44% 77.25%
CMYK 0.00% 28.93% 62.44%
22.75%

Color #C58C4A in popluar number systems.

HEX C5 8C 4A
Decimal 197 140 74
Binary 11000101 10001100 1001010
Octal 305 214 112

Shades and tints

Shades of #C58C4A

#C58C4A
(197,140,74)
#B48044
(180,128,68)
#A3743E
(163,116,62)
#926838
(146,104,56)
#815C32
(129,92,50)
#70502C
(112,80,44)
#5F4426
(95,68,38)
#4E3820
(78,56,32)
#3D2C1A
(61,44,26)
#2C2014
(44,32,20)
#1B140E
(27,20,14)
#000000
(0,0,0)

Tints of #C58C4A

#C58C4A
(197,140,74)
#CA965A
(202,150,90)
#CFA06A
(207,160,106)
#D4AA7A
(212,170,122)
#D9B48A
(217,180,138)
#DEBE9A
(222,190,154)
#E3C8AA
(227,200,170)
#E8D2BA
(232,210,186)
#EDDCCA
(237,220,202)
#F2E6DA
(242,230,218)
#F7F0EA
(247,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C58C4A; }

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

This text font color is #C58C4A.

Background Color

.myBgColor { background-color: #C58C4A; }

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

This div background color is #C58C4A.

Border color

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

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

This div border color is #C58C4A.

Opacity

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

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

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

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

This text has shadow with #C58C4A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C58C4A.

Preview

Color preview on black background

This text has color #C58C4A on black background.


Color preview on white background

This text has color #C58C4A on white background.


Black color preview on #C58C4A background

This text has black color on #C58C4A background.


White color preview on #C58C4A background

This text has white color on #C58C4A background.


Related colors

Complementary color

Complementary color for #hex is #3A73B5.


I love getcolorcode.com

Triadic colors

1 #4AC58C and #8C4AC5 with #C58C4A are triadic colors.

2 #4A8CC5 and #8CC54A with #C58C4A are triadic colors.