COLOR #153831

HEX: #153831
RGB: (21,56,49)

Color info

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

RGB color model

#153831 color RGB value is (21,56,49).

  • red value is 21;
  • green value is 56;
  • blue value is 49.
RGB:
(21,56,49)
(8%,22%,19%)

RGB channels and saturation

R 21 of 255 = 8%
G 56 of 255 = 22%
B 49 of 255 = 19%

21
56
49

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

Portions of RGB colors in percentages

R + G + B =
21 + 56 + 49 = 126 (100%)
R 21 of 126 ~ 16.67%
G 56 of 126 ~ 44.44%
B 49 of 126 ~ 38.89%

%16.67
%44.44
%38.89

CMYK color model

#153831 color CMYK value is (63,0,13,78).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 78.04%
CMYK:
(63,0,13,78)
C63M0Y13K78 
(63%,0%,13%,78%)
(0.63/0.00/0.13/0.78)	

CMYK percentages

%62.5
%0
%12.5
%78.04

Codes

Color #153831 in popluar color models

153831
RGB215649
HSL168°45.45%15.10%
HSB/HSV168°62.50%21.96%
CMYK62.50%0.00%12.50%
78.04%

Color #153831 in popluar number systems.

HEX153831
Decimal215649
Binary10101111000110001
Octal257061

Shades and tints

Shades of #153831

#153831
(21,56,49)
#14332D
(20,51,45)
#132E29
(19,46,41)
#122925
(18,41,37)
#112421
(17,36,33)
#101F1D
(16,31,29)
#0F1A19
(15,26,25)
#0E1515
(14,21,21)
#0D1011
(13,16,17)
#0C0B0D
(12,11,13)
#0B0609
(11,6,9)
#000000
(0,0,0)

Tints of #153831

#153831
(21,56,49)
#2A4A43
(42,74,67)
#3F5C55
(63,92,85)
#546E67
(84,110,103)
#698079
(105,128,121)
#7E928B
(126,146,139)
#93A49D
(147,164,157)
#A8B6AF
(168,182,175)
#BDC8C1
(189,200,193)
#D2DAD3
(210,218,211)
#E7ECE5
(231,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153831 color. Also use rgb(21,56,49) instead hex code.

Text Font Color

.myTextColor { color: #153831; }

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

This text font color is #153831.


Background Color

.myBgColor { background-color: #153831; }

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

This div background color is #153831.


Border color

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

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

This div border color is #153831.


Opacity

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

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

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

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

This text has shadow with #153831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153831 on black background.


Color preview on white background

This text has color #153831 on white background.



Black color preview on #153831 background

This text has black color on #153831 background.


White color preview on #153831 background

This text has white color on #153831 background.