COLOR #182925

HEX: #182925
RGB: (24,41,37)

Color info

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

RGB color model

#182925 color RGB value is (24,41,37).

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

RGB channels and saturation

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

24
41
37

R + G + B ~ 13%. #182925 is dark color.

Portions of RGB colors in percentages

R + G + B =
24 + 41 + 37 = 102 (100%)
R 24 of 102 ~ 23.53%
G 41 of 102 ~ 40.2%
B 37 of 102 ~ 36.27%

%23.53
%40.2
%36.27

CMYK color model

#182925 color CMYK value is (41,0,10,84).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 83.92%
CMYK:
(41,0,10,84)
C41M0Y10K84 
(41%,0%,10%,84%)
(0.41/0.00/0.10/0.84)	

CMYK percentages

%41.46
%0
%9.76
%83.92

Codes

Color #182925 in popluar color models

182925
RGB244137
HSL166°26.15%12.75%
HSB/HSV166°41.46%16.08%
CMYK41.46%0.00%9.76%
83.92%

Color #182925 in popluar number systems.

HEX182925
Decimal244137
Binary11000101001100101
Octal305145

Shades and tints

Shades of #182925

#182925
(24,41,37)
#162622
(22,38,34)
#14231F
(20,35,31)
#12201C
(18,32,28)
#101D19
(16,29,25)
#0E1A16
(14,26,22)
#0C1713
(12,23,19)
#0A1410
(10,20,16)
#08110D
(8,17,13)
#060E0A
(6,14,10)
#040B07
(4,11,7)
#000000
(0,0,0)

Tints of #182925

#182925
(24,41,37)
#2D3C38
(45,60,56)
#424F4B
(66,79,75)
#57625E
(87,98,94)
#6C7571
(108,117,113)
#818884
(129,136,132)
#969B97
(150,155,151)
#ABAEAA
(171,174,170)
#C0C1BD
(192,193,189)
#D5D4D0
(213,212,208)
#EAE7E3
(234,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #182925; }

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

This text font color is #182925.


Background Color

.myBgColor { background-color: #182925; }

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

This div background color is #182925.


Border color

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

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

This div border color is #182925.


Opacity

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

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

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

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

This text has shadow with #182925 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #182925 on black background.


Color preview on white background

This text has color #182925 on white background.



Black color preview on #182925 background

This text has black color on #182925 background.


White color preview on #182925 background

This text has white color on #182925 background.