COLOR #E77325

HEX: #E77325
RGB: (231,115,37)

Renk bilgisi

#E77325 contains mainly red color. #E77325 ‘ nin web güvenlik rengi #FF6633 (ya da #F63) dir.

RGB renk modeli

#E77325 color RGB value is (231,115,37).

  • kırmız ton 231;
  • yeşil ton 115;
  • mavi ton 37.
RGB:
(231,115,37)
(91%,45%,15%)

RGB bağlantıları ve doygunluk

R 231 of 255 = 91%
G 115 of 255 = 45%
B 37 of 255 = 15%

231
115
37

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

Yüzdelerle RGB renk parçaları

R + G + B =
231 + 115 + 37 = 383 (100%)
R 231 of 383 ~ 60.31%
G 115 of 383 ~ 30.03%
B 37 of 383 ~ 9.66%

%60.31
%30.03
%9.66

CMYK RENK MODELİ

#E77325 rengi CMYK tonu (0,50,84,9).

  • camgöbeği tonu 0.00%
  • eflatun tonu 50.22%
  • sarı tonu 83.98%
  • ana renk tonu 9.41%
CMYK:
(0,50,84,9)
C0M50Y84K9 
(0%,50%,84%,9%)
(0.00/0.50/0.84/0.09)	

CMYK yüzdeleri

%0
%50.22
%83.98
%9.41

Codes

Color #E77325 in popluar color models

E77325
RGB23111537
HSL24°80.17%52.55%
HSB/HSV24°83.98%90.59%
CMYK0.00%50.22%83.98%
9.41%

Color #E77325 in popluar number systems.

HEXE77325
Decimal23111537
Binary111001111110011100101
Octal34716345

Shades and tints

Shades of #E77325

#E77325
(231,115,37)
#D26922
(210,105,34)
#BD5F1F
(189,95,31)
#A8551C
(168,85,28)
#934B19
(147,75,25)
#7E4116
(126,65,22)
#693713
(105,55,19)
#542D10
(84,45,16)
#3F230D
(63,35,13)
#2A190A
(42,25,10)
#150F07
(21,15,7)
#000000
(0,0,0)

Tints of #E77325

#E77325
(231,115,37)
#E97F38
(233,127,56)
#EB8B4B
(235,139,75)
#ED975E
(237,151,94)
#EFA371
(239,163,113)
#F1AF84
(241,175,132)
#F3BB97
(243,187,151)
#F5C7AA
(245,199,170)
#F7D3BD
(247,211,189)
#F9DFD0
(249,223,208)
#FBEBE3
(251,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E77325 color. Also use rgb(231,115,37) instead hex code.

Text Font Color

.myTextColor { color: #E77325; }

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

This text font color is #E77325.


Background Color

.myBgColor { background-color: #E77325; }

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

This div background color is #E77325.


Border color

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

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

This div border color is #E77325.


Opacity

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

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

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

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

This text has shadow with #E77325 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E77325 on black background.


Color preview on white background

This text has color #E77325 on white background.



Black color preview on #E77325 background

This text has black color on #E77325 background.


White color preview on #E77325 background

This text has white color on #E77325 background.