COLOR #21384F

HEX: #21384F
RGB: (33,56,79)

Color info

#21384F contains red, green and blue colors in about the same proportion. Web safe color of #21384F is #333366 (or #336).

RGB color model

#21384F color RGB value is (33,56,79).

  • red value is 33;
  • green value is 56;
  • blue value is 79.
RGB:
(33,56,79)
(13%,22%,31%)

RGB channels and saturation

R 33 of 255 = 13%
G 56 of 255 = 22%
B 79 of 255 = 31%

33
56
79

R + G + B ~ 22%. #21384F is dark color.

Portions of RGB colors in percentages

R + G + B =
33 + 56 + 79 = 168 (100%)
R 33 of 168 ~ 19.64%
G 56 of 168 ~ 33.33%
B 79 of 168 ~ 47.02%

%19.64
%33.33
%47.02

CMYK color model

#21384F color CMYK value is (58,29,0,69).

  • cyan value is 58.23%
  • magenta value is 29.11%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(58,29,0,69)
C58M29Y0K69 
(58%,29%,0%,69%)
(0.58/0.29/0.00/0.69)	

CMYK percentages

%58.23
%29.11
%0
%69.02

Codes

Color #21384F in popluar color models

21384F
RGB335679
HSL210°41.07%21.96%
HSB/HSV210°58.23%30.98%
CMYK58.23%29.11%0.00%
69.02%

Color #21384F in popluar number systems.

HEX21384F
Decimal335679
Binary1000011110001001111
Octal4170117

Shades and tints

Shades of #21384F

#21384F
(33,56,79)
#1E3348
(30,51,72)
#1B2E41
(27,46,65)
#18293A
(24,41,58)
#152433
(21,36,51)
#121F2C
(18,31,44)
#0F1A25
(15,26,37)
#0C151E
(12,21,30)
#091017
(9,16,23)
#060B10
(6,11,16)
#030609
(3,6,9)
#000000
(0,0,0)

Tints of #21384F

#21384F
(33,56,79)
#354A5F
(53,74,95)
#495C6F
(73,92,111)
#5D6E7F
(93,110,127)
#71808F
(113,128,143)
#85929F
(133,146,159)
#99A4AF
(153,164,175)
#ADB6BF
(173,182,191)
#C1C8CF
(193,200,207)
#D5DADF
(213,218,223)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #21384F color. Also use rgb(33,56,79) instead hex code.

Text Font Color

.myTextColor { color: #21384F; }

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

This text font color is #21384F.


Background Color

.myBgColor { background-color: #21384F; }

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

This div background color is #21384F.


Border color

.myBorderColor { border: 1px solid #21384F; }

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

This div border color is #21384F.


Opacity

.myOpacity80 { color: #21384F; opacity: 0.8; }

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

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

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

This text has shadow with #21384F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #21384F on black background.


Color preview on white background

This text has color #21384F on white background.



Black color preview on #21384F background

This text has black color on #21384F background.


White color preview on #21384F background

This text has white color on #21384F background.