COLOR #151225

HEX: #151225 RGB: (21,18,37)

Color info

#151225 contains red, green and blue colors in about the same proportion. Web safe color of #151225 is #000033 (or #003).

RGB color model

#151225 color RGB value is (21,18,37).

RGB: (21,18,37) (8%, 7%, 15%)

RGB channels and saturation

R 21 of 255 = 8%
G 18 of 255 = 7%
B 37 of 255 = 15%

21
18
37

R + G + B ~ 10%. #151225 is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 18 + 37 = 76 (100%)
R 21 of 76 ~ 27.63%
G 18 of 76 ~ 23.68%
B 37 of 76 ~ 48.68'%

%27.63
%23.68
%48.68

CMYK color model

#151225 color CMYK value is (43,51,0,85).

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

CMYK: (43,51,0,85)
C43M51Y0K85 (43%, 51%, 0%, 85%)
(0.43 / 0.51 / 0.00 / 0.85)

CMYK percentages

%43.24
%51.35
%0
%85.49

Codes

Color #151225 in popluar color models

15 12 25
RGB 21 18 37
HSL 249° 34.55% 10.78%
HSB/HSV 249° 51.35% 14.51%
CMYK 43.24% 51.35% 0.00%
85.49%

Color #151225 in popluar number systems.

HEX 15 12 25
Decimal 21 18 37
Binary 10101 10010 100101
Octal 25 22 45

Shades and tints

Shades of #151225

#151225
(21,18,37)
#141122
(20,17,34)
#13101F
(19,16,31)
#120F1C
(18,15,28)
#110E19
(17,14,25)
#100D16
(16,13,22)
#0F0C13
(15,12,19)
#0E0B10
(14,11,16)
#0D0A0D
(13,10,13)
#0C090A
(12,9,10)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #151225

#151225
(21,18,37)
#2A2738
(42,39,56)
#3F3C4B
(63,60,75)
#54515E
(84,81,94)
#696671
(105,102,113)
#7E7B84
(126,123,132)
#939097
(147,144,151)
#A8A5AA
(168,165,170)
#BDBABD
(189,186,189)
#D2CFD0
(210,207,208)
#E7E4E3
(231,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #151225; }

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

This text font color is #151225.

Background Color

.myBgColor { background-color: #151225; }

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

This div background color is #151225.

Border color

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

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

This div border color is #151225.

Opacity

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

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

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

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

This text has shadow with #151225 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #151225.

Preview

Color preview on black background

This text has color #151225 on black background.


Color preview on white background

This text has color #151225 on white background.


Black color preview on #151225 background

This text has black color on #151225 background.


White color preview on #151225 background

This text has white color on #151225 background.


Related colors

Complementary color

Complementary color for #hex is #EAEDDA.


I love getcolorcode.com

Triadic colors

1 #251512 and #122515 with #151225 are triadic colors.

2 #251215 and #121525 with #151225 are triadic colors.