COLOR #1E2825

HEX: #1E2825 RGB: (30,40,37)

Color info

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

RGB color model

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

RGB: (30,40,37) (12%, 16%, 15%)

RGB channels and saturation

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

30
40
37

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

Portions of RGB colors in percentages

R + G + B = 30 + 40 + 37 = 107 (100%)
R 30 of 107 ~ 28.04%
G 40 of 107 ~ 37.38%
B 37 of 107 ~ 34.58'%

%28.04
%37.38
%34.58

CMYK color model

#1E2825 color CMYK value is (25,0,7,84).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 84.31%

CMYK: (25,0,7,84)
C25M0Y7K84 (25%, 0%, 7%, 84%)
(0.25 / 0.00 / 0.07 / 0.84)

CMYK percentages

%25
%0
%7.5
%84.31

Codes

Color #1E2825 in popluar color models

1E 28 25
RGB 30 40 37
HSL 162° 14.29% 13.73%
HSB/HSV 162° 25.00% 15.69%
CMYK 25.00% 0.00% 7.50%
84.31%

Color #1E2825 in popluar number systems.

HEX 1E 28 25
Decimal 30 40 37
Binary 11110 101000 100101
Octal 36 50 45

Shades and tints

Shades of #1E2825

#1E2825
(30,40,37)
#1C2522
(28,37,34)
#1A221F
(26,34,31)
#181F1C
(24,31,28)
#161C19
(22,28,25)
#141916
(20,25,22)
#121613
(18,22,19)
#101310
(16,19,16)
#0E100D
(14,16,13)
#0C0D0A
(12,13,10)
#0A0A07
(10,10,7)
#000000
(0,0,0)

Tints of #1E2825

#1E2825
(30,40,37)
#323B38
(50,59,56)
#464E4B
(70,78,75)
#5A615E
(90,97,94)
#6E7471
(110,116,113)
#828784
(130,135,132)
#969A97
(150,154,151)
#AAADAA
(170,173,170)
#BEC0BD
(190,192,189)
#D2D3D0
(210,211,208)
#E6E6E3
(230,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E2825; }

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

This text font color is #1E2825.

Background Color

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

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

This div background color is #1E2825.

Border color

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

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

This div border color is #1E2825.

Opacity

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

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

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

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

This text has shadow with #1E2825 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E2825.

Preview

Color preview on black background

This text has color #1E2825 on black background.


Color preview on white background

This text has color #1E2825 on white background.


Black color preview on #1E2825 background

This text has black color on #1E2825 background.


White color preview on #1E2825 background

This text has white color on #1E2825 background.


Related colors

Complementary color

Complementary color for #hex is #E1D7DA.


I love getcolorcode.com

Triadic colors

1 #251E28 and #28251E with #1E2825 are triadic colors.

2 #25281E and #281E25 with #1E2825 are triadic colors.