COLOR #1E3B23

HEX: #1E3B23
RGB: (30,59,35)

Color info

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

RGB color model

#1E3B23 color RGB value is (30,59,35).

  • red value is 30;
  • green value is 59;
  • blue value is 35.
RGB:
(30,59,35)
(12%,23%,14%)

RGB channels and saturation

R 30 of 255 = 12%
G 59 of 255 = 23%
B 35 of 255 = 14%

30
59
35

R + G + B ~ 16%. #1E3B23 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 59 + 35 = 124 (100%)
R 30 of 124 ~ 24.19%
G 59 of 124 ~ 47.58%
B 35 of 124 ~ 28.23%

%24.19
%47.58
%28.23

CMYK color model

#1E3B23 color CMYK value is (49,0,41,77).

  • cyan value is 49.15%
  • magenta value is 0.00%
  • yellow value is 40.68%
  • key color value is 76.86%
CMYK:
(49,0,41,77)
C49M0Y41K77 
(49%,0%,41%,77%)
(0.49/0.00/0.41/0.77)	

CMYK percentages

%49.15
%0
%40.68
%76.86

Codes

Color #1E3B23 in popluar color models

1E3B23
RGB305935
HSL130°32.58%17.45%
HSB/HSV130°49.15%23.14%
CMYK49.15%0.00%40.68%
76.86%

Color #1E3B23 in popluar number systems.

HEX1E3B23
Decimal305935
Binary11110111011100011
Octal367343

Shades and tints

Shades of #1E3B23

#1E3B23
(30,59,35)
#1C3620
(28,54,32)
#1A311D
(26,49,29)
#182C1A
(24,44,26)
#162717
(22,39,23)
#142214
(20,34,20)
#121D11
(18,29,17)
#10180E
(16,24,14)
#0E130B
(14,19,11)
#0C0E08
(12,14,8)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #1E3B23

#1E3B23
(30,59,35)
#324C37
(50,76,55)
#465D4B
(70,93,75)
#5A6E5F
(90,110,95)
#6E7F73
(110,127,115)
#829087
(130,144,135)
#96A19B
(150,161,155)
#AAB2AF
(170,178,175)
#BEC3C3
(190,195,195)
#D2D4D7
(210,212,215)
#E6E5EB
(230,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E3B23; }

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

This text font color is #1E3B23.


Background Color

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

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

This div background color is #1E3B23.


Border color

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

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

This div border color is #1E3B23.


Opacity

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

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

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

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

This text has shadow with #1E3B23 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E3B23 on black background.


Color preview on white background

This text has color #1E3B23 on white background.



Black color preview on #1E3B23 background

This text has black color on #1E3B23 background.


White color preview on #1E3B23 background

This text has white color on #1E3B23 background.