COLOR #1E613D

HEX: #1E613D
RGB: (30,97,61)

Color info

#1E613D contains mainly green and blue colors. Web safe color of #1E613D is #336633 (or #363).

RGB color model

#1E613D color RGB value is (30,97,61).

  • red value is 30;
  • green value is 97;
  • blue value is 61.
RGB:
(30,97,61)
(12%,38%,24%)

RGB channels and saturation

R 30 of 255 = 12%
G 97 of 255 = 38%
B 61 of 255 = 24%

30
97
61

R + G + B ~ 25%. #1E613D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 97 + 61 = 188 (100%)
R 30 of 188 ~ 15.96%
G 97 of 188 ~ 51.6%
B 61 of 188 ~ 32.45%

%15.96
%51.6
%32.45

CMYK color model

#1E613D color CMYK value is (69,0,37,62).

  • cyan value is 69.07%
  • magenta value is 0.00%
  • yellow value is 37.11%
  • key color value is 61.96%
CMYK:
(69,0,37,62)
C69M0Y37K62 
(69%,0%,37%,62%)
(0.69/0.00/0.37/0.62)	

CMYK percentages

%69.07
%0
%37.11
%61.96

Codes

Color #1E613D in popluar color models

1E613D
RGB309761
HSL148°52.76%24.90%
HSB/HSV148°69.07%38.04%
CMYK69.07%0.00%37.11%
61.96%

Color #1E613D in popluar number systems.

HEX1E613D
Decimal309761
Binary111101100001111101
Octal3614175

Shades and tints

Shades of #1E613D

#1E613D
(30,97,61)
#1C5938
(28,89,56)
#1A5133
(26,81,51)
#18492E
(24,73,46)
#164129
(22,65,41)
#143924
(20,57,36)
#12311F
(18,49,31)
#10291A
(16,41,26)
#0E2115
(14,33,21)
#0C1910
(12,25,16)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #1E613D

#1E613D
(30,97,61)
#326F4E
(50,111,78)
#467D5F
(70,125,95)
#5A8B70
(90,139,112)
#6E9981
(110,153,129)
#82A792
(130,167,146)
#96B5A3
(150,181,163)
#AAC3B4
(170,195,180)
#BED1C5
(190,209,197)
#D2DFD6
(210,223,214)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E613D; }

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

This text font color is #1E613D.


Background Color

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

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

This div background color is #1E613D.


Border color

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

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

This div border color is #1E613D.


Opacity

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

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

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

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

This text has shadow with #1E613D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E613D on black background.


Color preview on white background

This text has color #1E613D on white background.



Black color preview on #1E613D background

This text has black color on #1E613D background.


White color preview on #1E613D background

This text has white color on #1E613D background.