COLOR #C47345

HEX: #C47345
RGB: (196,115,69)

Color info

#C47345 contains mainly red color. Web safe color of #C47345 is #CC6633 (or #C63).

RGB color model

#C47345 color RGB value is (196,115,69).

  • red value is 196;
  • green value is 115;
  • blue value is 69.
RGB:
(196,115,69)
(77%,45%,27%)

RGB channels and saturation

R 196 of 255 = 77%
G 115 of 255 = 45%
B 69 of 255 = 27%

196
115
69

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

Portions of RGB colors in percentages

R + G + B =
196 + 115 + 69 = 380 (100%)
R 196 of 380 ~ 51.58%
G 115 of 380 ~ 30.26%
B 69 of 380 ~ 18.16%

%51.58
%30.26
%18.16

CMYK color model

#C47345 color CMYK value is (0,41,65,23).

  • cyan value is 0.00%
  • magenta value is 41.33%
  • yellow value is 64.80%
  • key color value is 23.14%
CMYK:
(0,41,65,23)
C0M41Y65K23 
(0%,41%,65%,23%)
(0.00/0.41/0.65/0.23)	

CMYK percentages

%0
%41.33
%64.8
%23.14

Codes

Color #C47345 in popluar color models

C47345
RGB19611569
HSL22°51.84%51.96%
HSB/HSV22°64.80%76.86%
CMYK0.00%41.33%64.80%
23.14%

Color #C47345 in popluar number systems.

HEXC47345
Decimal19611569
Binary1100010011100111000101
Octal304163105

Shades and tints

Shades of #C47345

#C47345
(196,115,69)
#B3693F
(179,105,63)
#A25F39
(162,95,57)
#915533
(145,85,51)
#804B2D
(128,75,45)
#6F4127
(111,65,39)
#5E3721
(94,55,33)
#4D2D1B
(77,45,27)
#3C2315
(60,35,21)
#2B190F
(43,25,15)
#1A0F09
(26,15,9)
#000000
(0,0,0)

Tints of #C47345

#C47345
(196,115,69)
#C97F55
(201,127,85)
#CE8B65
(206,139,101)
#D39775
(211,151,117)
#D8A385
(216,163,133)
#DDAF95
(221,175,149)
#E2BBA5
(226,187,165)
#E7C7B5
(231,199,181)
#ECD3C5
(236,211,197)
#F1DFD5
(241,223,213)
#F6EBE5
(246,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47345 color. Also use rgb(196,115,69) instead hex code.

Text Font Color

.myTextColor { color: #C47345; }

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

This text font color is #C47345.


Background Color

.myBgColor { background-color: #C47345; }

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

This div background color is #C47345.


Border color

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

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

This div border color is #C47345.


Opacity

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

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

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

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

This text has shadow with #C47345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47345 on black background.


Color preview on white background

This text has color #C47345 on white background.



Black color preview on #C47345 background

This text has black color on #C47345 background.


White color preview on #C47345 background

This text has white color on #C47345 background.