COLOR #1E9553

HEX: #1E9553
RGB: (30,149,83)

Color info

#1E9553 contains mainly green color. Web safe color of #1E9553 is #339966 (or #396).

RGB color model

#1E9553 color RGB value is (30,149,83).

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

RGB channels and saturation

R 30 of 255 = 12%
G 149 of 255 = 58%
B 83 of 255 = 33%

30
149
83

R + G + B ~ 34%. #1E9553 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 149 + 83 = 262 (100%)
R 30 of 262 ~ 11.45%
G 149 of 262 ~ 56.87%
B 83 of 262 ~ 31.68%

%11.45
%56.87
%31.68

CMYK color model

#1E9553 color CMYK value is (80,0,44,42).

  • cyan value is 79.87%
  • magenta value is 0.00%
  • yellow value is 44.30%
  • key color value is 41.57%
CMYK:
(80,0,44,42)
C80M0Y44K42 
(80%,0%,44%,42%)
(0.80/0.00/0.44/0.42)	

CMYK percentages

%79.87
%0
%44.3
%41.57

Codes

Color #1E9553 in popluar color models

1E9553
RGB3014983
HSL147°66.48%35.10%
HSB/HSV147°79.87%58.43%
CMYK79.87%0.00%44.30%
41.57%

Color #1E9553 in popluar number systems.

HEX1E9553
Decimal3014983
Binary11110100101011010011
Octal36225123

Shades and tints

Shades of #1E9553

#1E9553
(30,149,83)
#1C884C
(28,136,76)
#1A7B45
(26,123,69)
#186E3E
(24,110,62)
#166137
(22,97,55)
#145430
(20,84,48)
#124729
(18,71,41)
#103A22
(16,58,34)
#0E2D1B
(14,45,27)
#0C2014
(12,32,20)
#0A130D
(10,19,13)
#000000
(0,0,0)

Tints of #1E9553

#1E9553
(30,149,83)
#329E62
(50,158,98)
#46A771
(70,167,113)
#5AB080
(90,176,128)
#6EB98F
(110,185,143)
#82C29E
(130,194,158)
#96CBAD
(150,203,173)
#AAD4BC
(170,212,188)
#BEDDCB
(190,221,203)
#D2E6DA
(210,230,218)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E9553; }

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

This text font color is #1E9553.


Background Color

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

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

This div background color is #1E9553.


Border color

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

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

This div border color is #1E9553.


Opacity

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

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

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

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

This text has shadow with #1E9553 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E9553 on black background.


Color preview on white background

This text has color #1E9553 on white background.



Black color preview on #1E9553 background

This text has black color on #1E9553 background.


White color preview on #1E9553 background

This text has white color on #1E9553 background.