COLOR #15625B

HEX: #15625B RGB: (21,98,91)

Color info

#15625B contains mainly green and blue colors. Web safe color of #15625B is #006666 (or #066).

RGB color model

#15625B color RGB value is (21,98,91).

RGB: (21,98,91) (8%, 38%, 36%)

RGB channels and saturation

R 21 of 255 = 8%
G 98 of 255 = 38%
B 91 of 255 = 36%

21
98
91

R + G + B ~ 27%. #15625B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 98 + 91 = 210 (100%)
R 21 of 210 ~ 10%
G 98 of 210 ~ 46.67%
B 91 of 210 ~ 43.33'%

%46.67
%43.33

CMYK color model

#15625B color CMYK value is (79,0,7,62).

  • cyan value is 78.57%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 61.57%

CMYK: (79,0,7,62)
C79M0Y7K62 (79%, 0%, 7%, 62%)
(0.79 / 0.00 / 0.07 / 0.62)

CMYK percentages

%78.57
%0
%7.14
%61.57

Codes

Color #15625B in popluar color models

15 62 5B
RGB 21 98 91
HSL 175° 64.71% 23.33%
HSB/HSV 175° 78.57% 38.43%
CMYK 78.57% 0.00% 7.14%
61.57%

Color #15625B in popluar number systems.

HEX 15 62 5B
Decimal 21 98 91
Binary 10101 1100010 1011011
Octal 25 142 133

Shades and tints

Shades of #15625B

#15625B
(21,98,91)
#145A53
(20,90,83)
#13524B
(19,82,75)
#124A43
(18,74,67)
#11423B
(17,66,59)
#103A33
(16,58,51)
#0F322B
(15,50,43)
#0E2A23
(14,42,35)
#0D221B
(13,34,27)
#0C1A13
(12,26,19)
#0B120B
(11,18,11)
#000000
(0,0,0)

Tints of #15625B

#15625B
(21,98,91)
#2A7069
(42,112,105)
#3F7E77
(63,126,119)
#548C85
(84,140,133)
#699A93
(105,154,147)
#7EA8A1
(126,168,161)
#93B6AF
(147,182,175)
#A8C4BD
(168,196,189)
#BDD2CB
(189,210,203)
#D2E0D9
(210,224,217)
#E7EEE7
(231,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15625B color. Also use rgb(21,98,91) instead hex code.

Text Font Color

.myTextColor { color: #15625B; }

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

This text font color is #15625B.

Background Color

.myBgColor { background-color: #15625B; }

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

This div background color is #15625B.

Border color

.myBorderColor { border: 1px solid #15625B; }

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

This div border color is #15625B.

Opacity

.myOpacity80 { color: #15625B; opacity: 0.8; }

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

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

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

This text has shadow with #15625B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15625B.

Preview

Color preview on black background

This text has color #15625B on black background.


Color preview on white background

This text has color #15625B on white background.


Black color preview on #15625B background

This text has black color on #15625B background.


White color preview on #15625B background

This text has white color on #15625B background.


Related colors

Complementary color

Complementary color for #hex is #EA9DA4.


I love getcolorcode.com

Triadic colors

1 #5B1562 and #625B15 with #15625B are triadic colors.

2 #5B6215 and #62155B with #15625B are triadic colors.