COLOR #153057

HEX: #153057 RGB: (21,48,87)

Color info

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

RGB color model

#153057 color RGB value is (21,48,87).

RGB: (21,48,87) (8%, 19%, 34%)

RGB channels and saturation

R 21 of 255 = 8%
G 48 of 255 = 19%
B 87 of 255 = 34%

21
48
87

R + G + B ~ 20%. #153057 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 48 + 87 = 156 (100%)
R 21 of 156 ~ 13.46%
G 48 of 156 ~ 30.77%
B 87 of 156 ~ 55.77'%

%13.46
%30.77
%55.77

CMYK color model

#153057 color CMYK value is (76,45,0,66).

  • cyan value is 75.86%
  • magenta value is 44.83%
  • yellow value is 0.00%
  • key color value is 65.88%

CMYK: (76,45,0,66)
C76M45Y0K66 (76%, 45%, 0%, 66%)
(0.76 / 0.45 / 0.00 / 0.66)

CMYK percentages

%75.86
%44.83
%0
%65.88

Codes

Color #153057 in popluar color models

15 30 57
RGB 21 48 87
HSL 215° 61.11% 21.18%
HSB/HSV 215° 75.86% 34.12%
CMYK 75.86% 44.83% 0.00%
65.88%

Color #153057 in popluar number systems.

HEX 15 30 57
Decimal 21 48 87
Binary 10101 110000 1010111
Octal 25 60 127

Shades and tints

Shades of #153057

#153057
(21,48,87)
#142C50
(20,44,80)
#132849
(19,40,73)
#122442
(18,36,66)
#11203B
(17,32,59)
#101C34
(16,28,52)
#0F182D
(15,24,45)
#0E1426
(14,20,38)
#0D101F
(13,16,31)
#0C0C18
(12,12,24)
#0B0811
(11,8,17)
#000000
(0,0,0)

Tints of #153057

#153057
(21,48,87)
#2A4266
(42,66,102)
#3F5475
(63,84,117)
#546684
(84,102,132)
#697893
(105,120,147)
#7E8AA2
(126,138,162)
#939CB1
(147,156,177)
#A8AEC0
(168,174,192)
#BDC0CF
(189,192,207)
#D2D2DE
(210,210,222)
#E7E4ED
(231,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #153057 color. Also use rgb(21,48,87) instead hex code.

Text Font Color

.myTextColor { color: #153057; }

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

This text font color is #153057.

Background Color

.myBgColor { background-color: #153057; }

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

This div background color is #153057.

Border color

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

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

This div border color is #153057.

Opacity

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

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

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

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

This text has shadow with #153057 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #153057.

Preview

Color preview on black background

This text has color #153057 on black background.


Color preview on white background

This text has color #153057 on white background.


Black color preview on #153057 background

This text has black color on #153057 background.


White color preview on #153057 background

This text has white color on #153057 background.


Related colors

Complementary color

Complementary color for #hex is #EACFA8.


I love getcolorcode.com

Triadic colors

1 #571530 and #305715 with #153057 are triadic colors.

2 #573015 and #301557 with #153057 are triadic colors.