COLOR #1E6255

HEX: #1E6255
RGB: (30,98,85)

Color info

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

RGB color model

#1E6255 color RGB value is (30,98,85).

  • red value is 30;
  • green value is 98;
  • blue value is 85.
RGB:
(30,98,85)
(12%,38%,33%)

RGB channels and saturation

R 30 of 255 = 12%
G 98 of 255 = 38%
B 85 of 255 = 33%

30
98
85

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

Portions of RGB colors in percentages

R + G + B =
30 + 98 + 85 = 213 (100%)
R 30 of 213 ~ 14.08%
G 98 of 213 ~ 46.01%
B 85 of 213 ~ 39.91%

%14.08
%46.01
%39.91

CMYK color model

#1E6255 color CMYK value is (69,0,13,62).

  • cyan value is 69.39%
  • magenta value is 0.00%
  • yellow value is 13.27%
  • key color value is 61.57%
CMYK:
(69,0,13,62)
C69M0Y13K62 
(69%,0%,13%,62%)
(0.69/0.00/0.13/0.62)	

CMYK percentages

%69.39
%0
%13.27
%61.57

Codes

Color #1E6255 in popluar color models

1E6255
RGB309885
HSL169°53.13%25.10%
HSB/HSV169°69.39%38.43%
CMYK69.39%0.00%13.27%
61.57%

Color #1E6255 in popluar number systems.

HEX1E6255
Decimal309885
Binary1111011000101010101
Octal36142125

Shades and tints

Shades of #1E6255

#1E6255
(30,98,85)
#1C5A4E
(28,90,78)
#1A5247
(26,82,71)
#184A40
(24,74,64)
#164239
(22,66,57)
#143A32
(20,58,50)
#12322B
(18,50,43)
#102A24
(16,42,36)
#0E221D
(14,34,29)
#0C1A16
(12,26,22)
#0A120F
(10,18,15)
#000000
(0,0,0)

Tints of #1E6255

#1E6255
(30,98,85)
#327064
(50,112,100)
#467E73
(70,126,115)
#5A8C82
(90,140,130)
#6E9A91
(110,154,145)
#82A8A0
(130,168,160)
#96B6AF
(150,182,175)
#AAC4BE
(170,196,190)
#BED2CD
(190,210,205)
#D2E0DC
(210,224,220)
#E6EEEB
(230,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6255 color. Also use rgb(30,98,85) instead hex code.

Text Font Color

.myTextColor { color: #1E6255; }

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

This text font color is #1E6255.


Background Color

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

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

This div background color is #1E6255.


Border color

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

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

This div border color is #1E6255.


Opacity

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

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

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

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

This text has shadow with #1E6255 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6255 on black background.


Color preview on white background

This text has color #1E6255 on white background.



Black color preview on #1E6255 background

This text has black color on #1E6255 background.


White color preview on #1E6255 background

This text has white color on #1E6255 background.