COLOR #1E5836

HEX: #1E5836
RGB: (30,88,54)

Color info

#1E5836 contains red, green and blue colors in about the same proportion. Web safe color of #1E5836 is #336633 (or #363).

RGB color model

#1E5836 color RGB value is (30,88,54).

  • red value is 30;
  • green value is 88;
  • blue value is 54.
RGB:
(30,88,54)
(12%,35%,21%)

RGB channels and saturation

R 30 of 255 = 12%
G 88 of 255 = 35%
B 54 of 255 = 21%

30
88
54

R + G + B ~ 23%. #1E5836 is dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 88 + 54 = 172 (100%)
R 30 of 172 ~ 17.44%
G 88 of 172 ~ 51.16%
B 54 of 172 ~ 31.4%

%17.44
%51.16
%31.4

CMYK color model

#1E5836 color CMYK value is (66,0,39,65).

  • cyan value is 65.91%
  • magenta value is 0.00%
  • yellow value is 38.64%
  • key color value is 65.49%
CMYK:
(66,0,39,65)
C66M0Y39K65 
(66%,0%,39%,65%)
(0.66/0.00/0.39/0.65)	

CMYK percentages

%65.91
%0
%38.64
%65.49

Codes

Color #1E5836 in popluar color models

1E5836
RGB308854
HSL145°49.15%23.14%
HSB/HSV145°65.91%34.51%
CMYK65.91%0.00%38.64%
65.49%

Color #1E5836 in popluar number systems.

HEX1E5836
Decimal308854
Binary111101011000110110
Octal3613066

Shades and tints

Shades of #1E5836

#1E5836
(30,88,54)
#1C5032
(28,80,50)
#1A482E
(26,72,46)
#18402A
(24,64,42)
#163826
(22,56,38)
#143022
(20,48,34)
#12281E
(18,40,30)
#10201A
(16,32,26)
#0E1816
(14,24,22)
#0C1012
(12,16,18)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #1E5836

#1E5836
(30,88,54)
#326748
(50,103,72)
#46765A
(70,118,90)
#5A856C
(90,133,108)
#6E947E
(110,148,126)
#82A390
(130,163,144)
#96B2A2
(150,178,162)
#AAC1B4
(170,193,180)
#BED0C6
(190,208,198)
#D2DFD8
(210,223,216)
#E6EEEA
(230,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E5836; }

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

This text font color is #1E5836.


Background Color

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

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

This div background color is #1E5836.


Border color

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

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

This div border color is #1E5836.


Opacity

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

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

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

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

This text has shadow with #1E5836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E5836 on black background.


Color preview on white background

This text has color #1E5836 on white background.



Black color preview on #1E5836 background

This text has black color on #1E5836 background.


White color preview on #1E5836 background

This text has white color on #1E5836 background.