COLOR #181525

HEX: #181525 RGB: (24,21,37)

Color info

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

RGB color model

#181525 color RGB value is (24,21,37).

RGB: (24,21,37) (9%, 8%, 15%)

RGB channels and saturation

R 24 of 255 = 9%
G 21 of 255 = 8%
B 37 of 255 = 15%

24
21
37

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

Portions of RGB colors in percentages

R + G + B = 24 + 21 + 37 = 82 (100%)
R 24 of 82 ~ 29.27%
G 21 of 82 ~ 25.61%
B 37 of 82 ~ 45.12'%

%29.27
%25.61
%45.12

CMYK color model

#181525 color CMYK value is (35,43,0,85).

  • cyan value is 35.14%
  • magenta value is 43.24%
  • yellow value is 0.00%
  • key color value is 85.49%
CMYK: (35,43,0,85) C35M43Y0K85 (35%,43%,0%,85%) (0.35/0.43/0.00/0.85) 

CMYK percentages

%35.14
%43.24
%0
%85.49

Codes

Color #181525 in popluar color models

18 15 25
RGB 24 21 37
HSL 251° 27.59% 11.37%
HSB/HSV 251° 43.24% 14.51%
CMYK 35.14% 43.24% 0.00%
85.49%

Color #181525 in popluar number systems.

HEX 18 15 25
Decimal 24 21 37
Binary 11000 10101 100101
Octal 30 25 45

Shades and tints

Shades of #181525

#181525
(24,21,37)
#161422
(22,20,34)
#14131F
(20,19,31)
#12121C
(18,18,28)
#101119
(16,17,25)
#0E1016
(14,16,22)
#0C0F13
(12,15,19)
#0A0E10
(10,14,16)
#080D0D
(8,13,13)
#060C0A
(6,12,10)
#040B07
(4,11,7)
#000000
(0,0,0)

Tints of #181525

#181525
(24,21,37)
#2D2A38
(45,42,56)
#423F4B
(66,63,75)
#57545E
(87,84,94)
#6C6971
(108,105,113)
#817E84
(129,126,132)
#969397
(150,147,151)
#ABA8AA
(171,168,170)
#C0BDBD
(192,189,189)
#D5D2D0
(213,210,208)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181525; }

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

This text font color is #181525.

Background Color

.myBgColor { background-color: #181525; }

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

This div background color is #181525.

Border color

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

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

This div border color is #181525.

Opacity

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

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

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

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

This text has shadow with #181525 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #181525.

Preview

Color preview on black background

This text has color #181525 on black background.


Color preview on white background

This text has color #181525 on white background.


Black color preview on #181525 background

This text has black color on #181525 background.


White color preview on #181525 background

This text has white color on #181525 background.


Related colors

Complementary color

Complementary color for #hex is #E7EADA.


I love getcolorcode.com

Triadic colors

1 #251815 and #152518 with #181525 are triadic colors.

2 #251518 and #151825 with #181525 are triadic colors.