COLOR #181725

HEX: #181725
RGB: (24,23,37)

Color info

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

RGB color model

#181725 color RGB value is (24,23,37).

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

RGB channels and saturation

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

24
23
37

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

Portions of RGB colors in percentages

R + G + B =
24 + 23 + 37 = 84 (100%)
R 24 of 84 ~ 28.57%
G 23 of 84 ~ 27.38%
B 37 of 84 ~ 44.05%

%28.57
%27.38
%44.05

CMYK color model

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

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

CMYK percentages

%35.14
%37.84
%0
%85.49

Codes

Color #181725 in popluar color models

181725
RGB242337
HSL244°23.33%11.76%
HSB/HSV244°37.84%14.51%
CMYK35.14%37.84%0.00%
85.49%

Color #181725 in popluar number systems.

HEX181725
Decimal242337
Binary1100010111100101
Octal302745

Shades and tints

Shades of #181725

#181725
(24,23,37)
#161522
(22,21,34)
#14131F
(20,19,31)
#12111C
(18,17,28)
#100F19
(16,15,25)
#0E0D16
(14,13,22)
#0C0B13
(12,11,19)
#0A0910
(10,9,16)
#08070D
(8,7,13)
#06050A
(6,5,10)
#040307
(4,3,7)
#000000
(0,0,0)

Tints of #181725

#181725
(24,23,37)
#2D2C38
(45,44,56)
#42414B
(66,65,75)
#57565E
(87,86,94)
#6C6B71
(108,107,113)
#818084
(129,128,132)
#969597
(150,149,151)
#ABAAAA
(171,170,170)
#C0BFBD
(192,191,189)
#D5D4D0
(213,212,208)
#EAE9E3
(234,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #181725; }

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

This text font color is #181725.


Background Color

.myBgColor { background-color: #181725; }

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

This div background color is #181725.


Border color

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

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

This div border color is #181725.


Opacity

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

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

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

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

This text has shadow with #181725 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #181725 on black background.


Color preview on white background

This text has color #181725 on white background.



Black color preview on #181725 background

This text has black color on #181725 background.


White color preview on #181725 background

This text has white color on #181725 background.