COLOR #151D25

HEX: #151D25 RGB: (21,29,37)

Color info

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

RGB color model

#151D25 color RGB value is (21,29,37).

RGB: (21,29,37) (8%, 11%, 15%)

RGB channels and saturation

R 21 of 255 = 8%
G 29 of 255 = 11%
B 37 of 255 = 15%

21
29
37

R + G + B ~ 11%. #151D25 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 29 + 37 = 87 (100%)
R 21 of 87 ~ 24.14%
G 29 of 87 ~ 33.33%
B 37 of 87 ~ 42.53'%

%24.14
%33.33
%42.53

CMYK color model

#151D25 color CMYK value is (43,22,0,85).

  • cyan value is 43.24%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (43,22,0,85)
C43M22Y0K85 (43%, 22%, 0%, 85%)
(0.43 / 0.22 / 0.00 / 0.85)

CMYK percentages

%43.24
%21.62
%0
%85.49

Codes

Color #151D25 in popluar color models

15 1D 25
RGB 21 29 37
HSL 210° 27.59% 11.37%
HSB/HSV 210° 43.24% 14.51%
CMYK 43.24% 21.62% 0.00%
85.49%

Color #151D25 in popluar number systems.

HEX 15 1D 25
Decimal 21 29 37
Binary 10101 11101 100101
Octal 25 35 45

Shades and tints

Shades of #151D25

#151D25
(21,29,37)
#141B22
(20,27,34)
#13191F
(19,25,31)
#12171C
(18,23,28)
#111519
(17,21,25)
#101316
(16,19,22)
#0F1113
(15,17,19)
#0E0F10
(14,15,16)
#0D0D0D
(13,13,13)
#0C0B0A
(12,11,10)
#0B0907
(11,9,7)
#000000
(0,0,0)

Tints of #151D25

#151D25
(21,29,37)
#2A3138
(42,49,56)
#3F454B
(63,69,75)
#54595E
(84,89,94)
#696D71
(105,109,113)
#7E8184
(126,129,132)
#939597
(147,149,151)
#A8A9AA
(168,169,170)
#BDBDBD
(189,189,189)
#D2D1D0
(210,209,208)
#E7E5E3
(231,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #151D25 color. Also use rgb(21,29,37) instead hex code.

Text Font Color

.myTextColor { color: #151D25; }

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

This text font color is #151D25.

Background Color

.myBgColor { background-color: #151D25; }

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

This div background color is #151D25.

Border color

.myBorderColor { border: 1px solid #151D25; }

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

This div border color is #151D25.

Opacity

.myOpacity80 { color: #151D25; opacity: 0.8; }

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

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

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

This text has shadow with #151D25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #151D25.

Preview

Color preview on black background

This text has color #151D25 on black background.


Color preview on white background

This text has color #151D25 on white background.


Black color preview on #151D25 background

This text has black color on #151D25 background.


White color preview on #151D25 background

This text has white color on #151D25 background.


Related colors

Complementary color

Complementary color for #hex is #EAE2DA.


I love getcolorcode.com

Triadic colors

1 #25151D and #1D2515 with #151D25 are triadic colors.

2 #251D15 and #1D1525 with #151D25 are triadic colors.