COLOR #15223D

HEX: #15223D RGB: (21,34,61)

Color info

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

RGB color model

#15223D color RGB value is (21,34,61).

RGB: (21,34,61) (8%, 13%, 24%)

RGB channels and saturation

R 21 of 255 = 8%
G 34 of 255 = 13%
B 61 of 255 = 24%

21
34
61

R + G + B ~ 15%. #15223D is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 34 + 61 = 116 (100%)
R 21 of 116 ~ 18.1%
G 34 of 116 ~ 29.31%
B 61 of 116 ~ 52.59'%

%18.1
%29.31
%52.59

CMYK color model

#15223D color CMYK value is (66,44,0,76).

  • cyan value is 65.57%
  • magenta value is 44.26%
  • yellow value is 0.00%
  • key color value is 76.08%

CMYK: (66,44,0,76)
C66M44Y0K76 (66%, 44%, 0%, 76%)
(0.66 / 0.44 / 0.00 / 0.76)

CMYK percentages

%65.57
%44.26
%0
%76.08

Codes

Color #15223D in popluar color models

15 22 3D
RGB 21 34 61
HSL 221° 48.78% 16.08%
HSB/HSV 221° 65.57% 23.92%
CMYK 65.57% 44.26% 0.00%
76.08%

Color #15223D in popluar number systems.

HEX 15 22 3D
Decimal 21 34 61
Binary 10101 100010 111101
Octal 25 42 75

Shades and tints

Shades of #15223D

#15223D
(21,34,61)
#141F38
(20,31,56)
#131C33
(19,28,51)
#12192E
(18,25,46)
#111629
(17,22,41)
#101324
(16,19,36)
#0F101F
(15,16,31)
#0E0D1A
(14,13,26)
#0D0A15
(13,10,21)
#0C0710
(12,7,16)
#0B040B
(11,4,11)
#000000
(0,0,0)

Tints of #15223D

#15223D
(21,34,61)
#2A364E
(42,54,78)
#3F4A5F
(63,74,95)
#545E70
(84,94,112)
#697281
(105,114,129)
#7E8692
(126,134,146)
#939AA3
(147,154,163)
#A8AEB4
(168,174,180)
#BDC2C5
(189,194,197)
#D2D6D6
(210,214,214)
#E7EAE7
(231,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15223D color. Also use rgb(21,34,61) instead hex code.

Text Font Color

.myTextColor { color: #15223D; }

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

This text font color is #15223D.

Background Color

.myBgColor { background-color: #15223D; }

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

This div background color is #15223D.

Border color

.myBorderColor { border: 1px solid #15223D; }

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

This div border color is #15223D.

Opacity

.myOpacity80 { color: #15223D; opacity: 0.8; }

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

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

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

This text has shadow with #15223D color.


.textShadow {text-shadow: 3px 3px 1px #15223D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #15223D; -webkit-box-shadow: 1px 1px 3px 2px #15223D; box-shadow:1px 1px 3px 2px #15223D;">
Div content here
</div>

This div box has shadow with color #15223D.

Preview

Color preview on black background

This text has color #15223D on black background.


Color preview on white background

This text has color #15223D on white background.


Black color preview on #15223D background

This text has black color on #15223D background.


White color preview on #15223D background

This text has white color on #15223D background.


Related colors

Complementary color

Complementary color for #hex is #EADDC2.


I love getcolorcode.com

Triadic colors

1 #3D1522 and #223D15 with #15223D are triadic colors.

2 #3D2215 and #22153D with #15223D are triadic colors.