COLOR #E38C79

HEX: #E38C79
RGB: (227,140,121)

Renk bilgisi

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

RGB renk modeli

#E38C79 color RGB value is (227,140,121).

  • kırmız ton 227;
  • yeşil ton 140;
  • mavi ton 121.
RGB:
(227,140,121)
(89%,55%,47%)

RGB bağlantıları ve doygunluk

R 227 of 255 = 89%
G 140 of 255 = 55%
B 121 of 255 = 47%

227
140
121

R + G + B ~ 64%. #E38C79 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
227 + 140 + 121 = 488 (100%)
R 227 of 488 ~ 46.52%
G 140 of 488 ~ 28.69%
B 121 of 488 ~ 24.8%

%46.52
%28.69
%24.8

CMYK RENK MODELİ

#E38C79 rengi CMYK tonu (0,38,47,11).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.33%
  • sarı tonu 46.70%
  • ana renk tonu 10.98%
CMYK:
(0,38,47,11)
C0M38Y47K11 
(0%,38%,47%,11%)
(0.00/0.38/0.47/0.11)	

CMYK yüzdeleri

%0
%38.33
%46.7
%10.98

Codes

Color #E38C79 in popluar color models

E38C79
RGB227140121
HSL11°65.43%68.24%
HSB/HSV11°46.70%89.02%
CMYK0.00%38.33%46.70%
10.98%

Color #E38C79 in popluar number systems.

HEXE38C79
Decimal227140121
Binary11100011100011001111001
Octal343214171

Shades and tints

Shades of #E38C79

#E38C79
(227,140,121)
#CF806E
(207,128,110)
#BB7463
(187,116,99)
#A76858
(167,104,88)
#935C4D
(147,92,77)
#7F5042
(127,80,66)
#6B4437
(107,68,55)
#57382C
(87,56,44)
#432C21
(67,44,33)
#2F2016
(47,32,22)
#1B140B
(27,20,11)
#000000
(0,0,0)

Tints of #E38C79

#E38C79
(227,140,121)
#E59685
(229,150,133)
#E7A091
(231,160,145)
#E9AA9D
(233,170,157)
#EBB4A9
(235,180,169)
#EDBEB5
(237,190,181)
#EFC8C1
(239,200,193)
#F1D2CD
(241,210,205)
#F3DCD9
(243,220,217)
#F5E6E5
(245,230,229)
#F7F0F1
(247,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E38C79 color. Also use rgb(227,140,121) instead hex code.

Text Font Color

.myTextColor { color: #E38C79; }

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

This text font color is #E38C79.


Background Color

.myBgColor { background-color: #E38C79; }

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

This div background color is #E38C79.


Border color

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

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

This div border color is #E38C79.


Opacity

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

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

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

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

This text has shadow with #E38C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E38C79 on black background.


Color preview on white background

This text has color #E38C79 on white background.



Black color preview on #E38C79 background

This text has black color on #E38C79 background.


White color preview on #E38C79 background

This text has white color on #E38C79 background.