COLOR #E3B361

HEX: #E3B361
RGB: (227,179,97)

Color info

#E3B361 contains mainly red and green colors. Web safe color of #E3B361 is #CC9966 (or #C96).

RGB color model

#E3B361 color RGB value is (227,179,97).

  • red value is 227;
  • green value is 179;
  • blue value is 97.
RGB:
(227,179,97)
(89%,70%,38%)

RGB channels and saturation

R 227 of 255 = 89%
G 179 of 255 = 70%
B 97 of 255 = 38%

227
179
97

R + G + B ~ 66%. #E3B361 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 179 + 97 = 503 (100%)
R 227 of 503 ~ 45.13%
G 179 of 503 ~ 35.59%
B 97 of 503 ~ 19.28%

%45.13
%35.59
%19.28

CMYK color model

#E3B361 color CMYK value is (0,21,57,11).

  • cyan value is 0.00%
  • magenta value is 21.15%
  • yellow value is 57.27%
  • key color value is 10.98%
CMYK:
(0,21,57,11)
C0M21Y57K11 
(0%,21%,57%,11%)
(0.00/0.21/0.57/0.11)	

CMYK percentages

%0
%21.15
%57.27
%10.98

Codes

Color #E3B361 in popluar color models

E3B361
RGB22717997
HSL38°69.89%63.53%
HSB/HSV38°57.27%89.02%
CMYK0.00%21.15%57.27%
10.98%

Color #E3B361 in popluar number systems.

HEXE3B361
Decimal22717997
Binary11100011101100111100001
Octal343263141

Shades and tints

Shades of #E3B361

#E3B361
(227,179,97)
#CFA359
(207,163,89)
#BB9351
(187,147,81)
#A78349
(167,131,73)
#937341
(147,115,65)
#7F6339
(127,99,57)
#6B5331
(107,83,49)
#574329
(87,67,41)
#433321
(67,51,33)
#2F2319
(47,35,25)
#1B1311
(27,19,17)
#000000
(0,0,0)

Tints of #E3B361

#E3B361
(227,179,97)
#E5B96F
(229,185,111)
#E7BF7D
(231,191,125)
#E9C58B
(233,197,139)
#EBCB99
(235,203,153)
#EDD1A7
(237,209,167)
#EFD7B5
(239,215,181)
#F1DDC3
(241,221,195)
#F3E3D1
(243,227,209)
#F5E9DF
(245,233,223)
#F7EFED
(247,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3B361 color. Also use rgb(227,179,97) instead hex code.

Text Font Color

.myTextColor { color: #E3B361; }

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

This text font color is #E3B361.


Background Color

.myBgColor { background-color: #E3B361; }

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

This div background color is #E3B361.


Border color

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

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

This div border color is #E3B361.


Opacity

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

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

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

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

This text has shadow with #E3B361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3B361 on black background.


Color preview on white background

This text has color #E3B361 on white background.



Black color preview on #E3B361 background

This text has black color on #E3B361 background.


White color preview on #E3B361 background

This text has white color on #E3B361 background.