COLOR #18251F

HEX: #18251F
RGB: (24,37,31)

Color info

#18251F contains red, green and blue colors in about the same proportion. Web safe color of #18251F is #003333 (or #033).

RGB color model

#18251F color RGB value is (24,37,31).

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

RGB channels and saturation

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

24
37
31

R + G + B ~ 12%. #18251F is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 37 + 31 = 92 (100%)
R 24 of 92 ~ 26.09%
G 37 of 92 ~ 40.22%
B 31 of 92 ~ 33.7%

%26.09
%40.22
%33.7

CMYK color model

#18251F color CMYK value is (35,0,16,85).

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

CMYK percentages

%35.14
%0
%16.22
%85.49

Codes

Color #18251F in popluar color models

18251F
RGB243731
HSL152°21.31%11.96%
HSB/HSV152°35.14%14.51%
CMYK35.14%0.00%16.22%
85.49%

Color #18251F in popluar number systems.

HEX18251F
Decimal243731
Binary1100010010111111
Octal304537

Shades and tints

Shades of #18251F

#18251F
(24,37,31)
#16221D
(22,34,29)
#141F1B
(20,31,27)
#121C19
(18,28,25)
#101917
(16,25,23)
#0E1615
(14,22,21)
#0C1313
(12,19,19)
#0A1011
(10,16,17)
#080D0F
(8,13,15)
#060A0D
(6,10,13)
#04070B
(4,7,11)
#000000
(0,0,0)

Tints of #18251F

#18251F
(24,37,31)
#2D3833
(45,56,51)
#424B47
(66,75,71)
#575E5B
(87,94,91)
#6C716F
(108,113,111)
#818483
(129,132,131)
#969797
(150,151,151)
#ABAAAB
(171,170,171)
#C0BDBF
(192,189,191)
#D5D0D3
(213,208,211)
#EAE3E7
(234,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18251F; }

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

This text font color is #18251F.


Background Color

.myBgColor { background-color: #18251F; }

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

This div background color is #18251F.


Border color

.myBorderColor { border: 1px solid #18251F; }

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

This div border color is #18251F.


Opacity

.myOpacity80 { color: #18251F; opacity: 0.8; }

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

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

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

This text has shadow with #18251F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18251F on black background.


Color preview on white background

This text has color #18251F on white background.



Black color preview on #18251F background

This text has black color on #18251F background.


White color preview on #18251F background

This text has white color on #18251F background.