COLOR #15253E

HEX: #15253E RGB: (21,37,62)

Color info

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

RGB color model

#15253E color RGB value is (21,37,62).

RGB: (21,37,62) (8%, 15%, 24%)

RGB channels and saturation

R 21 of 255 = 8%
G 37 of 255 = 15%
B 62 of 255 = 24%

21
37
62

R + G + B ~ 16%. #15253E is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 37 + 62 = 120 (100%)
R 21 of 120 ~ 17.5%
G 37 of 120 ~ 30.83%
B 62 of 120 ~ 51.67'%

%17.5
%30.83
%51.67

CMYK color model

#15253E color CMYK value is (66,40,0,76).

  • cyan value is 66.13%
  • magenta value is 40.32%
  • yellow value is 0.00%
  • key color value is 75.69%

CMYK: (66,40,0,76)
C66M40Y0K76 (66%, 40%, 0%, 76%)
(0.66 / 0.40 / 0.00 / 0.76)

CMYK percentages

%66.13
%40.32
%0
%75.69

Codes

Color #15253E in popluar color models

15 25 3E
RGB 21 37 62
HSL 217° 49.40% 16.27%
HSB/HSV 217° 66.13% 24.31%
CMYK 66.13% 40.32% 0.00%
75.69%

Color #15253E in popluar number systems.

HEX 15 25 3E
Decimal 21 37 62
Binary 10101 100101 111110
Octal 25 45 76

Shades and tints

Shades of #15253E

#15253E
(21,37,62)
#142239
(20,34,57)
#131F34
(19,31,52)
#121C2F
(18,28,47)
#11192A
(17,25,42)
#101625
(16,22,37)
#0F1320
(15,19,32)
#0E101B
(14,16,27)
#0D0D16
(13,13,22)
#0C0A11
(12,10,17)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #15253E

#15253E
(21,37,62)
#2A384F
(42,56,79)
#3F4B60
(63,75,96)
#545E71
(84,94,113)
#697182
(105,113,130)
#7E8493
(126,132,147)
#9397A4
(147,151,164)
#A8AAB5
(168,170,181)
#BDBDC6
(189,189,198)
#D2D0D7
(210,208,215)
#E7E3E8
(231,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15253E color. Also use rgb(21,37,62) instead hex code.

Text Font Color

.myTextColor { color: #15253E; }

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

This text font color is #15253E.

Background Color

.myBgColor { background-color: #15253E; }

<div style="background-color:#15253E">Inner text</div>

This div background color is #15253E.

Border color

.myBorderColor { border: 1px solid #15253E; }

<div style="border:3px solid #15253E">Div</div>

This div border color is #15253E.

Opacity

.myOpacity80 { color: #15253E; opacity: 0.8; }

<p style="color:#15253E;opacity:0.8;">80%</p>

Text with #15253E 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 #15253E;}

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

This text has shadow with #15253E color.


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

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

This text has shadow with #15253E primary color and red secondary color.


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

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

This text has shadow with #15253E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #15253E.

Preview

Color preview on black background

This text has color #15253E on black background.


Color preview on white background

This text has color #15253E on white background.


Black color preview on #15253E background

This text has black color on #15253E background.


White color preview on #15253E background

This text has white color on #15253E background.


Related colors

Complementary color

Complementary color for #hex is #EADAC1.


I love getcolorcode.com

Triadic colors

1 #3E1525 and #253E15 with #15253E are triadic colors.

2 #3E2515 and #25153E with #15253E are triadic colors.