COLOR #1E5335

HEX: #1E5335
RGB: (30,83,53)

Color info

#1E5335 contains red, green and blue colors in about the same proportion. Web safe color of #1E5335 is #336633 (or #363).

RGB color model

#1E5335 color RGB value is (30,83,53).

  • red value is 30;
  • green value is 83;
  • blue value is 53.
RGB:
(30,83,53)
(12%,33%,21%)

RGB channels and saturation

R 30 of 255 = 12%
G 83 of 255 = 33%
B 53 of 255 = 21%

30
83
53

R + G + B ~ 22%. #1E5335 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 83 + 53 = 166 (100%)
R 30 of 166 ~ 18.07%
G 83 of 166 ~ 50%
B 53 of 166 ~ 31.93%

%18.07
%50
%31.93

CMYK color model

#1E5335 color CMYK value is (64,0,36,67).

  • cyan value is 63.86%
  • magenta value is 0.00%
  • yellow value is 36.14%
  • key color value is 67.45%
CMYK:
(64,0,36,67)
C64M0Y36K67 
(64%,0%,36%,67%)
(0.64/0.00/0.36/0.67)	

CMYK percentages

%63.86
%0
%36.14
%67.45

Codes

Color #1E5335 in popluar color models

1E5335
RGB308353
HSL146°46.90%22.16%
HSB/HSV146°63.86%32.55%
CMYK63.86%0.00%36.14%
67.45%

Color #1E5335 in popluar number systems.

HEX1E5335
Decimal308353
Binary111101010011110101
Octal3612365

Shades and tints

Shades of #1E5335

#1E5335
(30,83,53)
#1C4C31
(28,76,49)
#1A452D
(26,69,45)
#183E29
(24,62,41)
#163725
(22,55,37)
#143021
(20,48,33)
#12291D
(18,41,29)
#102219
(16,34,25)
#0E1B15
(14,27,21)
#0C1411
(12,20,17)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #1E5335

#1E5335
(30,83,53)
#326247
(50,98,71)
#467159
(70,113,89)
#5A806B
(90,128,107)
#6E8F7D
(110,143,125)
#829E8F
(130,158,143)
#96ADA1
(150,173,161)
#AABCB3
(170,188,179)
#BECBC5
(190,203,197)
#D2DAD7
(210,218,215)
#E6E9E9
(230,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5335 color. Also use rgb(30,83,53) instead hex code.

Text Font Color

.myTextColor { color: #1E5335; }

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

This text font color is #1E5335.


Background Color

.myBgColor { background-color: #1E5335; }

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

This div background color is #1E5335.


Border color

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

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

This div border color is #1E5335.


Opacity

.myOpacity80 { color: #1E5335; opacity: 0.8; }

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

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

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

This text has shadow with #1E5335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5335 on black background.


Color preview on white background

This text has color #1E5335 on white background.



Black color preview on #1E5335 background

This text has black color on #1E5335 background.


White color preview on #1E5335 background

This text has white color on #1E5335 background.