COLOR #1E2525

HEX: #1E2525
RGB: (30,37,37)

Color info

#1E2525 contains red, green and blue colors in about the same proportion. Web safe color of #1E2525 is #333333 (or #333).

RGB color model

#1E2525 color RGB value is (30,37,37).

  • red value is 30;
  • green value is 37;
  • blue value is 37.
RGB:
(30,37,37)
(12%,15%,15%)

RGB channels and saturation

R 30 of 255 = 12%
G 37 of 255 = 15%
B 37 of 255 = 15%

30
37
37

R + G + B ~ 14%. #1E2525 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 37 + 37 = 104 (100%)
R 30 of 104 ~ 28.85%
G 37 of 104 ~ 35.58%
B 37 of 104 ~ 35.58%

%28.85
%35.58
%35.58

CMYK color model

#1E2525 color CMYK value is (19,0,0,85).

  • cyan value is 18.92%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK:
(19,0,0,85)
C19M0Y0K85 
(19%,0%,0%,85%)
(0.19/0.00/0.00/0.85)	

CMYK percentages

%18.92
%0
%0
%85.49

Codes

Color #1E2525 in popluar color models

1E2525
RGB303737
HSL180°10.45%13.14%
HSB/HSV180°18.92%14.51%
CMYK18.92%0.00%0.00%
85.49%

Color #1E2525 in popluar number systems.

HEX1E2525
Decimal303737
Binary11110100101100101
Octal364545

Shades and tints

Shades of #1E2525

#1E2525
(30,37,37)
#1C2222
(28,34,34)
#1A1F1F
(26,31,31)
#181C1C
(24,28,28)
#161919
(22,25,25)
#141616
(20,22,22)
#121313
(18,19,19)
#101010
(16,16,16)
#0E0D0D
(14,13,13)
#0C0A0A
(12,10,10)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #1E2525

#1E2525
(30,37,37)
#323838
(50,56,56)
#464B4B
(70,75,75)
#5A5E5E
(90,94,94)
#6E7171
(110,113,113)
#828484
(130,132,132)
#969797
(150,151,151)
#AAAAAA
(170,170,170)
#BEBDBD
(190,189,189)
#D2D0D0
(210,208,208)
#E6E3E3
(230,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2525; }

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

This text font color is #1E2525.


Background Color

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

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

This div background color is #1E2525.


Border color

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

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

This div border color is #1E2525.


Opacity

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

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

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

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

This text has shadow with #1E2525 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E2525 on black background.


Color preview on white background

This text has color #1E2525 on white background.



Black color preview on #1E2525 background

This text has black color on #1E2525 background.


White color preview on #1E2525 background

This text has white color on #1E2525 background.