COLOR #192825

HEX: #192825
RGB: (25,40,37)

Color info

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

RGB color model

#192825 color RGB value is (25,40,37).

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

RGB channels and saturation

R 25 of 255 = 10%
G 40 of 255 = 16%
B 37 of 255 = 15%

25
40
37

R + G + B ~ 14%. #192825 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 40 + 37 = 102 (100%)
R 25 of 102 ~ 24.51%
G 40 of 102 ~ 39.22%
B 37 of 102 ~ 36.27%

%24.51
%39.22
%36.27

CMYK color model

#192825 color CMYK value is (38,0,7,84).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 7.50%
  • key color value is 84.31%
CMYK:
(38,0,7,84)
C38M0Y7K84 
(38%,0%,7%,84%)
(0.38/0.00/0.07/0.84)	

CMYK percentages

%37.5
%0
%7.5
%84.31

Codes

Color #192825 in popluar color models

192825
RGB254037
HSL168°23.08%12.75%
HSB/HSV168°37.50%15.69%
CMYK37.50%0.00%7.50%
84.31%

Color #192825 in popluar number systems.

HEX192825
Decimal254037
Binary11001101000100101
Octal315045

Shades and tints

Shades of #192825

#192825
(25,40,37)
#172522
(23,37,34)
#15221F
(21,34,31)
#131F1C
(19,31,28)
#111C19
(17,28,25)
#0F1916
(15,25,22)
#0D1613
(13,22,19)
#0B1310
(11,19,16)
#09100D
(9,16,13)
#070D0A
(7,13,10)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #192825

#192825
(25,40,37)
#2D3B38
(45,59,56)
#414E4B
(65,78,75)
#55615E
(85,97,94)
#697471
(105,116,113)
#7D8784
(125,135,132)
#919A97
(145,154,151)
#A5ADAA
(165,173,170)
#B9C0BD
(185,192,189)
#CDD3D0
(205,211,208)
#E1E6E3
(225,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #192825; }

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

This text font color is #192825.


Background Color

.myBgColor { background-color: #192825; }

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

This div background color is #192825.


Border color

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

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

This div border color is #192825.


Opacity

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

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

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

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

This text has shadow with #192825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #192825 on black background.


Color preview on white background

This text has color #192825 on white background.



Black color preview on #192825 background

This text has black color on #192825 background.


White color preview on #192825 background

This text has white color on #192825 background.