COLOR #C35454

HEX: #C35454
RGB: (195,84,84)

Color info

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

RGB color model

#C35454 color RGB value is (195,84,84).

  • red value is 195;
  • green value is 84;
  • blue value is 84.
RGB:
(195,84,84)
(76%,33%,33%)

RGB channels and saturation

R 195 of 255 = 76%
G 84 of 255 = 33%
B 84 of 255 = 33%

195
84
84

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

Portions of RGB colors in percentages

R + G + B =
195 + 84 + 84 = 363 (100%)
R 195 of 363 ~ 53.72%
G 84 of 363 ~ 23.14%
B 84 of 363 ~ 23.14%

%53.72
%23.14
%23.14

CMYK color model

#C35454 color CMYK value is (0,57,57,24).

  • cyan value is 0.00%
  • magenta value is 56.92%
  • yellow value is 56.92%
  • key color value is 23.53%
CMYK:
(0,57,57,24)
C0M57Y57K24 
(0%,57%,57%,24%)
(0.00/0.57/0.57/0.24)	

CMYK percentages

%0
%56.92
%56.92
%23.53

Codes

Color #C35454 in popluar color models

C35454
RGB1958484
HSL48.05%54.71%
HSB/HSV56.92%76.47%
CMYK0.00%56.92%56.92%
23.53%

Color #C35454 in popluar number systems.

HEXC35454
Decimal1958484
Binary1100001110101001010100
Octal303124124

Shades and tints

Shades of #C35454

#C35454
(195,84,84)
#B24D4D
(178,77,77)
#A14646
(161,70,70)
#903F3F
(144,63,63)
#7F3838
(127,56,56)
#6E3131
(110,49,49)
#5D2A2A
(93,42,42)
#4C2323
(76,35,35)
#3B1C1C
(59,28,28)
#2A1515
(42,21,21)
#190E0E
(25,14,14)
#000000
(0,0,0)

Tints of #C35454

#C35454
(195,84,84)
#C86363
(200,99,99)
#CD7272
(205,114,114)
#D28181
(210,129,129)
#D79090
(215,144,144)
#DC9F9F
(220,159,159)
#E1AEAE
(225,174,174)
#E6BDBD
(230,189,189)
#EBCCCC
(235,204,204)
#F0DBDB
(240,219,219)
#F5EAEA
(245,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35454 color. Also use rgb(195,84,84) instead hex code.

Text Font Color

.myTextColor { color: #C35454; }

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

This text font color is #C35454.


Background Color

.myBgColor { background-color: #C35454; }

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

This div background color is #C35454.


Border color

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

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

This div border color is #C35454.


Opacity

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

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

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

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

This text has shadow with #C35454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C35454 on black background.


Color preview on white background

This text has color #C35454 on white background.



Black color preview on #C35454 background

This text has black color on #C35454 background.


White color preview on #C35454 background

This text has white color on #C35454 background.