COLOR #E37F77

HEX: #E37F77
RGB: (227,127,119)

Renk bilgisi

#E37F77 contains mainly red color. #E37F77 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#E37F77 color RGB value is (227,127,119).

  • kırmız ton 227;
  • yeşil ton 127;
  • mavi ton 119.
RGB:
(227,127,119)
(89%,50%,47%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 127 of 255 = 50%
B 119 of 255 = 47%

227
127
119

R + G + B ~ 62%. #E37F77 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 127 + 119 = 473 (100%)
R 227 of 473 ~ 47.99%
G 127 of 473 ~ 26.85%
B 119 of 473 ~ 25.16%

%47.99
%26.85
%25.16

CMYK RENK MODELİ

#E37F77 rengi CMYK tonu (0,44,48,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.05%
  • sarı tonu 47.58%
  • ana renk tonu 10.98%
CMYK:
(0,44,48,11)
C0M44Y48K11 
(0%,44%,48%,11%)
(0.00/0.44/0.48/0.11)	

CMYK yüzdeleri

%0
%44.05
%47.58
%10.98

Codes

Color #E37F77 in popluar color models

E37F77
RGB227127119
HSL65.85%67.84%
HSB/HSV47.58%89.02%
CMYK0.00%44.05%47.58%
10.98%

Color #E37F77 in popluar number systems.

HEXE37F77
Decimal227127119
Binary1110001111111111110111
Octal343177167

Shades and tints

Shades of #E37F77

#E37F77
(227,127,119)
#CF746D
(207,116,109)
#BB6963
(187,105,99)
#A75E59
(167,94,89)
#93534F
(147,83,79)
#7F4845
(127,72,69)
#6B3D3B
(107,61,59)
#573231
(87,50,49)
#432727
(67,39,39)
#2F1C1D
(47,28,29)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #E37F77

#E37F77
(227,127,119)
#E58A83
(229,138,131)
#E7958F
(231,149,143)
#E9A09B
(233,160,155)
#EBABA7
(235,171,167)
#EDB6B3
(237,182,179)
#EFC1BF
(239,193,191)
#F1CCCB
(241,204,203)
#F3D7D7
(243,215,215)
#F5E2E3
(245,226,227)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E37F77 color. Also use rgb(227,127,119) instead hex code.

Text Font Color

.myTextColor { color: #E37F77; }

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

This text font color is #E37F77.


Background Color

.myBgColor { background-color: #E37F77; }

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

This div background color is #E37F77.


Border color

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

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

This div border color is #E37F77.


Opacity

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

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

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

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

This text has shadow with #E37F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E37F77 on black background.


Color preview on white background

This text has color #E37F77 on white background.



Black color preview on #E37F77 background

This text has black color on #E37F77 background.


White color preview on #E37F77 background

This text has white color on #E37F77 background.