COLOR #153121

HEX: #153121
RGB: (21,49,33)

Color info

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

RGB color model

#153121 color RGB value is (21,49,33).

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

RGB channels and saturation

R 21 of 255 = 8%
G 49 of 255 = 19%
B 33 of 255 = 13%

21
49
33

R + G + B ~ 13%. #153121 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 49 + 33 = 103 (100%)
R 21 of 103 ~ 20.39%
G 49 of 103 ~ 47.57%
B 33 of 103 ~ 32.04%

%20.39
%47.57
%32.04

CMYK color model

#153121 color CMYK value is (57,0,33,81).

  • cyan value is 57.14%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 80.78%
CMYK:
(57,0,33,81)
C57M0Y33K81 
(57%,0%,33%,81%)
(0.57/0.00/0.33/0.81)	

CMYK percentages

%57.14
%0
%32.65
%80.78

Codes

Color #153121 in popluar color models

153121
RGB214933
HSL146°40.00%13.73%
HSB/HSV146°57.14%19.22%
CMYK57.14%0.00%32.65%
80.78%

Color #153121 in popluar number systems.

HEX153121
Decimal214933
Binary10101110001100001
Octal256141

Shades and tints

Shades of #153121

#153121
(21,49,33)
#142D1E
(20,45,30)
#13291B
(19,41,27)
#122518
(18,37,24)
#112115
(17,33,21)
#101D12
(16,29,18)
#0F190F
(15,25,15)
#0E150C
(14,21,12)
#0D1109
(13,17,9)
#0C0D06
(12,13,6)
#0B0903
(11,9,3)
#000000
(0,0,0)

Tints of #153121

#153121
(21,49,33)
#2A4335
(42,67,53)
#3F5549
(63,85,73)
#54675D
(84,103,93)
#697971
(105,121,113)
#7E8B85
(126,139,133)
#939D99
(147,157,153)
#A8AFAD
(168,175,173)
#BDC1C1
(189,193,193)
#D2D3D5
(210,211,213)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #153121; }

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

This text font color is #153121.


Background Color

.myBgColor { background-color: #153121; }

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

This div background color is #153121.


Border color

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

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

This div border color is #153121.


Opacity

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

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

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

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

This text has shadow with #153121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153121 on black background.


Color preview on white background

This text has color #153121 on white background.



Black color preview on #153121 background

This text has black color on #153121 background.


White color preview on #153121 background

This text has white color on #153121 background.