COLOR #C3082A

HEX: #C3082A
RGB: (195,8,42)

Color info

#C3082A contains mainly red color. Web safe color of #C3082A is #CC0033 (or #C03).

RGB color model

#C3082A color RGB value is (195,8,42).

  • red value is 195;
  • green value is 8;
  • blue value is 42.
RGB:
(195,8,42)
(76%,3%,16%)

RGB channels and saturation

R 195 of 255 = 76%
G 8 of 255 = 3%
B 42 of 255 = 16%

195
8
42

R + G + B ~ 32%. #C3082A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
195 + 8 + 42 = 245 (100%)
R 195 of 245 ~ 79.59%
G 8 of 245 ~ 3.27%
B 42 of 245 ~ 17.14%

%79.59
%17.14

CMYK color model

#C3082A color CMYK value is (0,96,78,24).

  • cyan value is 0.00%
  • magenta value is 95.90%
  • yellow value is 78.46%
  • key color value is 23.53%
CMYK:
(0,96,78,24)
C0M96Y78K24 
(0%,96%,78%,24%)
(0.00/0.96/0.78/0.24)	

CMYK percentages

%0
%95.9
%78.46
%23.53

Codes

Color #C3082A in popluar color models

C3082A
RGB195842
HSL349°92.12%39.80%
HSB/HSV349°95.90%76.47%
CMYK0.00%95.90%78.46%
23.53%

Color #C3082A in popluar number systems.

HEXC3082A
Decimal195842
Binary110000111000101010
Octal3031052

Shades and tints

Shades of #C3082A

#C3082A
(195,8,42)
#B20827
(178,8,39)
#A10824
(161,8,36)
#900821
(144,8,33)
#7F081E
(127,8,30)
#6E081B
(110,8,27)
#5D0818
(93,8,24)
#4C0815
(76,8,21)
#3B0812
(59,8,18)
#2A080F
(42,8,15)
#19080C
(25,8,12)
#000000
(0,0,0)

Tints of #C3082A

#C3082A
(195,8,42)
#C81E3D
(200,30,61)
#CD3450
(205,52,80)
#D24A63
(210,74,99)
#D76076
(215,96,118)
#DC7689
(220,118,137)
#E18C9C
(225,140,156)
#E6A2AF
(230,162,175)
#EBB8C2
(235,184,194)
#F0CED5
(240,206,213)
#F5E4E8
(245,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3082A; }

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

This text font color is #C3082A.


Background Color

.myBgColor { background-color: #C3082A; }

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

This div background color is #C3082A.


Border color

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

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

This div border color is #C3082A.


Opacity

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

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

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

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

This text has shadow with #C3082A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3082A on black background.


Color preview on white background

This text has color #C3082A on white background.



Black color preview on #C3082A background

This text has black color on #C3082A background.


White color preview on #C3082A background

This text has white color on #C3082A background.