COLOR #C46F37

HEX: #C46F37 RGB: (196,111,55)

Color info

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

RGB color model

#C46F37 color RGB value is (196,111,55).

RGB: (196,111,55) (77%, 44%, 22%)

RGB channels and saturation

R 196 of 255 = 77%
G 111 of 255 = 44%
B 55 of 255 = 22%

196
111
55

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

Portions of RGB colors in percentages

R + G + B = 196 + 111 + 55 = 362 (100%)
R 196 of 362 ~ 54.14%
G 111 of 362 ~ 30.66%
B 55 of 362 ~ 15.19'%

%54.14
%30.66
%15.19

CMYK color model

#C46F37 color CMYK value is (0,43,72,23).

  • cyan value is 0.00%
  • magenta value is 43.37%
  • yellow value is 71.94%
  • key color value is 23.14%

CMYK: (0,43,72,23)
C0M43Y72K23 (0%, 43%, 72%, 23%)
(0.00 / 0.43 / 0.72 / 0.23)

CMYK percentages

%0
%43.37
%71.94
%23.14

Codes

Color #C46F37 in popluar color models

C4 6F 37
RGB 196 111 55
HSL 24° 56.18% 49.22%
HSB/HSV 24° 71.94% 76.86%
CMYK 0.00% 43.37% 71.94%
23.14%

Color #C46F37 in popluar number systems.

HEX C4 6F 37
Decimal 196 111 55
Binary 11000100 1101111 110111
Octal 304 157 67

Shades and tints

Shades of #C46F37

#C46F37
(196,111,55)
#B36532
(179,101,50)
#A25B2D
(162,91,45)
#915128
(145,81,40)
#804723
(128,71,35)
#6F3D1E
(111,61,30)
#5E3319
(94,51,25)
#4D2914
(77,41,20)
#3C1F0F
(60,31,15)
#2B150A
(43,21,10)
#1A0B05
(26,11,5)
#000000
(0,0,0)

Tints of #C46F37

#C46F37
(196,111,55)
#C97C49
(201,124,73)
#CE895B
(206,137,91)
#D3966D
(211,150,109)
#D8A37F
(216,163,127)
#DDB091
(221,176,145)
#E2BDA3
(226,189,163)
#E7CAB5
(231,202,181)
#ECD7C7
(236,215,199)
#F1E4D9
(241,228,217)
#F6F1EB
(246,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C46F37 color. Also use rgb(196,111,55) instead hex code.

Text Font Color

.myTextColor { color: #C46F37; }

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

This text font color is #C46F37.

Background Color

.myBgColor { background-color: #C46F37; }

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

This div background color is #C46F37.

Border color

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

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

This div border color is #C46F37.

Opacity

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

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

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

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

This text has shadow with #C46F37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C46F37.

Preview

Color preview on black background

This text has color #C46F37 on black background.


Color preview on white background

This text has color #C46F37 on white background.


Black color preview on #C46F37 background

This text has black color on #C46F37 background.


White color preview on #C46F37 background

This text has white color on #C46F37 background.


Related colors

Complementary color

Complementary color for #hex is #3B90C8.


I love getcolorcode.com

Triadic colors

1 #37C46F and #6F37C4 with #C46F37 are triadic colors.

2 #376FC4 and #6FC437 with #C46F37 are triadic colors.