COLOR #1E6E4B

HEX: #1E6E4B
RGB: (30,110,75)

Color info

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

RGB color model

#1E6E4B color RGB value is (30,110,75).

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

RGB channels and saturation

R 30 of 255 = 12%
G 110 of 255 = 43%
B 75 of 255 = 29%

30
110
75

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

Portions of RGB colors in percentages

R + G + B =
30 + 110 + 75 = 215 (100%)
R 30 of 215 ~ 13.95%
G 110 of 215 ~ 51.16%
B 75 of 215 ~ 34.88%

%13.95
%51.16
%34.88

CMYK color model

#1E6E4B color CMYK value is (73,0,32,57).

  • cyan value is 72.73%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 56.86%
CMYK:
(73,0,32,57)
C73M0Y32K57 
(73%,0%,32%,57%)
(0.73/0.00/0.32/0.57)	

CMYK percentages

%72.73
%0
%31.82
%56.86

Codes

Color #1E6E4B in popluar color models

1E6E4B
RGB3011075
HSL154°57.14%27.45%
HSB/HSV154°72.73%43.14%
CMYK72.73%0.00%31.82%
56.86%

Color #1E6E4B in popluar number systems.

HEX1E6E4B
Decimal3011075
Binary1111011011101001011
Octal36156113

Shades and tints

Shades of #1E6E4B

#1E6E4B
(30,110,75)
#1C6445
(28,100,69)
#1A5A3F
(26,90,63)
#185039
(24,80,57)
#164633
(22,70,51)
#143C2D
(20,60,45)
#123227
(18,50,39)
#102821
(16,40,33)
#0E1E1B
(14,30,27)
#0C1415
(12,20,21)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #1E6E4B

#1E6E4B
(30,110,75)
#327B5B
(50,123,91)
#46886B
(70,136,107)
#5A957B
(90,149,123)
#6EA28B
(110,162,139)
#82AF9B
(130,175,155)
#96BCAB
(150,188,171)
#AAC9BB
(170,201,187)
#BED6CB
(190,214,203)
#D2E3DB
(210,227,219)
#E6F0EB
(230,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E6E4B; }

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

This text font color is #1E6E4B.


Background Color

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

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

This div background color is #1E6E4B.


Border color

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

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

This div border color is #1E6E4B.


Opacity

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

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

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

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

This text has shadow with #1E6E4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6E4B on black background.


Color preview on white background

This text has color #1E6E4B on white background.



Black color preview on #1E6E4B background

This text has black color on #1E6E4B background.


White color preview on #1E6E4B background

This text has white color on #1E6E4B background.