COLOR #C45E2D

HEX: #C45E2D RGB: (196,94,45)

Color info

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

RGB color model

#C45E2D color RGB value is (196,94,45).

RGB: (196,94,45) (77%, 37%, 18%)

RGB channels and saturation

R 196 of 255 = 77%
G 94 of 255 = 37%
B 45 of 255 = 18%

196
94
45

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

Portions of RGB colors in percentages

R + G + B = 196 + 94 + 45 = 335 (100%)
R 196 of 335 ~ 58.51%
G 94 of 335 ~ 28.06%
B 45 of 335 ~ 13.43'%

%58.51
%28.06
%13.43

CMYK color model

#C45E2D color CMYK value is (0,52,77,23).

  • cyan value is 0.00%
  • magenta value is 52.04%
  • yellow value is 77.04%
  • key color value is 23.14%

CMYK: (0,52,77,23)
C0M52Y77K23 (0%, 52%, 77%, 23%)
(0.00 / 0.52 / 0.77 / 0.23)

CMYK percentages

%0
%52.04
%77.04
%23.14

Codes

Color #C45E2D in popluar color models

C4 5E 2D
RGB 196 94 45
HSL 19° 62.66% 47.25%
HSB/HSV 19° 77.04% 76.86%
CMYK 0.00% 52.04% 77.04%
23.14%

Color #C45E2D in popluar number systems.

HEX C4 5E 2D
Decimal 196 94 45
Binary 11000100 1011110 101101
Octal 304 136 55

Shades and tints

Shades of #C45E2D

#C45E2D
(196,94,45)
#B35629
(179,86,41)
#A24E25
(162,78,37)
#914621
(145,70,33)
#803E1D
(128,62,29)
#6F3619
(111,54,25)
#5E2E15
(94,46,21)
#4D2611
(77,38,17)
#3C1E0D
(60,30,13)
#2B1609
(43,22,9)
#1A0E05
(26,14,5)
#000000
(0,0,0)

Tints of #C45E2D

#C45E2D
(196,94,45)
#C96C40
(201,108,64)
#CE7A53
(206,122,83)
#D38866
(211,136,102)
#D89679
(216,150,121)
#DDA48C
(221,164,140)
#E2B29F
(226,178,159)
#E7C0B2
(231,192,178)
#ECCEC5
(236,206,197)
#F1DCD8
(241,220,216)
#F6EAEB
(246,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C45E2D color. Also use rgb(196,94,45) instead hex code.

Text Font Color

.myTextColor { color: #C45E2D; }

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

This text font color is #C45E2D.

Background Color

.myBgColor { background-color: #C45E2D; }

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

This div background color is #C45E2D.

Border color

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

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

This div border color is #C45E2D.

Opacity

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

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

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

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

This text has shadow with #C45E2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C45E2D.

Preview

Color preview on black background

This text has color #C45E2D on black background.


Color preview on white background

This text has color #C45E2D on white background.


Black color preview on #C45E2D background

This text has black color on #C45E2D background.


White color preview on #C45E2D background

This text has white color on #C45E2D background.


Related colors

Complementary color

Complementary color for #hex is #3BA1D2.


I love getcolorcode.com

Triadic colors

1 #2DC45E and #5E2DC4 with #C45E2D are triadic colors.

2 #2D5EC4 and #5EC42D with #C45E2D are triadic colors.