COLOR #153B2E

HEX: #153B2E RGB: (21,59,46)

Color info

#153B2E contains red, green and blue colors in about the same proportion. Web safe color of #153B2E is #003333 (or #033).

RGB color model

#153B2E color RGB value is (21,59,46).

RGB: (21,59,46) (8%, 23%, 18%)

RGB channels and saturation

R 21 of 255 = 8%
G 59 of 255 = 23%
B 46 of 255 = 18%

21
59
46

R + G + B ~ 16%. #153B2E is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 59 + 46 = 126 (100%)
R 21 of 126 ~ 16.67%
G 59 of 126 ~ 46.83%
B 46 of 126 ~ 36.51'%

%16.67
%46.83
%36.51

CMYK color model

#153B2E color CMYK value is (64,0,22,77).

  • cyan value is 64.41%
  • magenta value is 0.00%
  • yellow value is 22.03%
  • key color value is 76.86%

CMYK: (64,0,22,77)
C64M0Y22K77 (64%, 0%, 22%, 77%)
(0.64 / 0.00 / 0.22 / 0.77)

CMYK percentages

%64.41
%0
%22.03
%76.86

Codes

Color #153B2E in popluar color models

15 3B 2E
RGB 21 59 46
HSL 159° 47.50% 15.69%
HSB/HSV 159° 64.41% 23.14%
CMYK 64.41% 0.00% 22.03%
76.86%

Color #153B2E in popluar number systems.

HEX 15 3B 2E
Decimal 21 59 46
Binary 10101 111011 101110
Octal 25 73 56

Shades and tints

Shades of #153B2E

#153B2E
(21,59,46)
#14362A
(20,54,42)
#133126
(19,49,38)
#122C22
(18,44,34)
#11271E
(17,39,30)
#10221A
(16,34,26)
#0F1D16
(15,29,22)
#0E1812
(14,24,18)
#0D130E
(13,19,14)
#0C0E0A
(12,14,10)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #153B2E

#153B2E
(21,59,46)
#2A4C41
(42,76,65)
#3F5D54
(63,93,84)
#546E67
(84,110,103)
#697F7A
(105,127,122)
#7E908D
(126,144,141)
#93A1A0
(147,161,160)
#A8B2B3
(168,178,179)
#BDC3C6
(189,195,198)
#D2D4D9
(210,212,217)
#E7E5EC
(231,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153B2E color. Also use rgb(21,59,46) instead hex code.

Text Font Color

.myTextColor { color: #153B2E; }

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

This text font color is #153B2E.

Background Color

.myBgColor { background-color: #153B2E; }

<div style="background-color:#153B2E">Inner text</div>

This div background color is #153B2E.

Border color

.myBorderColor { border: 1px solid #153B2E; }

<div style="border:3px solid #153B2E">Div</div>

This div border color is #153B2E.

Opacity

.myOpacity80 { color: #153B2E; opacity: 0.8; }

<p style="color:#153B2E;opacity:0.8;">80%</p>

Text with #153B2E 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 #153B2E;}

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

This text has shadow with #153B2E color.


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

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

This text has shadow with #153B2E primary color and red secondary color.


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

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

This text has shadow with #153B2E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #153B2E.

Preview

Color preview on black background

This text has color #153B2E on black background.


Color preview on white background

This text has color #153B2E on white background.


Black color preview on #153B2E background

This text has black color on #153B2E background.


White color preview on #153B2E background

This text has white color on #153B2E background.


Related colors

Complementary color

Complementary color for #hex is #EAC4D1.


I love getcolorcode.com

Triadic colors

1 #2E153B and #3B2E15 with #153B2E are triadic colors.

2 #2E3B15 and #3B152E with #153B2E are triadic colors.