COLOR #1E525A

HEX: #1E525A
RGB: (30,82,90)

Color info

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

RGB color model

#1E525A color RGB value is (30,82,90).

  • red value is 30;
  • green value is 82;
  • blue value is 90.
RGB:
(30,82,90)
(12%,32%,35%)

RGB channels and saturation

R 30 of 255 = 12%
G 82 of 255 = 32%
B 90 of 255 = 35%

30
82
90

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

Portions of RGB colors in percentages

R + G + B =
30 + 82 + 90 = 202 (100%)
R 30 of 202 ~ 14.85%
G 82 of 202 ~ 40.59%
B 90 of 202 ~ 44.55%

%14.85
%40.59
%44.55

CMYK color model

#1E525A color CMYK value is (67,9,0,65).

  • cyan value is 66.67%
  • magenta value is 8.89%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(67,9,0,65)
C67M9Y0K65 
(67%,9%,0%,65%)
(0.67/0.09/0.00/0.65)	

CMYK percentages

%66.67
%8.89
%0
%64.71

Codes

Color #1E525A in popluar color models

1E525A
RGB308290
HSL188°50.00%23.53%
HSB/HSV188°66.67%35.29%
CMYK66.67%8.89%0.00%
64.71%

Color #1E525A in popluar number systems.

HEX1E525A
Decimal308290
Binary1111010100101011010
Octal36122132

Shades and tints

Shades of #1E525A

#1E525A
(30,82,90)
#1C4B52
(28,75,82)
#1A444A
(26,68,74)
#183D42
(24,61,66)
#16363A
(22,54,58)
#142F32
(20,47,50)
#12282A
(18,40,42)
#102122
(16,33,34)
#0E1A1A
(14,26,26)
#0C1312
(12,19,18)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #1E525A

#1E525A
(30,82,90)
#326169
(50,97,105)
#467078
(70,112,120)
#5A7F87
(90,127,135)
#6E8E96
(110,142,150)
#829DA5
(130,157,165)
#96ACB4
(150,172,180)
#AABBC3
(170,187,195)
#BECAD2
(190,202,210)
#D2D9E1
(210,217,225)
#E6E8F0
(230,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E525A color. Also use rgb(30,82,90) instead hex code.

Text Font Color

.myTextColor { color: #1E525A; }

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

This text font color is #1E525A.


Background Color

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

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

This div background color is #1E525A.


Border color

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

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

This div border color is #1E525A.


Opacity

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

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

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

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

This text has shadow with #1E525A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E525A on black background.


Color preview on white background

This text has color #1E525A on white background.



Black color preview on #1E525A background

This text has black color on #1E525A background.


White color preview on #1E525A background

This text has white color on #1E525A background.