COLOR #193327

HEX: #193327
RGB: (25,51,39)

Color info

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

RGB color model

#193327 color RGB value is (25,51,39).

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

RGB channels and saturation

R 25 of 255 = 10%
G 51 of 255 = 20%
B 39 of 255 = 15%

25
51
39

R + G + B ~ 15%. #193327 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 51 + 39 = 115 (100%)
R 25 of 115 ~ 21.74%
G 51 of 115 ~ 44.35%
B 39 of 115 ~ 33.91%

%21.74
%44.35
%33.91

CMYK color model

#193327 color CMYK value is (51,0,24,80).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 23.53%
  • key color value is 80.00%
CMYK:
(51,0,24,80)
C51M0Y24K80 
(51%,0%,24%,80%)
(0.51/0.00/0.24/0.80)	

CMYK percentages

%50.98
%0
%23.53
%80

Codes

Color #193327 in popluar color models

193327
RGB255139
HSL152°34.21%14.90%
HSB/HSV152°50.98%20.00%
CMYK50.98%0.00%23.53%
80.00%

Color #193327 in popluar number systems.

HEX193327
Decimal255139
Binary11001110011100111
Octal316347

Shades and tints

Shades of #193327

#193327
(25,51,39)
#172F24
(23,47,36)
#152B21
(21,43,33)
#13271E
(19,39,30)
#11231B
(17,35,27)
#0F1F18
(15,31,24)
#0D1B15
(13,27,21)
#0B1712
(11,23,18)
#09130F
(9,19,15)
#070F0C
(7,15,12)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #193327

#193327
(25,51,39)
#2D453A
(45,69,58)
#41574D
(65,87,77)
#556960
(85,105,96)
#697B73
(105,123,115)
#7D8D86
(125,141,134)
#919F99
(145,159,153)
#A5B1AC
(165,177,172)
#B9C3BF
(185,195,191)
#CDD5D2
(205,213,210)
#E1E7E5
(225,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193327; }

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

This text font color is #193327.


Background Color

.myBgColor { background-color: #193327; }

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

This div background color is #193327.


Border color

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

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

This div border color is #193327.


Opacity

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

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

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

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

This text has shadow with #193327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193327 on black background.


Color preview on white background

This text has color #193327 on white background.



Black color preview on #193327 background

This text has black color on #193327 background.


White color preview on #193327 background

This text has white color on #193327 background.