COLOR #181825

HEX: #181825
RGB: (24,24,37)

Color info

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

RGB color model

#181825 color RGB value is (24,24,37).

  • red value is 24;
  • green value is 24;
  • blue value is 37.
RGB:
(24,24,37)
(9%,9%,15%)

RGB channels and saturation

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

24
24
37

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

Portions of RGB colors in percentages

R + G + B =
24 + 24 + 37 = 85 (100%)
R 24 of 85 ~ 28.24%
G 24 of 85 ~ 28.24%
B 37 of 85 ~ 43.53%

%28.24
%28.24
%43.53

CMYK color model

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

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

CMYK percentages

%35.14
%35.14
%0
%85.49

Codes

Color #181825 in popluar color models

181825
RGB242437
HSL240°21.31%11.96%
HSB/HSV240°35.14%14.51%
CMYK35.14%35.14%0.00%
85.49%

Color #181825 in popluar number systems.

HEX181825
Decimal242437
Binary1100011000100101
Octal303045

Shades and tints

Shades of #181825

#181825
(24,24,37)
#161622
(22,22,34)
#14141F
(20,20,31)
#12121C
(18,18,28)
#101019
(16,16,25)
#0E0E16
(14,14,22)
#0C0C13
(12,12,19)
#0A0A10
(10,10,16)
#08080D
(8,8,13)
#06060A
(6,6,10)
#040407
(4,4,7)
#000000
(0,0,0)

Tints of #181825

#181825
(24,24,37)
#2D2D38
(45,45,56)
#42424B
(66,66,75)
#57575E
(87,87,94)
#6C6C71
(108,108,113)
#818184
(129,129,132)
#969697
(150,150,151)
#ABABAA
(171,171,170)
#C0C0BD
(192,192,189)
#D5D5D0
(213,213,208)
#EAEAE3
(234,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181825; }

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

This text font color is #181825.


Background Color

.myBgColor { background-color: #181825; }

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

This div background color is #181825.


Border color

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

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

This div border color is #181825.


Opacity

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

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

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

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

This text has shadow with #181825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181825 on black background.


Color preview on white background

This text has color #181825 on white background.



Black color preview on #181825 background

This text has black color on #181825 background.


White color preview on #181825 background

This text has white color on #181825 background.