COLOR #1E794A

HEX: #1E794A
RGB: (30,121,74)

Color info

#1E794A contains mainly green and blue colors. Web safe color of #1E794A is #336633 (or #363).

RGB color model

#1E794A color RGB value is (30,121,74).

  • red value is 30;
  • green value is 121;
  • blue value is 74.
RGB:
(30,121,74)
(12%,47%,29%)

RGB channels and saturation

R 30 of 255 = 12%
G 121 of 255 = 47%
B 74 of 255 = 29%

30
121
74

R + G + B ~ 29%. #1E794A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 121 + 74 = 225 (100%)
R 30 of 225 ~ 13.33%
G 121 of 225 ~ 53.78%
B 74 of 225 ~ 32.89%

%13.33
%53.78
%32.89

CMYK color model

#1E794A color CMYK value is (75,0,39,53).

  • cyan value is 75.21%
  • magenta value is 0.00%
  • yellow value is 38.84%
  • key color value is 52.55%
CMYK:
(75,0,39,53)
C75M0Y39K53 
(75%,0%,39%,53%)
(0.75/0.00/0.39/0.53)	

CMYK percentages

%75.21
%0
%38.84
%52.55

Codes

Color #1E794A in popluar color models

1E794A
RGB3012174
HSL149°60.26%29.61%
HSB/HSV149°75.21%47.45%
CMYK75.21%0.00%38.84%
52.55%

Color #1E794A in popluar number systems.

HEX1E794A
Decimal3012174
Binary1111011110011001010
Octal36171112

Shades and tints

Shades of #1E794A

#1E794A
(30,121,74)
#1C6E44
(28,110,68)
#1A633E
(26,99,62)
#185838
(24,88,56)
#164D32
(22,77,50)
#14422C
(20,66,44)
#123726
(18,55,38)
#102C20
(16,44,32)
#0E211A
(14,33,26)
#0C1614
(12,22,20)
#0A0B0E
(10,11,14)
#000000
(0,0,0)

Tints of #1E794A

#1E794A
(30,121,74)
#32855A
(50,133,90)
#46916A
(70,145,106)
#5A9D7A
(90,157,122)
#6EA98A
(110,169,138)
#82B59A
(130,181,154)
#96C1AA
(150,193,170)
#AACDBA
(170,205,186)
#BED9CA
(190,217,202)
#D2E5DA
(210,229,218)
#E6F1EA
(230,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E794A color. Also use rgb(30,121,74) instead hex code.

Text Font Color

.myTextColor { color: #1E794A; }

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

This text font color is #1E794A.


Background Color

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

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

This div background color is #1E794A.


Border color

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

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

This div border color is #1E794A.


Opacity

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

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

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

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

This text has shadow with #1E794A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E794A on black background.


Color preview on white background

This text has color #1E794A on white background.



Black color preview on #1E794A background

This text has black color on #1E794A background.


White color preview on #1E794A background

This text has white color on #1E794A background.