COLOR #193228

HEX: #193228
RGB: (25,50,40)

Color info

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

RGB color model

#193228 color RGB value is (25,50,40).

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

RGB channels and saturation

R 25 of 255 = 10%
G 50 of 255 = 20%
B 40 of 255 = 16%

25
50
40

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

Portions of RGB colors in percentages

R + G + B =
25 + 50 + 40 = 115 (100%)
R 25 of 115 ~ 21.74%
G 50 of 115 ~ 43.48%
B 40 of 115 ~ 34.78%

%21.74
%43.48
%34.78

CMYK color model

#193228 color CMYK value is (50,0,20,80).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 80.39%
CMYK:
(50,0,20,80)
C50M0Y20K80 
(50%,0%,20%,80%)
(0.50/0.00/0.20/0.80)	

CMYK percentages

%50
%0
%20
%80.39

Codes

Color #193228 in popluar color models

193228
RGB255040
HSL156°33.33%14.71%
HSB/HSV156°50.00%19.61%
CMYK50.00%0.00%20.00%
80.39%

Color #193228 in popluar number systems.

HEX193228
Decimal255040
Binary11001110010101000
Octal316250

Shades and tints

Shades of #193228

#193228
(25,50,40)
#172E25
(23,46,37)
#152A22
(21,42,34)
#13261F
(19,38,31)
#11221C
(17,34,28)
#0F1E19
(15,30,25)
#0D1A16
(13,26,22)
#0B1613
(11,22,19)
#091210
(9,18,16)
#070E0D
(7,14,13)
#050A0A
(5,10,10)
#000000
(0,0,0)

Tints of #193228

#193228
(25,50,40)
#2D443B
(45,68,59)
#41564E
(65,86,78)
#556861
(85,104,97)
#697A74
(105,122,116)
#7D8C87
(125,140,135)
#919E9A
(145,158,154)
#A5B0AD
(165,176,173)
#B9C2C0
(185,194,192)
#CDD4D3
(205,212,211)
#E1E6E6
(225,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193228; }

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

This text font color is #193228.


Background Color

.myBgColor { background-color: #193228; }

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

This div background color is #193228.


Border color

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

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

This div border color is #193228.


Opacity

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

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

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

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

This text has shadow with #193228 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193228 on black background.


Color preview on white background

This text has color #193228 on white background.



Black color preview on #193228 background

This text has black color on #193228 background.


White color preview on #193228 background

This text has white color on #193228 background.