COLOR #1E6057

HEX: #1E6057
RGB: (30,96,87)

Color info

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

RGB color model

#1E6057 color RGB value is (30,96,87).

  • red value is 30;
  • green value is 96;
  • blue value is 87.
RGB:
(30,96,87)
(12%,38%,34%)

RGB channels and saturation

R 30 of 255 = 12%
G 96 of 255 = 38%
B 87 of 255 = 34%

30
96
87

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

Portions of RGB colors in percentages

R + G + B =
30 + 96 + 87 = 213 (100%)
R 30 of 213 ~ 14.08%
G 96 of 213 ~ 45.07%
B 87 of 213 ~ 40.85%

%14.08
%45.07
%40.85

CMYK color model

#1E6057 color CMYK value is (69,0,9,62).

  • cyan value is 68.75%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 62.35%
CMYK:
(69,0,9,62)
C69M0Y9K62 
(69%,0%,9%,62%)
(0.69/0.00/0.09/0.62)	

CMYK percentages

%68.75
%0
%9.38
%62.35

Codes

Color #1E6057 in popluar color models

1E6057
RGB309687
HSL172°52.38%24.71%
HSB/HSV172°68.75%37.65%
CMYK68.75%0.00%9.38%
62.35%

Color #1E6057 in popluar number systems.

HEX1E6057
Decimal309687
Binary1111011000001010111
Octal36140127

Shades and tints

Shades of #1E6057

#1E6057
(30,96,87)
#1C5850
(28,88,80)
#1A5049
(26,80,73)
#184842
(24,72,66)
#16403B
(22,64,59)
#143834
(20,56,52)
#12302D
(18,48,45)
#102826
(16,40,38)
#0E201F
(14,32,31)
#0C1818
(12,24,24)
#0A1011
(10,16,17)
#000000
(0,0,0)

Tints of #1E6057

#1E6057
(30,96,87)
#326E66
(50,110,102)
#467C75
(70,124,117)
#5A8A84
(90,138,132)
#6E9893
(110,152,147)
#82A6A2
(130,166,162)
#96B4B1
(150,180,177)
#AAC2C0
(170,194,192)
#BED0CF
(190,208,207)
#D2DEDE
(210,222,222)
#E6ECED
(230,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6057 color. Also use rgb(30,96,87) instead hex code.

Text Font Color

.myTextColor { color: #1E6057; }

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

This text font color is #1E6057.


Background Color

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

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

This div background color is #1E6057.


Border color

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

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

This div border color is #1E6057.


Opacity

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

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

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

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

This text has shadow with #1E6057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6057 on black background.


Color preview on white background

This text has color #1E6057 on white background.



Black color preview on #1E6057 background

This text has black color on #1E6057 background.


White color preview on #1E6057 background

This text has white color on #1E6057 background.