COLOR #C74B44

HEX: #C74B44
RGB: (199,75,68)

Renk bilgisi

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

RGB renk modeli

#C74B44 color RGB value is (199,75,68).

  • kırmız ton 199;
  • yeşil ton 75;
  • mavi ton 68.
RGB:
(199,75,68)
(78%,29%,27%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 75 of 255 = 29%
B 68 of 255 = 27%

199
75
68

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

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 75 + 68 = 342 (100%)
R 199 of 342 ~ 58.19%
G 75 of 342 ~ 21.93%
B 68 of 342 ~ 19.88%

%58.19
%21.93
%19.88

CMYK RENK MODELİ

#C74B44 rengi CMYK tonu (0,62,66,22).

  • camgöbeği tonu 0.00%
  • eflatun tonu 62.31%
  • sarı tonu 65.83%
  • ana renk tonu 21.96%
CMYK:
(0,62,66,22)
C0M62Y66K22 
(0%,62%,66%,22%)
(0.00/0.62/0.66/0.22)	

CMYK yüzdeleri

%0
%62.31
%65.83
%21.96

Codes

Color #C74B44 in popluar color models

C74B44
RGB1997568
HSL53.91%52.35%
HSB/HSV65.83%78.04%
CMYK0.00%62.31%65.83%
21.96%

Color #C74B44 in popluar number systems.

HEXC74B44
Decimal1997568
Binary1100011110010111000100
Octal307113104

Shades and tints

Shades of #C74B44

#C74B44
(199,75,68)
#B5453E
(181,69,62)
#A33F38
(163,63,56)
#913932
(145,57,50)
#7F332C
(127,51,44)
#6D2D26
(109,45,38)
#5B2720
(91,39,32)
#49211A
(73,33,26)
#371B14
(55,27,20)
#25150E
(37,21,14)
#130F08
(19,15,8)
#000000
(0,0,0)

Tints of #C74B44

#C74B44
(199,75,68)
#CC5B55
(204,91,85)
#D16B66
(209,107,102)
#D67B77
(214,123,119)
#DB8B88
(219,139,136)
#E09B99
(224,155,153)
#E5ABAA
(229,171,170)
#EABBBB
(234,187,187)
#EFCBCC
(239,203,204)
#F4DBDD
(244,219,221)
#F9EBEE
(249,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C74B44 color. Also use rgb(199,75,68) instead hex code.

Text Font Color

.myTextColor { color: #C74B44; }

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

This text font color is #C74B44.


Background Color

.myBgColor { background-color: #C74B44; }

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

This div background color is #C74B44.


Border color

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

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

This div border color is #C74B44.


Opacity

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

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

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

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

This text has shadow with #C74B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C74B44 on black background.


Color preview on white background

This text has color #C74B44 on white background.



Black color preview on #C74B44 background

This text has black color on #C74B44 background.


White color preview on #C74B44 background

This text has white color on #C74B44 background.