COLOR #E3A16D

HEX: #E3A16D
RGB: (227,161,109)

Color info

#E3A16D contains mainly red color. Web safe color of #E3A16D is #CC9966 (or #C96).

RGB color model

#E3A16D color RGB value is (227,161,109).

  • red value is 227;
  • green value is 161;
  • blue value is 109.
RGB:
(227,161,109)
(89%,63%,43%)

RGB channels and saturation

R 227 of 255 = 89%
G 161 of 255 = 63%
B 109 of 255 = 43%

227
161
109

R + G + B ~ 65%. #E3A16D is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 161 + 109 = 497 (100%)
R 227 of 497 ~ 45.67%
G 161 of 497 ~ 32.39%
B 109 of 497 ~ 21.93%

%45.67
%32.39
%21.93

CMYK color model

#E3A16D color CMYK value is (0,29,52,11).

  • cyan value is 0.00%
  • magenta value is 29.07%
  • yellow value is 51.98%
  • key color value is 10.98%
CMYK:
(0,29,52,11)
C0M29Y52K11 
(0%,29%,52%,11%)
(0.00/0.29/0.52/0.11)	

CMYK percentages

%0
%29.07
%51.98
%10.98

Codes

Color #E3A16D in popluar color models

E3A16D
RGB227161109
HSL26°67.82%65.88%
HSB/HSV26°51.98%89.02%
CMYK0.00%29.07%51.98%
10.98%

Color #E3A16D in popluar number systems.

HEXE3A16D
Decimal227161109
Binary11100011101000011101101
Octal343241155

Shades and tints

Shades of #E3A16D

#E3A16D
(227,161,109)
#CF9364
(207,147,100)
#BB855B
(187,133,91)
#A77752
(167,119,82)
#936949
(147,105,73)
#7F5B40
(127,91,64)
#6B4D37
(107,77,55)
#573F2E
(87,63,46)
#433125
(67,49,37)
#2F231C
(47,35,28)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #E3A16D

#E3A16D
(227,161,109)
#E5A97A
(229,169,122)
#E7B187
(231,177,135)
#E9B994
(233,185,148)
#EBC1A1
(235,193,161)
#EDC9AE
(237,201,174)
#EFD1BB
(239,209,187)
#F1D9C8
(241,217,200)
#F3E1D5
(243,225,213)
#F5E9E2
(245,233,226)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A16D color. Also use rgb(227,161,109) instead hex code.

Text Font Color

.myTextColor { color: #E3A16D; }

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

This text font color is #E3A16D.


Background Color

.myBgColor { background-color: #E3A16D; }

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

This div background color is #E3A16D.


Border color

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

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

This div border color is #E3A16D.


Opacity

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

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

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

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

This text has shadow with #E3A16D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A16D on black background.


Color preview on white background

This text has color #E3A16D on white background.



Black color preview on #E3A16D background

This text has black color on #E3A16D background.


White color preview on #E3A16D background

This text has white color on #E3A16D background.