COLOR #E3B72F

HEX: #E3B72F
RGB: (227,183,47)

Color info

#E3B72F contains mainly red and green colors. Web safe color of #E3B72F is #CCCC33 (or #CC3).

RGB color model

#E3B72F color RGB value is (227,183,47).

  • red value is 227;
  • green value is 183;
  • blue value is 47.
RGB:
(227,183,47)
(89%,72%,18%)

RGB channels and saturation

R 227 of 255 = 89%
G 183 of 255 = 72%
B 47 of 255 = 18%

227
183
47

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

Portions of RGB colors in percentages

R + G + B =
227 + 183 + 47 = 457 (100%)
R 227 of 457 ~ 49.67%
G 183 of 457 ~ 40.04%
B 47 of 457 ~ 10.28%

%49.67
%40.04
%10.28

CMYK color model

#E3B72F color CMYK value is (0,19,79,11).

  • cyan value is 0.00%
  • magenta value is 19.38%
  • yellow value is 79.30%
  • key color value is 10.98%
CMYK:
(0,19,79,11)
C0M19Y79K11 
(0%,19%,79%,11%)
(0.00/0.19/0.79/0.11)	

CMYK percentages

%0
%19.38
%79.3
%10.98

Codes

Color #E3B72F in popluar color models

E3B72F
RGB22718347
HSL45°76.27%53.73%
HSB/HSV45°79.30%89.02%
CMYK0.00%19.38%79.30%
10.98%

Color #E3B72F in popluar number systems.

HEXE3B72F
Decimal22718347
Binary1110001110110111101111
Octal34326757

Shades and tints

Shades of #E3B72F

#E3B72F
(227,183,47)
#CFA72B
(207,167,43)
#BB9727
(187,151,39)
#A78723
(167,135,35)
#93771F
(147,119,31)
#7F671B
(127,103,27)
#6B5717
(107,87,23)
#574713
(87,71,19)
#43370F
(67,55,15)
#2F270B
(47,39,11)
#1B1707
(27,23,7)
#000000
(0,0,0)

Tints of #E3B72F

#E3B72F
(227,183,47)
#E5BD41
(229,189,65)
#E7C353
(231,195,83)
#E9C965
(233,201,101)
#EBCF77
(235,207,119)
#EDD589
(237,213,137)
#EFDB9B
(239,219,155)
#F1E1AD
(241,225,173)
#F3E7BF
(243,231,191)
#F5EDD1
(245,237,209)
#F7F3E3
(247,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B72F color. Also use rgb(227,183,47) instead hex code.

Text Font Color

.myTextColor { color: #E3B72F; }

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

This text font color is #E3B72F.


Background Color

.myBgColor { background-color: #E3B72F; }

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

This div background color is #E3B72F.


Border color

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

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

This div border color is #E3B72F.


Opacity

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

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

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

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

This text has shadow with #E3B72F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B72F on black background.


Color preview on white background

This text has color #E3B72F on white background.



Black color preview on #E3B72F background

This text has black color on #E3B72F background.


White color preview on #E3B72F background

This text has white color on #E3B72F background.