COLOR #1E7058

HEX: #1E7058 RGB: (30,112,88)

Color info

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

RGB color model

#1E7058 color RGB value is (30,112,88).

RGB: (30,112,88) (12%, 44%, 35%)

RGB channels and saturation

R 30 of 255 = 12%
G 112 of 255 = 44%
B 88 of 255 = 35%

30
112
88

R + G + B ~ 30%. #1E7058 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 112 + 88 = 230 (100%)
R 30 of 230 ~ 13.04%
G 112 of 230 ~ 48.7%
B 88 of 230 ~ 38.26'%

%13.04
%48.7
%38.26

CMYK color model

#1E7058 color CMYK value is (73,0,21,56).

  • cyan value is 73.21%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 56.08%

CMYK: (73,0,21,56)
C73M0Y21K56 (73%, 0%, 21%, 56%)
(0.73 / 0.00 / 0.21 / 0.56)

CMYK percentages

%73.21
%0
%21.43
%56.08

Codes

Color #1E7058 in popluar color models

1E 70 58
RGB 30 112 88
HSL 162° 57.75% 27.84%
HSB/HSV 162° 73.21% 43.92%
CMYK 73.21% 0.00% 21.43%
56.08%

Color #1E7058 in popluar number systems.

HEX 1E 70 58
Decimal 30 112 88
Binary 11110 1110000 1011000
Octal 36 160 130

Shades and tints

Shades of #1E7058

#1E7058
(30,112,88)
#1C6650
(28,102,80)
#1A5C48
(26,92,72)
#185240
(24,82,64)
#164838
(22,72,56)
#143E30
(20,62,48)
#123428
(18,52,40)
#102A20
(16,42,32)
#0E2018
(14,32,24)
#0C1610
(12,22,16)
#0A0C08
(10,12,8)
#000000
(0,0,0)

Tints of #1E7058

#1E7058
(30,112,88)
#327D67
(50,125,103)
#468A76
(70,138,118)
#5A9785
(90,151,133)
#6EA494
(110,164,148)
#82B1A3
(130,177,163)
#96BEB2
(150,190,178)
#AACBC1
(170,203,193)
#BED8D0
(190,216,208)
#D2E5DF
(210,229,223)
#E6F2EE
(230,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E7058 color. Also use rgb(30,112,88) instead hex code.

Text Font Color

.myTextColor { color: #1E7058; }

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

This text font color is #1E7058.

Background Color

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

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

This div background color is #1E7058.

Border color

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

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

This div border color is #1E7058.

Opacity

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

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

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

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

This text has shadow with #1E7058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E7058.

Preview

Color preview on black background

This text has color #1E7058 on black background.


Color preview on white background

This text has color #1E7058 on white background.


Black color preview on #1E7058 background

This text has black color on #1E7058 background.


White color preview on #1E7058 background

This text has white color on #1E7058 background.


Related colors

Complementary color

Complementary color for #hex is #E18FA7.


I love getcolorcode.com

Triadic colors

1 #581E70 and #70581E with #1E7058 are triadic colors.

2 #58701E and #701E58 with #1E7058 are triadic colors.