COLOR #E49F77

HEX: #E49F77
RGB: (228,159,119)

Renk bilgisi

#E49F77 contains mainly red color. #E49F77 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#E49F77 color RGB value is (228,159,119).

  • kırmız ton 228;
  • yeşil ton 159;
  • mavi ton 119.
RGB:
(228,159,119)
(89%,62%,47%)

RGB bağlantıları ve doygunluk

R 228 of 255 = 89%
G 159 of 255 = 62%
B 119 of 255 = 47%

228
159
119

R + G + B ~ 66%. #E49F77 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
228 + 159 + 119 = 506 (100%)
R 228 of 506 ~ 45.06%
G 159 of 506 ~ 31.42%
B 119 of 506 ~ 23.52%

%45.06
%31.42
%23.52

CMYK RENK MODELİ

#E49F77 rengi CMYK tonu (0,30,48,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.26%
  • sarı tonu 47.81%
  • ana renk tonu 10.59%
CMYK:
(0,30,48,11)
C0M30Y48K11 
(0%,30%,48%,11%)
(0.00/0.30/0.48/0.11)	

CMYK yüzdeleri

%0
%30.26
%47.81
%10.59

Codes

Color #E49F77 in popluar color models

E49F77
RGB228159119
HSL22°66.87%68.04%
HSB/HSV22°47.81%89.41%
CMYK0.00%30.26%47.81%
10.59%

Color #E49F77 in popluar number systems.

HEXE49F77
Decimal228159119
Binary11100100100111111110111
Octal344237167

Shades and tints

Shades of #E49F77

#E49F77
(228,159,119)
#D0916D
(208,145,109)
#BC8363
(188,131,99)
#A87559
(168,117,89)
#94674F
(148,103,79)
#805945
(128,89,69)
#6C4B3B
(108,75,59)
#583D31
(88,61,49)
#442F27
(68,47,39)
#30211D
(48,33,29)
#1C1313
(28,19,19)
#000000
(0,0,0)

Tints of #E49F77

#E49F77
(228,159,119)
#E6A783
(230,167,131)
#E8AF8F
(232,175,143)
#EAB79B
(234,183,155)
#ECBFA7
(236,191,167)
#EEC7B3
(238,199,179)
#F0CFBF
(240,207,191)
#F2D7CB
(242,215,203)
#F4DFD7
(244,223,215)
#F6E7E3
(246,231,227)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49F77 color. Also use rgb(228,159,119) instead hex code.

Text Font Color

.myTextColor { color: #E49F77; }

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

This text font color is #E49F77.


Background Color

.myBgColor { background-color: #E49F77; }

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

This div background color is #E49F77.


Border color

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

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

This div border color is #E49F77.


Opacity

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

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

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

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

This text has shadow with #E49F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49F77 on black background.


Color preview on white background

This text has color #E49F77 on white background.



Black color preview on #E49F77 background

This text has black color on #E49F77 background.


White color preview on #E49F77 background

This text has white color on #E49F77 background.