COLOR #C5422D

HEX: #C5422D
RGB: (197,66,45)

Renk bilgisi

#C5422D contains mainly red color. #C5422D ‘ nin web güvenlik rengi #CC3333 (ya da #C33) dir.

RGB renk modeli

#C5422D color RGB value is (197,66,45).

  • kırmız ton 197;
  • yeşil ton 66;
  • mavi ton 45.
RGB:
(197,66,45)
(77%,26%,18%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 66 of 255 = 26%
B 45 of 255 = 18%

197
66
45

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 66 + 45 = 308 (100%)
R 197 of 308 ~ 63.96%
G 66 of 308 ~ 21.43%
B 45 of 308 ~ 14.61%

%63.96
%21.43
%14.61

CMYK RENK MODELİ

#C5422D rengi CMYK tonu (0,66,77,23).

  • camgöbeği tonu 0.00%
  • eflatun tonu 66.50%
  • sarı tonu 77.16%
  • ana renk tonu 22.75%
CMYK:
(0,66,77,23)
C0M66Y77K23 
(0%,66%,77%,23%)
(0.00/0.66/0.77/0.23)	

CMYK yüzdeleri

%0
%66.5
%77.16
%22.75

Codes

Color #C5422D in popluar color models

C5422D
RGB1976645
HSL62.81%47.45%
HSB/HSV77.16%77.25%
CMYK0.00%66.50%77.16%
22.75%

Color #C5422D in popluar number systems.

HEXC5422D
Decimal1976645
Binary110001011000010101101
Octal30510255

Shades and tints

Shades of #C5422D

#C5422D
(197,66,45)
#B43C29
(180,60,41)
#A33625
(163,54,37)
#923021
(146,48,33)
#812A1D
(129,42,29)
#702419
(112,36,25)
#5F1E15
(95,30,21)
#4E1811
(78,24,17)
#3D120D
(61,18,13)
#2C0C09
(44,12,9)
#1B0605
(27,6,5)
#000000
(0,0,0)

Tints of #C5422D

#C5422D
(197,66,45)
#CA5340
(202,83,64)
#CF6453
(207,100,83)
#D47566
(212,117,102)
#D98679
(217,134,121)
#DE978C
(222,151,140)
#E3A89F
(227,168,159)
#E8B9B2
(232,185,178)
#EDCAC5
(237,202,197)
#F2DBD8
(242,219,216)
#F7ECEB
(247,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5422D color. Also use rgb(197,66,45) instead hex code.

Text Font Color

.myTextColor { color: #C5422D; }

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

This text font color is #C5422D.


Background Color

.myBgColor { background-color: #C5422D; }

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

This div background color is #C5422D.


Border color

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

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

This div border color is #C5422D.


Opacity

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

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

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

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

This text has shadow with #C5422D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5422D on black background.


Color preview on white background

This text has color #C5422D on white background.



Black color preview on #C5422D background

This text has black color on #C5422D background.


White color preview on #C5422D background

This text has white color on #C5422D background.