COLOR #15383F

HEX: #15383F
RGB: (21,56,63)

Color info

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

RGB color model

#15383F color RGB value is (21,56,63).

  • red value is 21;
  • green value is 56;
  • blue value is 63.
RGB:
(21,56,63)
(8%,22%,25%)

RGB channels and saturation

R 21 of 255 = 8%
G 56 of 255 = 22%
B 63 of 255 = 25%

21
56
63

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

Portions of RGB colors in percentages

R + G + B =
21 + 56 + 63 = 140 (100%)
R 21 of 140 ~ 15%
G 56 of 140 ~ 40%
B 63 of 140 ~ 45%

%15
%40
%45

CMYK color model

#15383F color CMYK value is (67,11,0,75).

  • cyan value is 66.67%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(67,11,0,75)
C67M11Y0K75 
(67%,11%,0%,75%)
(0.67/0.11/0.00/0.75)	

CMYK percentages

%66.67
%11.11
%0
%75.29

Codes

Color #15383F in popluar color models

15383F
RGB215663
HSL190°50.00%16.47%
HSB/HSV190°66.67%24.71%
CMYK66.67%11.11%0.00%
75.29%

Color #15383F in popluar number systems.

HEX15383F
Decimal215663
Binary10101111000111111
Octal257077

Shades and tints

Shades of #15383F

#15383F
(21,56,63)
#14333A
(20,51,58)
#132E35
(19,46,53)
#122930
(18,41,48)
#11242B
(17,36,43)
#101F26
(16,31,38)
#0F1A21
(15,26,33)
#0E151C
(14,21,28)
#0D1017
(13,16,23)
#0C0B12
(12,11,18)
#0B060D
(11,6,13)
#000000
(0,0,0)

Tints of #15383F

#15383F
(21,56,63)
#2A4A50
(42,74,80)
#3F5C61
(63,92,97)
#546E72
(84,110,114)
#698083
(105,128,131)
#7E9294
(126,146,148)
#93A4A5
(147,164,165)
#A8B6B6
(168,182,182)
#BDC8C7
(189,200,199)
#D2DAD8
(210,218,216)
#E7ECE9
(231,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15383F color. Also use rgb(21,56,63) instead hex code.

Text Font Color

.myTextColor { color: #15383F; }

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

This text font color is #15383F.


Background Color

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

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

This div background color is #15383F.


Border color

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

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

This div border color is #15383F.


Opacity

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

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

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

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

This text has shadow with #15383F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15383F on black background.


Color preview on white background

This text has color #15383F on white background.



Black color preview on #15383F background

This text has black color on #15383F background.


White color preview on #15383F background

This text has white color on #15383F background.