COLOR #C3603F

HEX: #C3603F
RGB: (195,96,63)

Color info

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

RGB color model

#C3603F color RGB value is (195,96,63).

  • red value is 195;
  • green value is 96;
  • blue value is 63.
RGB:
(195,96,63)
(76%,38%,25%)

RGB channels and saturation

R 195 of 255 = 76%
G 96 of 255 = 38%
B 63 of 255 = 25%

195
96
63

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

Portions of RGB colors in percentages

R + G + B =
195 + 96 + 63 = 354 (100%)
R 195 of 354 ~ 55.08%
G 96 of 354 ~ 27.12%
B 63 of 354 ~ 17.8%

%55.08
%27.12
%17.8

CMYK color model

#C3603F color CMYK value is (0,51,68,24).

  • cyan value is 0.00%
  • magenta value is 50.77%
  • yellow value is 67.69%
  • key color value is 23.53%
CMYK:
(0,51,68,24)
C0M51Y68K24 
(0%,51%,68%,24%)
(0.00/0.51/0.68/0.24)	

CMYK percentages

%0
%50.77
%67.69
%23.53

Codes

Color #C3603F in popluar color models

C3603F
RGB1959663
HSL15°52.38%50.59%
HSB/HSV15°67.69%76.47%
CMYK0.00%50.77%67.69%
23.53%

Color #C3603F in popluar number systems.

HEXC3603F
Decimal1959663
Binary110000111100000111111
Octal30314077

Shades and tints

Shades of #C3603F

#C3603F
(195,96,63)
#B2583A
(178,88,58)
#A15035
(161,80,53)
#904830
(144,72,48)
#7F402B
(127,64,43)
#6E3826
(110,56,38)
#5D3021
(93,48,33)
#4C281C
(76,40,28)
#3B2017
(59,32,23)
#2A1812
(42,24,18)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #C3603F

#C3603F
(195,96,63)
#C86E50
(200,110,80)
#CD7C61
(205,124,97)
#D28A72
(210,138,114)
#D79883
(215,152,131)
#DCA694
(220,166,148)
#E1B4A5
(225,180,165)
#E6C2B6
(230,194,182)
#EBD0C7
(235,208,199)
#F0DED8
(240,222,216)
#F5ECE9
(245,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3603F; }

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

This text font color is #C3603F.


Background Color

.myBgColor { background-color: #C3603F; }

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

This div background color is #C3603F.


Border color

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

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

This div border color is #C3603F.


Opacity

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

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

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

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

This text has shadow with #C3603F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3603F on black background.


Color preview on white background

This text has color #C3603F on white background.



Black color preview on #C3603F background

This text has black color on #C3603F background.


White color preview on #C3603F background

This text has white color on #C3603F background.