COLOR #152253

HEX: #152253 RGB: (21,34,83)

Color info

#152253 contains mainly green and blue colors. Web safe color of #152253 is #003366 (or #036).

RGB color model

#152253 color RGB value is (21,34,83).

RGB: (21,34,83) (8%, 13%, 33%)

RGB channels and saturation

R 21 of 255 = 8%
G 34 of 255 = 13%
B 83 of 255 = 33%

21
34
83

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

Portions of RGB colors in percentages

R + G + B = 21 + 34 + 83 = 138 (100%)
R 21 of 138 ~ 15.22%
G 34 of 138 ~ 24.64%
B 83 of 138 ~ 60.14'%

%15.22
%24.64
%60.14

CMYK color model

#152253 color CMYK value is (75,59,0,67).

  • cyan value is 74.70%
  • magenta value is 59.04%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (75,59,0,67)
C75M59Y0K67 (75%, 59%, 0%, 67%)
(0.75 / 0.59 / 0.00 / 0.67)

CMYK percentages

%74.7
%59.04
%0
%67.45

Codes

Color #152253 in popluar color models

15 22 53
RGB 21 34 83
HSL 227° 59.62% 20.39%
HSB/HSV 227° 74.70% 32.55%
CMYK 74.70% 59.04% 0.00%
67.45%

Color #152253 in popluar number systems.

HEX 15 22 53
Decimal 21 34 83
Binary 10101 100010 1010011
Octal 25 42 123

Shades and tints

Shades of #152253

#152253
(21,34,83)
#141F4C
(20,31,76)
#131C45
(19,28,69)
#12193E
(18,25,62)
#111637
(17,22,55)
#101330
(16,19,48)
#0F1029
(15,16,41)
#0E0D22
(14,13,34)
#0D0A1B
(13,10,27)
#0C0714
(12,7,20)
#0B040D
(11,4,13)
#000000
(0,0,0)

Tints of #152253

#152253
(21,34,83)
#2A3662
(42,54,98)
#3F4A71
(63,74,113)
#545E80
(84,94,128)
#69728F
(105,114,143)
#7E869E
(126,134,158)
#939AAD
(147,154,173)
#A8AEBC
(168,174,188)
#BDC2CB
(189,194,203)
#D2D6DA
(210,214,218)
#E7EAE9
(231,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #152253 color. Also use rgb(21,34,83) instead hex code.

Text Font Color

.myTextColor { color: #152253; }

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

This text font color is #152253.

Background Color

.myBgColor { background-color: #152253; }

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

This div background color is #152253.

Border color

.myBorderColor { border: 1px solid #152253; }

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

This div border color is #152253.

Opacity

.myOpacity80 { color: #152253; opacity: 0.8; }

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

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

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

This text has shadow with #152253 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #152253.

Preview

Color preview on black background

This text has color #152253 on black background.


Color preview on white background

This text has color #152253 on white background.


Black color preview on #152253 background

This text has black color on #152253 background.


White color preview on #152253 background

This text has white color on #152253 background.


Related colors

Complementary color

Complementary color for #hex is #EADDAC.


I love getcolorcode.com

Triadic colors

1 #531522 and #225315 with #152253 are triadic colors.

2 #532215 and #221553 with #152253 are triadic colors.