COLOR #C47B32

HEX: #C47B32 RGB: (196,123,50)

Color info

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

RGB color model

#C47B32 color RGB value is (196,123,50).

RGB: (196,123,50) (77%, 48%, 20%)

RGB channels and saturation

R 196 of 255 = 77%
G 123 of 255 = 48%
B 50 of 255 = 20%

196
123
50

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

Portions of RGB colors in percentages

R + G + B = 196 + 123 + 50 = 369 (100%)
R 196 of 369 ~ 53.12%
G 123 of 369 ~ 33.33%
B 50 of 369 ~ 13.55'%

%53.12
%33.33
%13.55

CMYK color model

#C47B32 color CMYK value is (0,37,74,23).

  • cyan value is 0.00%
  • magenta value is 37.24%
  • yellow value is 74.49%
  • key color value is 23.14%

CMYK: (0,37,74,23)
C0M37Y74K23 (0%, 37%, 74%, 23%)
(0.00 / 0.37 / 0.74 / 0.23)

CMYK percentages

%0
%37.24
%74.49
%23.14

Codes

Color #C47B32 in popluar color models

C4 7B 32
RGB 196 123 50
HSL 30° 59.35% 48.24%
HSB/HSV 30° 74.49% 76.86%
CMYK 0.00% 37.24% 74.49%
23.14%

Color #C47B32 in popluar number systems.

HEX C4 7B 32
Decimal 196 123 50
Binary 11000100 1111011 110010
Octal 304 173 62

Shades and tints

Shades of #C47B32

#C47B32
(196,123,50)
#B3702E
(179,112,46)
#A2652A
(162,101,42)
#915A26
(145,90,38)
#804F22
(128,79,34)
#6F441E
(111,68,30)
#5E391A
(94,57,26)
#4D2E16
(77,46,22)
#3C2312
(60,35,18)
#2B180E
(43,24,14)
#1A0D0A
(26,13,10)
#000000
(0,0,0)

Tints of #C47B32

#C47B32
(196,123,50)
#C98744
(201,135,68)
#CE9356
(206,147,86)
#D39F68
(211,159,104)
#D8AB7A
(216,171,122)
#DDB78C
(221,183,140)
#E2C39E
(226,195,158)
#E7CFB0
(231,207,176)
#ECDBC2
(236,219,194)
#F1E7D4
(241,231,212)
#F6F3E6
(246,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47B32 color. Also use rgb(196,123,50) instead hex code.

Text Font Color

.myTextColor { color: #C47B32; }

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

This text font color is #C47B32.

Background Color

.myBgColor { background-color: #C47B32; }

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

This div background color is #C47B32.

Border color

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

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

This div border color is #C47B32.

Opacity

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

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

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

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

This text has shadow with #C47B32 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47B32.

Preview

Color preview on black background

This text has color #C47B32 on black background.


Color preview on white background

This text has color #C47B32 on white background.


Black color preview on #C47B32 background

This text has black color on #C47B32 background.


White color preview on #C47B32 background

This text has white color on #C47B32 background.


Related colors

Complementary color

Complementary color for #C47B32 is #3B84CD.


I love getcolorcode.com

Triadic colors

1 #32C47B and #7B32C4 with #C47B32 are triadic colors.

2 #327BC4 and #7BC432 with #C47B32 are triadic colors.