COLOR #15262A

HEX: #15262A
RGB: (21,38,42)

Color info

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

RGB color model

#15262A color RGB value is (21,38,42).

  • red value is 21;
  • green value is 38;
  • blue value is 42.
RGB:
(21,38,42)
(8%,15%,16%)

RGB channels and saturation

R 21 of 255 = 8%
G 38 of 255 = 15%
B 42 of 255 = 16%

21
38
42

R + G + B ~ 13%. #15262A is dark color.

Portions of RGB colors in percentages

R + G + B =
21 + 38 + 42 = 101 (100%)
R 21 of 101 ~ 20.79%
G 38 of 101 ~ 37.62%
B 42 of 101 ~ 41.58%

%20.79
%37.62
%41.58

CMYK color model

#15262A color CMYK value is (50,10,0,84).

  • cyan value is 50.00%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(50,10,0,84)
C50M10Y0K84 
(50%,10%,0%,84%)
(0.50/0.10/0.00/0.84)	

CMYK percentages

%50
%9.52
%0
%83.53

Codes

Color #15262A in popluar color models

15262A
RGB213842
HSL191°33.33%12.35%
HSB/HSV191°50.00%16.47%
CMYK50.00%9.52%0.00%
83.53%

Color #15262A in popluar number systems.

HEX15262A
Decimal213842
Binary10101100110101010
Octal254652

Shades and tints

Shades of #15262A

#15262A
(21,38,42)
#142327
(20,35,39)
#132024
(19,32,36)
#121D21
(18,29,33)
#111A1E
(17,26,30)
#10171B
(16,23,27)
#0F1418
(15,20,24)
#0E1115
(14,17,21)
#0D0E12
(13,14,18)
#0C0B0F
(12,11,15)
#0B080C
(11,8,12)
#000000
(0,0,0)

Tints of #15262A

#15262A
(21,38,42)
#2A393D
(42,57,61)
#3F4C50
(63,76,80)
#545F63
(84,95,99)
#697276
(105,114,118)
#7E8589
(126,133,137)
#93989C
(147,152,156)
#A8ABAF
(168,171,175)
#BDBEC2
(189,190,194)
#D2D1D5
(210,209,213)
#E7E4E8
(231,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15262A color. Also use rgb(21,38,42) instead hex code.

Text Font Color

.myTextColor { color: #15262A; }

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

This text font color is #15262A.


Background Color

.myBgColor { background-color: #15262A; }

<div style="background-color:#15262A">Inner text</div>

This div background color is #15262A.


Border color

.myBorderColor { border: 1px solid #15262A; }

<div style="border:3px solid #15262A">Div</div>

This div border color is #15262A.


Opacity

.myOpacity80 { color: #15262A; opacity: 0.8; }

<p style="color:#15262A;opacity:0.8;">80%</p>

Text with #15262A 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 #15262A;}

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

This text has shadow with #15262A color.

.textShadow {text-shadow: 3px 3px 1px #15262A, 3px 3px 1px red;}

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

This text has shadow with #15262A primary color and red secondary color.


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

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

This text has shadow with #15262A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15262A on black background.


Color preview on white background

This text has color #15262A on white background.



Black color preview on #15262A background

This text has black color on #15262A background.


White color preview on #15262A background

This text has white color on #15262A background.