COLOR #192327

HEX: #192327
RGB: (25,35,39)

Color info

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

RGB color model

#192327 color RGB value is (25,35,39).

  • red value is 25;
  • green value is 35;
  • blue value is 39.
RGB:
(25,35,39)
(10%,14%,15%)

RGB channels and saturation

R 25 of 255 = 10%
G 35 of 255 = 14%
B 39 of 255 = 15%

25
35
39

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

Portions of RGB colors in percentages

R + G + B =
25 + 35 + 39 = 99 (100%)
R 25 of 99 ~ 25.25%
G 35 of 99 ~ 35.35%
B 39 of 99 ~ 39.39%

%25.25
%35.35
%39.39

CMYK color model

#192327 color CMYK value is (36,10,0,85).

  • cyan value is 35.90%
  • magenta value is 10.26%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(36,10,0,85)
C36M10Y0K85 
(36%,10%,0%,85%)
(0.36/0.10/0.00/0.85)	

CMYK percentages

%35.9
%10.26
%0
%84.71

Codes

Color #192327 in popluar color models

192327
RGB253539
HSL197°21.88%12.55%
HSB/HSV197°35.90%15.29%
CMYK35.90%10.26%0.00%
84.71%

Color #192327 in popluar number systems.

HEX192327
Decimal253539
Binary11001100011100111
Octal314347

Shades and tints

Shades of #192327

#192327
(25,35,39)
#172024
(23,32,36)
#151D21
(21,29,33)
#131A1E
(19,26,30)
#11171B
(17,23,27)
#0F1418
(15,20,24)
#0D1115
(13,17,21)
#0B0E12
(11,14,18)
#090B0F
(9,11,15)
#07080C
(7,8,12)
#050509
(5,5,9)
#000000
(0,0,0)

Tints of #192327

#192327
(25,35,39)
#2D373A
(45,55,58)
#414B4D
(65,75,77)
#555F60
(85,95,96)
#697373
(105,115,115)
#7D8786
(125,135,134)
#919B99
(145,155,153)
#A5AFAC
(165,175,172)
#B9C3BF
(185,195,191)
#CDD7D2
(205,215,210)
#E1EBE5
(225,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #192327 color. Also use rgb(25,35,39) instead hex code.

Text Font Color

.myTextColor { color: #192327; }

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

This text font color is #192327.


Background Color

.myBgColor { background-color: #192327; }

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

This div background color is #192327.


Border color

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

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

This div border color is #192327.


Opacity

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

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

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

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

This text has shadow with #192327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #192327 on black background.


Color preview on white background

This text has color #192327 on white background.



Black color preview on #192327 background

This text has black color on #192327 background.


White color preview on #192327 background

This text has white color on #192327 background.