COLOR #1E5951

HEX: #1E5951 RGB: (30,89,81)

Color info

#1E5951 contains red, green and blue colors in about the same proportion. Web safe color of #1E5951 is #336666 (or #366).

RGB color model

#1E5951 color RGB value is (30,89,81).

RGB: (30,89,81) (12%, 35%, 32%)

RGB channels and saturation

R 30 of 255 = 12%
G 89 of 255 = 35%
B 81 of 255 = 32%

30
89
81

R + G + B ~ 26%. #1E5951 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 30 + 89 + 81 = 200 (100%)
R 30 of 200 ~ 15%
G 89 of 200 ~ 44.5%
B 81 of 200 ~ 40.5'%

%15
%44.5
%40.5

CMYK color model

#1E5951 color CMYK value is (66,0,9,65).

  • cyan value is 66.29%
  • magenta value is 0.00%
  • yellow value is 8.99%
  • key color value is 65.10%

CMYK: (66,0,9,65)
C66M0Y9K65 (66%, 0%, 9%, 65%)
(0.66 / 0.00 / 0.09 / 0.65)

CMYK percentages

%66.29
%0
%8.99
%65.1

Codes

Color #1E5951 in popluar color models

1E 59 51
RGB 30 89 81
HSL 172° 49.58% 23.33%
HSB/HSV 172° 66.29% 34.90%
CMYK 66.29% 0.00% 8.99%
65.10%

Color #1E5951 in popluar number systems.

HEX 1E 59 51
Decimal 30 89 81
Binary 11110 1011001 1010001
Octal 36 131 121

Shades and tints

Shades of #1E5951

#1E5951
(30,89,81)
#1C514A
(28,81,74)
#1A4943
(26,73,67)
#18413C
(24,65,60)
#163935
(22,57,53)
#14312E
(20,49,46)
#122927
(18,41,39)
#102120
(16,33,32)
#0E1919
(14,25,25)
#0C1112
(12,17,18)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #1E5951

#1E5951
(30,89,81)
#326860
(50,104,96)
#46776F
(70,119,111)
#5A867E
(90,134,126)
#6E958D
(110,149,141)
#82A49C
(130,164,156)
#96B3AB
(150,179,171)
#AAC2BA
(170,194,186)
#BED1C9
(190,209,201)
#D2E0D8
(210,224,216)
#E6EFE7
(230,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E5951 color. Also use rgb(30,89,81) instead hex code.

Text Font Color

.myTextColor { color: #1E5951; }

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

This text font color is #1E5951.

Background Color

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

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

This div background color is #1E5951.

Border color

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

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

This div border color is #1E5951.

Opacity

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

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

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

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

This text has shadow with #1E5951 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E5951.

Preview

Color preview on black background

This text has color #1E5951 on black background.


Color preview on white background

This text has color #1E5951 on white background.


Black color preview on #1E5951 background

This text has black color on #1E5951 background.


White color preview on #1E5951 background

This text has white color on #1E5951 background.


Related colors

Complementary color

Complementary color for #hex is #E1A6AE.


I love getcolorcode.com

Triadic colors

1 #511E59 and #59511E with #1E5951 are triadic colors.

2 #51591E and #591E51 with #1E5951 are triadic colors.