COLOR #C45F53

HEX: #C45F53
RGB: (196,95,83)

Color info

#C45F53 contains mainly red color. Web safe color of #C45F53 is #CC6666 (or #C66).

RGB color model

#C45F53 color RGB value is (196,95,83).

  • red value is 196;
  • green value is 95;
  • blue value is 83.
RGB:
(196,95,83)
(77%,37%,33%)

RGB channels and saturation

R 196 of 255 = 77%
G 95 of 255 = 37%
B 83 of 255 = 33%

196
95
83

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

Portions of RGB colors in percentages

R + G + B =
196 + 95 + 83 = 374 (100%)
R 196 of 374 ~ 52.41%
G 95 of 374 ~ 25.4%
B 83 of 374 ~ 22.19%

%52.41
%25.4
%22.19

CMYK color model

#C45F53 color CMYK value is (0,52,58,23).

  • cyan value is 0.00%
  • magenta value is 51.53%
  • yellow value is 57.65%
  • key color value is 23.14%
CMYK:
(0,52,58,23)
C0M52Y58K23 
(0%,52%,58%,23%)
(0.00/0.52/0.58/0.23)	

CMYK percentages

%0
%51.53
%57.65
%23.14

Codes

Color #C45F53 in popluar color models

C45F53
RGB1969583
HSL48.92%54.71%
HSB/HSV57.65%76.86%
CMYK0.00%51.53%57.65%
23.14%

Color #C45F53 in popluar number systems.

HEXC45F53
Decimal1969583
Binary1100010010111111010011
Octal304137123

Shades and tints

Shades of #C45F53

#C45F53
(196,95,83)
#B3574C
(179,87,76)
#A24F45
(162,79,69)
#91473E
(145,71,62)
#803F37
(128,63,55)
#6F3730
(111,55,48)
#5E2F29
(94,47,41)
#4D2722
(77,39,34)
#3C1F1B
(60,31,27)
#2B1714
(43,23,20)
#1A0F0D
(26,15,13)
#000000
(0,0,0)

Tints of #C45F53

#C45F53
(196,95,83)
#C96D62
(201,109,98)
#CE7B71
(206,123,113)
#D38980
(211,137,128)
#D8978F
(216,151,143)
#DDA59E
(221,165,158)
#E2B3AD
(226,179,173)
#E7C1BC
(231,193,188)
#ECCFCB
(236,207,203)
#F1DDDA
(241,221,218)
#F6EBE9
(246,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C45F53 color. Also use rgb(196,95,83) instead hex code.

Text Font Color

.myTextColor { color: #C45F53; }

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

This text font color is #C45F53.


Background Color

.myBgColor { background-color: #C45F53; }

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

This div background color is #C45F53.


Border color

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

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

This div border color is #C45F53.


Opacity

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

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

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

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

This text has shadow with #C45F53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C45F53 on black background.


Color preview on white background

This text has color #C45F53 on white background.



Black color preview on #C45F53 background

This text has black color on #C45F53 background.


White color preview on #C45F53 background

This text has white color on #C45F53 background.