COLOR #C5603F

HEX: #C5603F
RGB: (197,96,63)

Renk bilgisi

#C5603F contains mainly red color. #C5603F ‘ nin web güvenlik rengi #CC6633 (ya da #C63) dir.

RGB renk modeli

#C5603F color RGB value is (197,96,63).

  • kırmız ton 197;
  • yeşil ton 96;
  • mavi ton 63.
RGB:
(197,96,63)
(77%,38%,25%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 96 of 255 = 38%
B 63 of 255 = 25%

197
96
63

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 96 + 63 = 356 (100%)
R 197 of 356 ~ 55.34%
G 96 of 356 ~ 26.97%
B 63 of 356 ~ 17.7%

%55.34
%26.97
%17.7

CMYK RENK MODELİ

#C5603F rengi CMYK tonu (0,51,68,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 51.27%
  • sarı tonu 68.02%
  • ana renk tonu 22.75%
CMYK:
(0,51,68,23)
C0M51Y68K23 
(0%,51%,68%,23%)
(0.00/0.51/0.68/0.23)	

CMYK yüzdeleri

%0
%51.27
%68.02
%22.75

Codes

Color #C5603F in popluar color models

C5603F
RGB1979663
HSL15°53.60%50.98%
HSB/HSV15°68.02%77.25%
CMYK0.00%51.27%68.02%
22.75%

Color #C5603F in popluar number systems.

HEXC5603F
Decimal1979663
Binary110001011100000111111
Octal30514077

Shades and tints

Shades of #C5603F

#C5603F
(197,96,63)
#B4583A
(180,88,58)
#A35035
(163,80,53)
#924830
(146,72,48)
#81402B
(129,64,43)
#703826
(112,56,38)
#5F3021
(95,48,33)
#4E281C
(78,40,28)
#3D2017
(61,32,23)
#2C1812
(44,24,18)
#1B100D
(27,16,13)
#000000
(0,0,0)

Tints of #C5603F

#C5603F
(197,96,63)
#CA6E50
(202,110,80)
#CF7C61
(207,124,97)
#D48A72
(212,138,114)
#D99883
(217,152,131)
#DEA694
(222,166,148)
#E3B4A5
(227,180,165)
#E8C2B6
(232,194,182)
#EDD0C7
(237,208,199)
#F2DED8
(242,222,216)
#F7ECE9
(247,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5603F; }

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

This text font color is #C5603F.


Background Color

.myBgColor { background-color: #C5603F; }

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

This div background color is #C5603F.


Border color

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

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

This div border color is #C5603F.


Opacity

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

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

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

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

This text has shadow with #C5603F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5603F on black background.


Color preview on white background

This text has color #C5603F on white background.



Black color preview on #C5603F background

This text has black color on #C5603F background.


White color preview on #C5603F background

This text has white color on #C5603F background.