COLOR #C5924C

HEX: #C5924C RGB: (197,146,76)

Color info

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

RGB color model

#C5924C color RGB value is (197,146,76).

RGB: (197,146,76) (77%, 57%, 30%)

RGB channels and saturation

R 197 of 255 = 77%
G 146 of 255 = 57%
B 76 of 255 = 30%

197
146
76

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

Portions of RGB colors in percentages

R + G + B = 197 + 146 + 76 = 419 (100%)
R 197 of 419 ~ 47.02%
G 146 of 419 ~ 34.84%
B 76 of 419 ~ 18.14'%

%47.02
%34.84
%18.14

CMYK color model

#C5924C color CMYK value is (0,26,61,23).

  • cyan value is 0.00%
  • magenta value is 25.89%
  • yellow value is 61.42%
  • key color value is 22.75%

CMYK: (0,26,61,23)
C0M26Y61K23 (0%, 26%, 61%, 23%)
(0.00 / 0.26 / 0.61 / 0.23)

CMYK percentages

%0
%25.89
%61.42
%22.75

Codes

Color #C5924C in popluar color models

C5 92 4C
RGB 197 146 76
HSL 35° 51.05% 53.53%
HSB/HSV 35° 61.42% 77.25%
CMYK 0.00% 25.89% 61.42%
22.75%

Color #C5924C in popluar number systems.

HEX C5 92 4C
Decimal 197 146 76
Binary 11000101 10010010 1001100
Octal 305 222 114

Shades and tints

Shades of #C5924C

#C5924C
(197,146,76)
#B48546
(180,133,70)
#A37840
(163,120,64)
#926B3A
(146,107,58)
#815E34
(129,94,52)
#70512E
(112,81,46)
#5F4428
(95,68,40)
#4E3722
(78,55,34)
#3D2A1C
(61,42,28)
#2C1D16
(44,29,22)
#1B1010
(27,16,16)
#000000
(0,0,0)

Tints of #C5924C

#C5924C
(197,146,76)
#CA9B5C
(202,155,92)
#CFA46C
(207,164,108)
#D4AD7C
(212,173,124)
#D9B68C
(217,182,140)
#DEBF9C
(222,191,156)
#E3C8AC
(227,200,172)
#E8D1BC
(232,209,188)
#EDDACC
(237,218,204)
#F2E3DC
(242,227,220)
#F7ECEC
(247,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5924C color. Also use rgb(197,146,76) instead hex code.

Text Font Color

.myTextColor { color: #C5924C; }

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

This text font color is #C5924C.

Background Color

.myBgColor { background-color: #C5924C; }

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

This div background color is #C5924C.

Border color

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

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

This div border color is #C5924C.

Opacity

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

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

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

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

This text has shadow with #C5924C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5924C.

Preview

Color preview on black background

This text has color #C5924C on black background.


Color preview on white background

This text has color #C5924C on white background.


Black color preview on #C5924C background

This text has black color on #C5924C background.


White color preview on #C5924C background

This text has white color on #C5924C background.


Related colors

Complementary color

Complementary color for #hex is #3A6DB3.


I love getcolorcode.com

Triadic colors

1 #4CC592 and #924CC5 with #C5924C are triadic colors.

2 #4C92C5 and #92C54C with #C5924C are triadic colors.