COLOR #15323D

HEX: #15323D RGB: (21,50,61)

Color info

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

RGB color model

#15323D color RGB value is (21,50,61).

RGB: (21,50,61) (8%, 20%, 24%)

RGB channels and saturation

R 21 of 255 = 8%
G 50 of 255 = 20%
B 61 of 255 = 24%

21
50
61

R + G + B ~ 17%. #15323D is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 50 + 61 = 132 (100%)
R 21 of 132 ~ 15.91%
G 50 of 132 ~ 37.88%
B 61 of 132 ~ 46.21'%

%15.91
%37.88
%46.21

CMYK color model

#15323D color CMYK value is (66,18,0,76).

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

CMYK: (66,18,0,76)
C66M18Y0K76 (66%, 18%, 0%, 76%)
(0.66 / 0.18 / 0.00 / 0.76)

CMYK percentages

%65.57
%18.03
%0
%76.08

Codes

Color #15323D in popluar color models

15 32 3D
RGB 21 50 61
HSL 197° 48.78% 16.08%
HSB/HSV 197° 65.57% 23.92%
CMYK 65.57% 18.03% 0.00%
76.08%

Color #15323D in popluar number systems.

HEX 15 32 3D
Decimal 21 50 61
Binary 10101 110010 111101
Octal 25 62 75

Shades and tints

Shades of #15323D

#15323D
(21,50,61)
#142E38
(20,46,56)
#132A33
(19,42,51)
#12262E
(18,38,46)
#112229
(17,34,41)
#101E24
(16,30,36)
#0F1A1F
(15,26,31)
#0E161A
(14,22,26)
#0D1215
(13,18,21)
#0C0E10
(12,14,16)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #15323D

#15323D
(21,50,61)
#2A444E
(42,68,78)
#3F565F
(63,86,95)
#546870
(84,104,112)
#697A81
(105,122,129)
#7E8C92
(126,140,146)
#939EA3
(147,158,163)
#A8B0B4
(168,176,180)
#BDC2C5
(189,194,197)
#D2D4D6
(210,212,214)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15323D; }

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

This text font color is #15323D.

Background Color

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

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

This div background color is #15323D.

Border color

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

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

This div border color is #15323D.

Opacity

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

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

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

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

This text has shadow with #15323D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15323D.

Preview

Color preview on black background

This text has color #15323D on black background.


Color preview on white background

This text has color #15323D on white background.


Black color preview on #15323D background

This text has black color on #15323D background.


White color preview on #15323D background

This text has white color on #15323D background.


Related colors

Complementary color

Complementary color for #hex is #EACDC2.


I love getcolorcode.com

Triadic colors

1 #3D1532 and #323D15 with #15323D are triadic colors.

2 #3D3215 and #32153D with #15323D are triadic colors.