COLOR #C74E18

HEX: #C74E18
RGB: (199,78,24)

Renk bilgisi

#C74E18 contains mainly red color. #C74E18 ‘ nin web güvenlik rengi #CC6600 (ya da #C60) dir.

RGB renk modeli

#C74E18 color RGB value is (199,78,24).

  • kırmız ton 199;
  • yeşil ton 78;
  • mavi ton 24.
RGB:
(199,78,24)
(78%,31%,9%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 78 of 255 = 31%
B 24 of 255 = 9%

199
78
24

R + G + B ~ 39%. #C74E18 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 78 + 24 = 301 (100%)
R 199 of 301 ~ 66.11%
G 78 of 301 ~ 25.91%
B 24 of 301 ~ 7.97%

%66.11
%25.91

CMYK RENK MODELİ

#C74E18 rengi CMYK tonu (0,61,88,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.80%
  • sarı tonu 87.94%
  • ana renk tonu 21.96%
CMYK:
(0,61,88,22)
C0M61Y88K22 
(0%,61%,88%,22%)
(0.00/0.61/0.88/0.22)	

CMYK yüzdeleri

%0
%60.8
%87.94
%21.96

Codes

Color #C74E18 in popluar color models

C74E18
RGB1997824
HSL19°78.48%43.73%
HSB/HSV19°87.94%78.04%
CMYK0.00%60.80%87.94%
21.96%

Color #C74E18 in popluar number systems.

HEXC74E18
Decimal1997824
Binary11000111100111011000
Octal30711630

Shades and tints

Shades of #C74E18

#C74E18
(199,78,24)
#B54716
(181,71,22)
#A34014
(163,64,20)
#913912
(145,57,18)
#7F3210
(127,50,16)
#6D2B0E
(109,43,14)
#5B240C
(91,36,12)
#491D0A
(73,29,10)
#371608
(55,22,8)
#250F06
(37,15,6)
#130804
(19,8,4)
#000000
(0,0,0)

Tints of #C74E18

#C74E18
(199,78,24)
#CC5E2D
(204,94,45)
#D16E42
(209,110,66)
#D67E57
(214,126,87)
#DB8E6C
(219,142,108)
#E09E81
(224,158,129)
#E5AE96
(229,174,150)
#EABEAB
(234,190,171)
#EFCEC0
(239,206,192)
#F4DED5
(244,222,213)
#F9EEEA
(249,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74E18 color. Also use rgb(199,78,24) instead hex code.

Text Font Color

.myTextColor { color: #C74E18; }

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

This text font color is #C74E18.


Background Color

.myBgColor { background-color: #C74E18; }

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

This div background color is #C74E18.


Border color

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

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

This div border color is #C74E18.


Opacity

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

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

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

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

This text has shadow with #C74E18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C74E18 on black background.


Color preview on white background

This text has color #C74E18 on white background.



Black color preview on #C74E18 background

This text has black color on #C74E18 background.


White color preview on #C74E18 background

This text has white color on #C74E18 background.