COLOR #1E5F35

HEX: #1E5F35 RGB: (30,95,53)

Color info

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

RGB color model

#1E5F35 color RGB value is (30,95,53).

RGB: (30,95,53) (12%, 37%, 21%)

RGB channels and saturation

R 30 of 255 = 12%
G 95 of 255 = 37%
B 53 of 255 = 21%

30
95
53

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

Portions of RGB colors in percentages

R + G + B = 30 + 95 + 53 = 178 (100%)
R 30 of 178 ~ 16.85%
G 95 of 178 ~ 53.37%
B 53 of 178 ~ 29.78'%

%16.85
%53.37
%29.78

CMYK color model

#1E5F35 color CMYK value is (68,0,44,63).

  • cyan value is 68.42%
  • magenta value is 0.00%
  • yellow value is 44.21%
  • key color value is 62.75%

CMYK: (68,0,44,63)
C68M0Y44K63 (68%, 0%, 44%, 63%)
(0.68 / 0.00 / 0.44 / 0.63)

CMYK percentages

%68.42
%0
%44.21
%62.75

Codes

Color #1E5F35 in popluar color models

1E 5F 35
RGB 30 95 53
HSL 141° 52.00% 24.51%
HSB/HSV 141° 68.42% 37.25%
CMYK 68.42% 0.00% 44.21%
62.75%

Color #1E5F35 in popluar number systems.

HEX 1E 5F 35
Decimal 30 95 53
Binary 11110 1011111 110101
Octal 36 137 65

Shades and tints

Shades of #1E5F35

#1E5F35
(30,95,53)
#1C5731
(28,87,49)
#1A4F2D
(26,79,45)
#184729
(24,71,41)
#163F25
(22,63,37)
#143721
(20,55,33)
#122F1D
(18,47,29)
#102719
(16,39,25)
#0E1F15
(14,31,21)
#0C1711
(12,23,17)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #1E5F35

#1E5F35
(30,95,53)
#326D47
(50,109,71)
#467B59
(70,123,89)
#5A896B
(90,137,107)
#6E977D
(110,151,125)
#82A58F
(130,165,143)
#96B3A1
(150,179,161)
#AAC1B3
(170,193,179)
#BECFC5
(190,207,197)
#D2DDD7
(210,221,215)
#E6EBE9
(230,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E5F35; }

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

This text font color is #1E5F35.

Background Color

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

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

This div background color is #1E5F35.

Border color

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

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

This div border color is #1E5F35.

Opacity

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

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

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

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

This text has shadow with #1E5F35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E5F35.

Preview

Color preview on black background

This text has color #1E5F35 on black background.


Color preview on white background

This text has color #1E5F35 on white background.


Black color preview on #1E5F35 background

This text has black color on #1E5F35 background.


White color preview on #1E5F35 background

This text has white color on #1E5F35 background.


Related colors

Complementary color

Complementary color for #hex is #E1A0CA.


I love getcolorcode.com

Triadic colors

1 #351E5F and #5F351E with #1E5F35 are triadic colors.

2 #355F1E and #5F1E35 with #1E5F35 are triadic colors.