COLOR #1E6E48

HEX: #1E6E48
RGB: (30,110,72)

Color info

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

RGB color model

#1E6E48 color RGB value is (30,110,72).

  • red value is 30;
  • green value is 110;
  • blue value is 72.
RGB:
(30,110,72)
(12%,43%,28%)

RGB channels and saturation

R 30 of 255 = 12%
G 110 of 255 = 43%
B 72 of 255 = 28%

30
110
72

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

Portions of RGB colors in percentages

R + G + B =
30 + 110 + 72 = 212 (100%)
R 30 of 212 ~ 14.15%
G 110 of 212 ~ 51.89%
B 72 of 212 ~ 33.96%

%14.15
%51.89
%33.96

CMYK color model

#1E6E48 color CMYK value is (73,0,35,57).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 34.55%
  • key color value is 56.86%
CMYK:
(73,0,35,57)
C73M0Y35K57 
(73%,0%,35%,57%)
(0.73/0.00/0.35/0.57)	

CMYK percentages

%72.73
%0
%34.55
%56.86

Codes

Color #1E6E48 in popluar color models

1E6E48
RGB3011072
HSL152°57.14%27.45%
HSB/HSV152°72.73%43.14%
CMYK72.73%0.00%34.55%
56.86%

Color #1E6E48 in popluar number systems.

HEX1E6E48
Decimal3011072
Binary1111011011101001000
Octal36156110

Shades and tints

Shades of #1E6E48

#1E6E48
(30,110,72)
#1C6442
(28,100,66)
#1A5A3C
(26,90,60)
#185036
(24,80,54)
#164630
(22,70,48)
#143C2A
(20,60,42)
#123224
(18,50,36)
#10281E
(16,40,30)
#0E1E18
(14,30,24)
#0C1412
(12,20,18)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #1E6E48

#1E6E48
(30,110,72)
#327B58
(50,123,88)
#468868
(70,136,104)
#5A9578
(90,149,120)
#6EA288
(110,162,136)
#82AF98
(130,175,152)
#96BCA8
(150,188,168)
#AAC9B8
(170,201,184)
#BED6C8
(190,214,200)
#D2E3D8
(210,227,216)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6E48 color. Also use rgb(30,110,72) instead hex code.

Text Font Color

.myTextColor { color: #1E6E48; }

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

This text font color is #1E6E48.


Background Color

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

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

This div background color is #1E6E48.


Border color

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

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

This div border color is #1E6E48.


Opacity

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

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

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

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

This text has shadow with #1E6E48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6E48 on black background.


Color preview on white background

This text has color #1E6E48 on white background.



Black color preview on #1E6E48 background

This text has black color on #1E6E48 background.


White color preview on #1E6E48 background

This text has white color on #1E6E48 background.