COLOR #E77A53

HEX: #E77A53
RGB: (231,122,83)

Renk bilgisi

#E77A53 contains mainly red color. #E77A53 ‘ nin web güvenlik rengi #FF6666 (ya da #F66) dir.

RGB renk modeli

#E77A53 color RGB value is (231,122,83).

  • kırmız ton 231;
  • yeşil ton 122;
  • mavi ton 83.
RGB:
(231,122,83)
(91%,48%,33%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 122 of 255 = 48%
B 83 of 255 = 33%

231
122
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 122 + 83 = 436 (100%)
R 231 of 436 ~ 52.98%
G 122 of 436 ~ 27.98%
B 83 of 436 ~ 19.04%

%52.98
%27.98
%19.04

CMYK RENK MODELİ

#E77A53 rengi CMYK tonu (0,47,64,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 47.19%
  • sarı tonu 64.07%
  • ana renk tonu 9.41%
CMYK:
(0,47,64,9)
C0M47Y64K9 
(0%,47%,64%,9%)
(0.00/0.47/0.64/0.09)	

CMYK yüzdeleri

%0
%47.19
%64.07
%9.41

Codes

Color #E77A53 in popluar color models

E77A53
RGB23112283
HSL16°75.51%61.57%
HSB/HSV16°64.07%90.59%
CMYK0.00%47.19%64.07%
9.41%

Color #E77A53 in popluar number systems.

HEXE77A53
Decimal23112283
Binary1110011111110101010011
Octal347172123

Shades and tints

Shades of #E77A53

#E77A53
(231,122,83)
#D26F4C
(210,111,76)
#BD6445
(189,100,69)
#A8593E
(168,89,62)
#934E37
(147,78,55)
#7E4330
(126,67,48)
#693829
(105,56,41)
#542D22
(84,45,34)
#3F221B
(63,34,27)
#2A1714
(42,23,20)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #E77A53

#E77A53
(231,122,83)
#E98662
(233,134,98)
#EB9271
(235,146,113)
#ED9E80
(237,158,128)
#EFAA8F
(239,170,143)
#F1B69E
(241,182,158)
#F3C2AD
(243,194,173)
#F5CEBC
(245,206,188)
#F7DACB
(247,218,203)
#F9E6DA
(249,230,218)
#FBF2E9
(251,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77A53 color. Also use rgb(231,122,83) instead hex code.

Text Font Color

.myTextColor { color: #E77A53; }

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

This text font color is #E77A53.


Background Color

.myBgColor { background-color: #E77A53; }

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

This div background color is #E77A53.


Border color

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

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

This div border color is #E77A53.


Opacity

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

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

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

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

This text has shadow with #E77A53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77A53 on black background.


Color preview on white background

This text has color #E77A53 on white background.



Black color preview on #E77A53 background

This text has black color on #E77A53 background.


White color preview on #E77A53 background

This text has white color on #E77A53 background.