COLOR #C47952

HEX: #C47952 RGB: (196,121,82)

Color info

#C47952 contains mainly red color. Web safe color of #C47952 is #CC6666 (or #C66).

RGB color model

#C47952 color RGB value is (196,121,82).

RGB: (196,121,82) (77%, 47%, 32%)

RGB channels and saturation

R 196 of 255 = 77%
G 121 of 255 = 47%
B 82 of 255 = 32%

196
121
82

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

Portions of RGB colors in percentages

R + G + B = 196 + 121 + 82 = 399 (100%)
R 196 of 399 ~ 49.12%
G 121 of 399 ~ 30.33%
B 82 of 399 ~ 20.55'%

%49.12
%30.33
%20.55

CMYK color model

#C47952 color CMYK value is (0,38,58,23).

  • cyan value is 0.00%
  • magenta value is 38.27%
  • yellow value is 58.16%
  • key color value is 23.14%

CMYK: (0,38,58,23)
C0M38Y58K23 (0%, 38%, 58%, 23%)
(0.00 / 0.38 / 0.58 / 0.23)

CMYK percentages

%0
%38.27
%58.16
%23.14

Codes

Color #C47952 in popluar color models

C4 79 52
RGB 196 121 82
HSL 21° 49.14% 54.51%
HSB/HSV 21° 58.16% 76.86%
CMYK 0.00% 38.27% 58.16%
23.14%

Color #C47952 in popluar number systems.

HEX C4 79 52
Decimal 196 121 82
Binary 11000100 1111001 1010010
Octal 304 171 122

Shades and tints

Shades of #C47952

#C47952
(196,121,82)
#B36E4B
(179,110,75)
#A26344
(162,99,68)
#91583D
(145,88,61)
#804D36
(128,77,54)
#6F422F
(111,66,47)
#5E3728
(94,55,40)
#4D2C21
(77,44,33)
#3C211A
(60,33,26)
#2B1613
(43,22,19)
#1A0B0C
(26,11,12)
#000000
(0,0,0)

Tints of #C47952

#C47952
(196,121,82)
#C98561
(201,133,97)
#CE9170
(206,145,112)
#D39D7F
(211,157,127)
#D8A98E
(216,169,142)
#DDB59D
(221,181,157)
#E2C1AC
(226,193,172)
#E7CDBB
(231,205,187)
#ECD9CA
(236,217,202)
#F1E5D9
(241,229,217)
#F6F1E8
(246,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47952 color. Also use rgb(196,121,82) instead hex code.

Text Font Color

.myTextColor { color: #C47952; }

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

This text font color is #C47952.

Background Color

.myBgColor { background-color: #C47952; }

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

This div background color is #C47952.

Border color

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

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

This div border color is #C47952.

Opacity

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

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

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

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

This text has shadow with #C47952 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47952.

Preview

Color preview on black background

This text has color #C47952 on black background.


Color preview on white background

This text has color #C47952 on white background.


Black color preview on #C47952 background

This text has black color on #C47952 background.


White color preview on #C47952 background

This text has white color on #C47952 background.


Related colors

Complementary color

Complementary color for #hex is #3B86AD.


I love getcolorcode.com

Triadic colors

1 #52C479 and #7952C4 with #C47952 are triadic colors.

2 #5279C4 and #79C452 with #C47952 are triadic colors.