COLOR #E3A769

HEX: #E3A769
RGB: (227,167,105)

Color info

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

RGB color model

#E3A769 color RGB value is (227,167,105).

  • red value is 227;
  • green value is 167;
  • blue value is 105.
RGB:
(227,167,105)
(89%,65%,41%)

RGB channels and saturation

R 227 of 255 = 89%
G 167 of 255 = 65%
B 105 of 255 = 41%

227
167
105

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

Portions of RGB colors in percentages

R + G + B =
227 + 167 + 105 = 499 (100%)
R 227 of 499 ~ 45.49%
G 167 of 499 ~ 33.47%
B 105 of 499 ~ 21.04%

%45.49
%33.47
%21.04

CMYK color model

#E3A769 color CMYK value is (0,26,54,11).

  • cyan value is 0.00%
  • magenta value is 26.43%
  • yellow value is 53.74%
  • key color value is 10.98%
CMYK:
(0,26,54,11)
C0M26Y54K11 
(0%,26%,54%,11%)
(0.00/0.26/0.54/0.11)	

CMYK percentages

%0
%26.43
%53.74
%10.98

Codes

Color #E3A769 in popluar color models

E3A769
RGB227167105
HSL30°68.54%65.10%
HSB/HSV30°53.74%89.02%
CMYK0.00%26.43%53.74%
10.98%

Color #E3A769 in popluar number systems.

HEXE3A769
Decimal227167105
Binary11100011101001111101001
Octal343247151

Shades and tints

Shades of #E3A769

#E3A769
(227,167,105)
#CF9860
(207,152,96)
#BB8957
(187,137,87)
#A77A4E
(167,122,78)
#936B45
(147,107,69)
#7F5C3C
(127,92,60)
#6B4D33
(107,77,51)
#573E2A
(87,62,42)
#432F21
(67,47,33)
#2F2018
(47,32,24)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #E3A769

#E3A769
(227,167,105)
#E5AF76
(229,175,118)
#E7B783
(231,183,131)
#E9BF90
(233,191,144)
#EBC79D
(235,199,157)
#EDCFAA
(237,207,170)
#EFD7B7
(239,215,183)
#F1DFC4
(241,223,196)
#F3E7D1
(243,231,209)
#F5EFDE
(245,239,222)
#F7F7EB
(247,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A769 color. Also use rgb(227,167,105) instead hex code.

Text Font Color

.myTextColor { color: #E3A769; }

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

This text font color is #E3A769.


Background Color

.myBgColor { background-color: #E3A769; }

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

This div background color is #E3A769.


Border color

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

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

This div border color is #E3A769.


Opacity

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

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

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

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

This text has shadow with #E3A769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A769 on black background.


Color preview on white background

This text has color #E3A769 on white background.



Black color preview on #E3A769 background

This text has black color on #E3A769 background.


White color preview on #E3A769 background

This text has white color on #E3A769 background.