COLOR #C47438

HEX: #C47438
RGB: (196,116,56)

Color info

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

RGB color model

#C47438 color RGB value is (196,116,56).

  • red value is 196;
  • green value is 116;
  • blue value is 56.
RGB:
(196,116,56)
(77%,45%,22%)

RGB channels and saturation

R 196 of 255 = 77%
G 116 of 255 = 45%
B 56 of 255 = 22%

196
116
56

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

Portions of RGB colors in percentages

R + G + B =
196 + 116 + 56 = 368 (100%)
R 196 of 368 ~ 53.26%
G 116 of 368 ~ 31.52%
B 56 of 368 ~ 15.22%

%53.26
%31.52
%15.22

CMYK color model

#C47438 color CMYK value is (0,41,71,23).

  • cyan value is 0.00%
  • magenta value is 40.82%
  • yellow value is 71.43%
  • key color value is 23.14%
CMYK:
(0,41,71,23)
C0M41Y71K23 
(0%,41%,71%,23%)
(0.00/0.41/0.71/0.23)	

CMYK percentages

%0
%40.82
%71.43
%23.14

Codes

Color #C47438 in popluar color models

C47438
RGB19611656
HSL26°55.56%49.41%
HSB/HSV26°71.43%76.86%
CMYK0.00%40.82%71.43%
23.14%

Color #C47438 in popluar number systems.

HEXC47438
Decimal19611656
Binary110001001110100111000
Octal30416470

Shades and tints

Shades of #C47438

#C47438
(196,116,56)
#B36A33
(179,106,51)
#A2602E
(162,96,46)
#915629
(145,86,41)
#804C24
(128,76,36)
#6F421F
(111,66,31)
#5E381A
(94,56,26)
#4D2E15
(77,46,21)
#3C2410
(60,36,16)
#2B1A0B
(43,26,11)
#1A1006
(26,16,6)
#000000
(0,0,0)

Tints of #C47438

#C47438
(196,116,56)
#C9804A
(201,128,74)
#CE8C5C
(206,140,92)
#D3986E
(211,152,110)
#D8A480
(216,164,128)
#DDB092
(221,176,146)
#E2BCA4
(226,188,164)
#E7C8B6
(231,200,182)
#ECD4C8
(236,212,200)
#F1E0DA
(241,224,218)
#F6ECEC
(246,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47438 color. Also use rgb(196,116,56) instead hex code.

Text Font Color

.myTextColor { color: #C47438; }

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

This text font color is #C47438.


Background Color

.myBgColor { background-color: #C47438; }

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

This div background color is #C47438.


Border color

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

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

This div border color is #C47438.


Opacity

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

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

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

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

This text has shadow with #C47438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C47438 on black background.


Color preview on white background

This text has color #C47438 on white background.



Black color preview on #C47438 background

This text has black color on #C47438 background.


White color preview on #C47438 background

This text has white color on #C47438 background.