COLOR #181925

HEX: #181925
RGB: (24,25,37)

Color info

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

RGB color model

#181925 color RGB value is (24,25,37).

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

RGB channels and saturation

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

24
25
37

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

Portions of RGB colors in percentages

R + G + B =
24 + 25 + 37 = 86 (100%)
R 24 of 86 ~ 27.91%
G 25 of 86 ~ 29.07%
B 37 of 86 ~ 43.02%

%27.91
%29.07
%43.02

CMYK color model

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

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

CMYK percentages

%35.14
%32.43
%0
%85.49

Codes

Color #181925 in popluar color models

181925
RGB242537
HSL235°21.31%11.96%
HSB/HSV235°35.14%14.51%
CMYK35.14%32.43%0.00%
85.49%

Color #181925 in popluar number systems.

HEX181925
Decimal242537
Binary1100011001100101
Octal303145

Shades and tints

Shades of #181925

#181925
(24,25,37)
#161722
(22,23,34)
#14151F
(20,21,31)
#12131C
(18,19,28)
#101119
(16,17,25)
#0E0F16
(14,15,22)
#0C0D13
(12,13,19)
#0A0B10
(10,11,16)
#08090D
(8,9,13)
#06070A
(6,7,10)
#040507
(4,5,7)
#000000
(0,0,0)

Tints of #181925

#181925
(24,25,37)
#2D2D38
(45,45,56)
#42414B
(66,65,75)
#57555E
(87,85,94)
#6C6971
(108,105,113)
#817D84
(129,125,132)
#969197
(150,145,151)
#ABA5AA
(171,165,170)
#C0B9BD
(192,185,189)
#D5CDD0
(213,205,208)
#EAE1E3
(234,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181925; }

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

This text font color is #181925.


Background Color

.myBgColor { background-color: #181925; }

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

This div background color is #181925.


Border color

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

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

This div border color is #181925.


Opacity

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

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

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

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

This text has shadow with #181925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181925 on black background.


Color preview on white background

This text has color #181925 on white background.



Black color preview on #181925 background

This text has black color on #181925 background.


White color preview on #181925 background

This text has white color on #181925 background.