COLOR #C45937

HEX: #C45937 RGB: (196,89,55)

Color info

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

RGB color model

#C45937 color RGB value is (196,89,55).

RGB: (196,89,55) (77%, 35%, 22%)

RGB channels and saturation

R 196 of 255 = 77%
G 89 of 255 = 35%
B 55 of 255 = 22%

196
89
55

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

Portions of RGB colors in percentages

R + G + B = 196 + 89 + 55 = 340 (100%)
R 196 of 340 ~ 57.65%
G 89 of 340 ~ 26.18%
B 55 of 340 ~ 16.18'%

%57.65
%26.18
%16.18

CMYK color model

#C45937 color CMYK value is (0,55,72,23).

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

CMYK: (0,55,72,23)
C0M55Y72K23 (0%, 55%, 72%, 23%)
(0.00 / 0.55 / 0.72 / 0.23)

CMYK percentages

%0
%54.59
%71.94
%23.14

Codes

Color #C45937 in popluar color models

C4 59 37
RGB 196 89 55
HSL 14° 56.18% 49.22%
HSB/HSV 14° 71.94% 76.86%
CMYK 0.00% 54.59% 71.94%
23.14%

Color #C45937 in popluar number systems.

HEX C4 59 37
Decimal 196 89 55
Binary 11000100 1011001 110111
Octal 304 131 67

Shades and tints

Shades of #C45937

#C45937
(196,89,55)
#B35132
(179,81,50)
#A2492D
(162,73,45)
#914128
(145,65,40)
#803923
(128,57,35)
#6F311E
(111,49,30)
#5E2919
(94,41,25)
#4D2114
(77,33,20)
#3C190F
(60,25,15)
#2B110A
(43,17,10)
#1A0905
(26,9,5)
#000000
(0,0,0)

Tints of #C45937

#C45937
(196,89,55)
#C96849
(201,104,73)
#CE775B
(206,119,91)
#D3866D
(211,134,109)
#D8957F
(216,149,127)
#DDA491
(221,164,145)
#E2B3A3
(226,179,163)
#E7C2B5
(231,194,181)
#ECD1C7
(236,209,199)
#F1E0D9
(241,224,217)
#F6EFEB
(246,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C45937; }

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

This text font color is #C45937.

Background Color

.myBgColor { background-color: #C45937; }

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

This div background color is #C45937.

Border color

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

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

This div border color is #C45937.

Opacity

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

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

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

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

This text has shadow with #C45937 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C45937.

Preview

Color preview on black background

This text has color #C45937 on black background.


Color preview on white background

This text has color #C45937 on white background.


Black color preview on #C45937 background

This text has black color on #C45937 background.


White color preview on #C45937 background

This text has white color on #C45937 background.


Related colors

Complementary color

Complementary color for #hex is #3BA6C8.


I love getcolorcode.com

Triadic colors

1 #37C459 and #5937C4 with #C45937 are triadic colors.

2 #3759C4 and #59C437 with #C45937 are triadic colors.