COLOR #154239

HEX: #154239
RGB: (21,66,57)

Color info

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

RGB color model

#154239 color RGB value is (21,66,57).

  • red value is 21;
  • green value is 66;
  • blue value is 57.
RGB:
(21,66,57)
(8%,26%,22%)

RGB channels and saturation

R 21 of 255 = 8%
G 66 of 255 = 26%
B 57 of 255 = 22%

21
66
57

R + G + B ~ 19%. #154239 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 66 + 57 = 144 (100%)
R 21 of 144 ~ 14.58%
G 66 of 144 ~ 45.83%
B 57 of 144 ~ 39.58%

%14.58
%45.83
%39.58

CMYK color model

#154239 color CMYK value is (68,0,14,74).

  • cyan value is 68.18%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 74.12%
CMYK:
(68,0,14,74)
C68M0Y14K74 
(68%,0%,14%,74%)
(0.68/0.00/0.14/0.74)	

CMYK percentages

%68.18
%0
%13.64
%74.12

Codes

Color #154239 in popluar color models

154239
RGB216657
HSL168°51.72%17.06%
HSB/HSV168°68.18%25.88%
CMYK68.18%0.00%13.64%
74.12%

Color #154239 in popluar number systems.

HEX154239
Decimal216657
Binary101011000010111001
Octal2510271

Shades and tints

Shades of #154239

#154239
(21,66,57)
#143C34
(20,60,52)
#13362F
(19,54,47)
#12302A
(18,48,42)
#112A25
(17,42,37)
#102420
(16,36,32)
#0F1E1B
(15,30,27)
#0E1816
(14,24,22)
#0D1211
(13,18,17)
#0C0C0C
(12,12,12)
#0B0607
(11,6,7)
#000000
(0,0,0)

Tints of #154239

#154239
(21,66,57)
#2A534B
(42,83,75)
#3F645D
(63,100,93)
#54756F
(84,117,111)
#698681
(105,134,129)
#7E9793
(126,151,147)
#93A8A5
(147,168,165)
#A8B9B7
(168,185,183)
#BDCAC9
(189,202,201)
#D2DBDB
(210,219,219)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #154239 color. Also use rgb(21,66,57) instead hex code.

Text Font Color

.myTextColor { color: #154239; }

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

This text font color is #154239.


Background Color

.myBgColor { background-color: #154239; }

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

This div background color is #154239.


Border color

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

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

This div border color is #154239.


Opacity

.myOpacity80 { color: #154239; opacity: 0.8; }

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

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

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

This text has shadow with #154239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #154239 on black background.


Color preview on white background

This text has color #154239 on white background.



Black color preview on #154239 background

This text has black color on #154239 background.


White color preview on #154239 background

This text has white color on #154239 background.