COLOR #C3484B

HEX: #C3484B
RGB: (195,72,75)

Color info

#C3484B contains mainly red color. Web safe color of #C3484B is #CC3333 (or #C33).

RGB color model

#C3484B color RGB value is (195,72,75).

  • red value is 195;
  • green value is 72;
  • blue value is 75.
RGB:
(195,72,75)
(76%,28%,29%)

RGB channels and saturation

R 195 of 255 = 76%
G 72 of 255 = 28%
B 75 of 255 = 29%

195
72
75

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

Portions of RGB colors in percentages

R + G + B =
195 + 72 + 75 = 342 (100%)
R 195 of 342 ~ 57.02%
G 72 of 342 ~ 21.05%
B 75 of 342 ~ 21.93%

%57.02
%21.05
%21.93

CMYK color model

#C3484B color CMYK value is (0,63,62,24).

  • cyan value is 0.00%
  • magenta value is 63.08%
  • yellow value is 61.54%
  • key color value is 23.53%
CMYK:
(0,63,62,24)
C0M63Y62K24 
(0%,63%,62%,24%)
(0.00/0.63/0.62/0.24)	

CMYK percentages

%0
%63.08
%61.54
%23.53

Codes

Color #C3484B in popluar color models

C3484B
RGB1957275
HSL359°50.62%52.35%
HSB/HSV359°63.08%76.47%
CMYK0.00%63.08%61.54%
23.53%

Color #C3484B in popluar number systems.

HEXC3484B
Decimal1957275
Binary1100001110010001001011
Octal303110113

Shades and tints

Shades of #C3484B

#C3484B
(195,72,75)
#B24245
(178,66,69)
#A13C3F
(161,60,63)
#903639
(144,54,57)
#7F3033
(127,48,51)
#6E2A2D
(110,42,45)
#5D2427
(93,36,39)
#4C1E21
(76,30,33)
#3B181B
(59,24,27)
#2A1215
(42,18,21)
#190C0F
(25,12,15)
#000000
(0,0,0)

Tints of #C3484B

#C3484B
(195,72,75)
#C8585B
(200,88,91)
#CD686B
(205,104,107)
#D2787B
(210,120,123)
#D7888B
(215,136,139)
#DC989B
(220,152,155)
#E1A8AB
(225,168,171)
#E6B8BB
(230,184,187)
#EBC8CB
(235,200,203)
#F0D8DB
(240,216,219)
#F5E8EB
(245,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3484B; }

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

This text font color is #C3484B.


Background Color

.myBgColor { background-color: #C3484B; }

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

This div background color is #C3484B.


Border color

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

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

This div border color is #C3484B.


Opacity

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

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

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

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

This text has shadow with #C3484B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3484B on black background.


Color preview on white background

This text has color #C3484B on white background.



Black color preview on #C3484B background

This text has black color on #C3484B background.


White color preview on #C3484B background

This text has white color on #C3484B background.