COLOR #C5974A

HEX: #C5974A RGB: (197,151,74)

Color info

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

RGB color model

#C5974A color RGB value is (197,151,74).

RGB: (197,151,74) (77%, 59%, 29%)

RGB channels and saturation

R 197 of 255 = 77%
G 151 of 255 = 59%
B 74 of 255 = 29%

197
151
74

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

Portions of RGB colors in percentages

R + G + B = 197 + 151 + 74 = 422 (100%)
R 197 of 422 ~ 46.68%
G 151 of 422 ~ 35.78%
B 74 of 422 ~ 17.54'%

%46.68
%35.78
%17.54

CMYK color model

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

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

CMYK: (0,23,62,23)
C0M23Y62K23 (0%, 23%, 62%, 23%)
(0.00 / 0.23 / 0.62 / 0.23)

CMYK percentages

%0
%23.35
%62.44
%22.75

Codes

Color #C5974A in popluar color models

C5 97 4A
RGB 197 151 74
HSL 38° 51.46% 53.14%
HSB/HSV 38° 62.44% 77.25%
CMYK 0.00% 23.35% 62.44%
22.75%

Color #C5974A in popluar number systems.

HEX C5 97 4A
Decimal 197 151 74
Binary 11000101 10010111 1001010
Octal 305 227 112

Shades and tints

Shades of #C5974A

#C5974A
(197,151,74)
#B48A44
(180,138,68)
#A37D3E
(163,125,62)
#927038
(146,112,56)
#816332
(129,99,50)
#70562C
(112,86,44)
#5F4926
(95,73,38)
#4E3C20
(78,60,32)
#3D2F1A
(61,47,26)
#2C2214
(44,34,20)
#1B150E
(27,21,14)
#000000
(0,0,0)

Tints of #C5974A

#C5974A
(197,151,74)
#CAA05A
(202,160,90)
#CFA96A
(207,169,106)
#D4B27A
(212,178,122)
#D9BB8A
(217,187,138)
#DEC49A
(222,196,154)
#E3CDAA
(227,205,170)
#E8D6BA
(232,214,186)
#EDDFCA
(237,223,202)
#F2E8DA
(242,232,218)
#F7F1EA
(247,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5974A; }

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

This text font color is #C5974A.

Background Color

.myBgColor { background-color: #C5974A; }

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

This div background color is #C5974A.

Border color

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

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

This div border color is #C5974A.

Opacity

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

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

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

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

This text has shadow with #C5974A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5974A.

Preview

Color preview on black background

This text has color #C5974A on black background.


Color preview on white background

This text has color #C5974A on white background.


Black color preview on #C5974A background

This text has black color on #C5974A background.


White color preview on #C5974A background

This text has white color on #C5974A background.


Related colors

Complementary color

Complementary color for #hex is #3A68B5.


I love getcolorcode.com

Triadic colors

1 #4AC597 and #974AC5 with #C5974A are triadic colors.

2 #4A97C5 and #97C54A with #C5974A are triadic colors.