COLOR #C74F4C

HEX: #C74F4C
RGB: (199,79,76)

Renk bilgisi

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

RGB renk modeli

#C74F4C color RGB value is (199,79,76).

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

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 79 of 255 = 31%
B 76 of 255 = 30%

199
79
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 79 + 76 = 354 (100%)
R 199 of 354 ~ 56.21%
G 79 of 354 ~ 22.32%
B 76 of 354 ~ 21.47%

%56.21
%22.32
%21.47

CMYK RENK MODELİ

#C74F4C rengi CMYK tonu (0,60,62,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 60.30%
  • sarı tonu 61.81%
  • ana renk tonu 21.96%
CMYK:
(0,60,62,22)
C0M60Y62K22 
(0%,60%,62%,22%)
(0.00/0.60/0.62/0.22)	

CMYK yüzdeleri

%0
%60.3
%61.81
%21.96

Codes

Color #C74F4C in popluar color models

C74F4C
RGB1997976
HSL52.34%53.92%
HSB/HSV61.81%78.04%
CMYK0.00%60.30%61.81%
21.96%

Color #C74F4C in popluar number systems.

HEXC74F4C
Decimal1997976
Binary1100011110011111001100
Octal307117114

Shades and tints

Shades of #C74F4C

#C74F4C
(199,79,76)
#B54846
(181,72,70)
#A34140
(163,65,64)
#913A3A
(145,58,58)
#7F3334
(127,51,52)
#6D2C2E
(109,44,46)
#5B2528
(91,37,40)
#491E22
(73,30,34)
#37171C
(55,23,28)
#251016
(37,16,22)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #C74F4C

#C74F4C
(199,79,76)
#CC5F5C
(204,95,92)
#D16F6C
(209,111,108)
#D67F7C
(214,127,124)
#DB8F8C
(219,143,140)
#E09F9C
(224,159,156)
#E5AFAC
(229,175,172)
#EABFBC
(234,191,188)
#EFCFCC
(239,207,204)
#F4DFDC
(244,223,220)
#F9EFEC
(249,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74F4C color. Also use rgb(199,79,76) instead hex code.

Text Font Color

.myTextColor { color: #C74F4C; }

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

This text font color is #C74F4C.


Background Color

.myBgColor { background-color: #C74F4C; }

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

This div background color is #C74F4C.


Border color

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

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

This div border color is #C74F4C.


Opacity

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

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

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

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

This text has shadow with #C74F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C74F4C on black background.


Color preview on white background

This text has color #C74F4C on white background.



Black color preview on #C74F4C background

This text has black color on #C74F4C background.


White color preview on #C74F4C background

This text has white color on #C74F4C background.