COLOR #1E6353

HEX: #1E6353
RGB: (30,99,83)

Color info

#1E6353 contains mainly green and blue colors. Web safe color of #1E6353 is #336666 (or #366).

RGB color model

#1E6353 color RGB value is (30,99,83).

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

RGB channels and saturation

R 30 of 255 = 12%
G 99 of 255 = 39%
B 83 of 255 = 33%

30
99
83

R + G + B ~ 28%. #1E6353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 99 + 83 = 212 (100%)
R 30 of 212 ~ 14.15%
G 99 of 212 ~ 46.7%
B 83 of 212 ~ 39.15%

%14.15
%46.7
%39.15

CMYK color model

#1E6353 color CMYK value is (70,0,16,61).

  • cyan value is 69.70%
  • magenta value is 0.00%
  • yellow value is 16.16%
  • key color value is 61.18%
CMYK:
(70,0,16,61)
C70M0Y16K61 
(70%,0%,16%,61%)
(0.70/0.00/0.16/0.61)	

CMYK percentages

%69.7
%0
%16.16
%61.18

Codes

Color #1E6353 in popluar color models

1E6353
RGB309983
HSL166°53.49%25.29%
HSB/HSV166°69.70%38.82%
CMYK69.70%0.00%16.16%
61.18%

Color #1E6353 in popluar number systems.

HEX1E6353
Decimal309983
Binary1111011000111010011
Octal36143123

Shades and tints

Shades of #1E6353

#1E6353
(30,99,83)
#1C5A4C
(28,90,76)
#1A5145
(26,81,69)
#18483E
(24,72,62)
#163F37
(22,63,55)
#143630
(20,54,48)
#122D29
(18,45,41)
#102422
(16,36,34)
#0E1B1B
(14,27,27)
#0C1214
(12,18,20)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #1E6353

#1E6353
(30,99,83)
#327162
(50,113,98)
#467F71
(70,127,113)
#5A8D80
(90,141,128)
#6E9B8F
(110,155,143)
#82A99E
(130,169,158)
#96B7AD
(150,183,173)
#AAC5BC
(170,197,188)
#BED3CB
(190,211,203)
#D2E1DA
(210,225,218)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E6353; }

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

This text font color is #1E6353.


Background Color

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

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

This div background color is #1E6353.


Border color

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

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

This div border color is #1E6353.


Opacity

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

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

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

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

This text has shadow with #1E6353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6353 on black background.


Color preview on white background

This text has color #1E6353 on white background.



Black color preview on #1E6353 background

This text has black color on #1E6353 background.


White color preview on #1E6353 background

This text has white color on #1E6353 background.