COLOR #153343

HEX: #153343
RGB: (21,51,67)

Color info

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

RGB color model

#153343 color RGB value is (21,51,67).

  • red value is 21;
  • green value is 51;
  • blue value is 67.
RGB:
(21,51,67)
(8%,20%,26%)

RGB channels and saturation

R 21 of 255 = 8%
G 51 of 255 = 20%
B 67 of 255 = 26%

21
51
67

R + G + B ~ 18%. #153343 is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 51 + 67 = 139 (100%)
R 21 of 139 ~ 15.11%
G 51 of 139 ~ 36.69%
B 67 of 139 ~ 48.2%

%15.11
%36.69
%48.2

CMYK color model

#153343 color CMYK value is (69,24,0,74).

  • cyan value is 68.66%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(69,24,0,74)
C69M24Y0K74 
(69%,24%,0%,74%)
(0.69/0.24/0.00/0.74)	

CMYK percentages

%68.66
%23.88
%0
%73.73

Codes

Color #153343 in popluar color models

153343
RGB215167
HSL201°52.27%17.25%
HSB/HSV201°68.66%26.27%
CMYK68.66%23.88%0.00%
73.73%

Color #153343 in popluar number systems.

HEX153343
Decimal215167
Binary101011100111000011
Octal2563103

Shades and tints

Shades of #153343

#153343
(21,51,67)
#142F3D
(20,47,61)
#132B37
(19,43,55)
#122731
(18,39,49)
#11232B
(17,35,43)
#101F25
(16,31,37)
#0F1B1F
(15,27,31)
#0E1719
(14,23,25)
#0D1313
(13,19,19)
#0C0F0D
(12,15,13)
#0B0B07
(11,11,7)
#000000
(0,0,0)

Tints of #153343

#153343
(21,51,67)
#2A4554
(42,69,84)
#3F5765
(63,87,101)
#546976
(84,105,118)
#697B87
(105,123,135)
#7E8D98
(126,141,152)
#939FA9
(147,159,169)
#A8B1BA
(168,177,186)
#BDC3CB
(189,195,203)
#D2D5DC
(210,213,220)
#E7E7ED
(231,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153343 color. Also use rgb(21,51,67) instead hex code.

Text Font Color

.myTextColor { color: #153343; }

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

This text font color is #153343.


Background Color

.myBgColor { background-color: #153343; }

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

This div background color is #153343.


Border color

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

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

This div border color is #153343.


Opacity

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

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

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

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

This text has shadow with #153343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #153343 on black background.


Color preview on white background

This text has color #153343 on white background.



Black color preview on #153343 background

This text has black color on #153343 background.


White color preview on #153343 background

This text has white color on #153343 background.