COLOR #15232F

HEX: #15232F
RGB: (21,35,47)

Color info

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

RGB color model

#15232F color RGB value is (21,35,47).

  • red value is 21;
  • green value is 35;
  • blue value is 47.
RGB:
(21,35,47)
(8%,14%,18%)

RGB channels and saturation

R 21 of 255 = 8%
G 35 of 255 = 14%
B 47 of 255 = 18%

21
35
47

R + G + B ~ 13%. #15232F is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 35 + 47 = 103 (100%)
R 21 of 103 ~ 20.39%
G 35 of 103 ~ 33.98%
B 47 of 103 ~ 45.63%

%20.39
%33.98
%45.63

CMYK color model

#15232F color CMYK value is (55,26,0,82).

  • cyan value is 55.32%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 81.57%
CMYK:
(55,26,0,82)
C55M26Y0K82 
(55%,26%,0%,82%)
(0.55/0.26/0.00/0.82)	

CMYK percentages

%55.32
%25.53
%0
%81.57

Codes

Color #15232F in popluar color models

15232F
RGB213547
HSL208°38.24%13.33%
HSB/HSV208°55.32%18.43%
CMYK55.32%25.53%0.00%
81.57%

Color #15232F in popluar number systems.

HEX15232F
Decimal213547
Binary10101100011101111
Octal254357

Shades and tints

Shades of #15232F

#15232F
(21,35,47)
#14202B
(20,32,43)
#131D27
(19,29,39)
#121A23
(18,26,35)
#11171F
(17,23,31)
#10141B
(16,20,27)
#0F1117
(15,17,23)
#0E0E13
(14,14,19)
#0D0B0F
(13,11,15)
#0C080B
(12,8,11)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #15232F

#15232F
(21,35,47)
#2A3741
(42,55,65)
#3F4B53
(63,75,83)
#545F65
(84,95,101)
#697377
(105,115,119)
#7E8789
(126,135,137)
#939B9B
(147,155,155)
#A8AFAD
(168,175,173)
#BDC3BF
(189,195,191)
#D2D7D1
(210,215,209)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15232F color. Also use rgb(21,35,47) instead hex code.

Text Font Color

.myTextColor { color: #15232F; }

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

This text font color is #15232F.


Background Color

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

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

This div background color is #15232F.


Border color

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

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

This div border color is #15232F.


Opacity

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

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

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

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

This text has shadow with #15232F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15232F on black background.


Color preview on white background

This text has color #15232F on white background.



Black color preview on #15232F background

This text has black color on #15232F background.


White color preview on #15232F background

This text has white color on #15232F background.