COLOR #193225

HEX: #193225
RGB: (25,50,37)

Color info

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

RGB color model

#193225 color RGB value is (25,50,37).

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

RGB channels and saturation

R 25 of 255 = 10%
G 50 of 255 = 20%
B 37 of 255 = 15%

25
50
37

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

Portions of RGB colors in percentages

R + G + B =
25 + 50 + 37 = 112 (100%)
R 25 of 112 ~ 22.32%
G 50 of 112 ~ 44.64%
B 37 of 112 ~ 33.04%

%22.32
%44.64
%33.04

CMYK color model

#193225 color CMYK value is (50,0,26,80).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 26.00%
  • key color value is 80.39%
CMYK:
(50,0,26,80)
C50M0Y26K80 
(50%,0%,26%,80%)
(0.50/0.00/0.26/0.80)	

CMYK percentages

%50
%0
%26
%80.39

Codes

Color #193225 in popluar color models

193225
RGB255037
HSL149°33.33%14.71%
HSB/HSV149°50.00%19.61%
CMYK50.00%0.00%26.00%
80.39%

Color #193225 in popluar number systems.

HEX193225
Decimal255037
Binary11001110010100101
Octal316245

Shades and tints

Shades of #193225

#193225
(25,50,37)
#172E22
(23,46,34)
#152A1F
(21,42,31)
#13261C
(19,38,28)
#112219
(17,34,25)
#0F1E16
(15,30,22)
#0D1A13
(13,26,19)
#0B1610
(11,22,16)
#09120D
(9,18,13)
#070E0A
(7,14,10)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #193225

#193225
(25,50,37)
#2D4438
(45,68,56)
#41564B
(65,86,75)
#55685E
(85,104,94)
#697A71
(105,122,113)
#7D8C84
(125,140,132)
#919E97
(145,158,151)
#A5B0AA
(165,176,170)
#B9C2BD
(185,194,189)
#CDD4D0
(205,212,208)
#E1E6E3
(225,230,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193225; }

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

This text font color is #193225.


Background Color

.myBgColor { background-color: #193225; }

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

This div background color is #193225.


Border color

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

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

This div border color is #193225.


Opacity

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

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

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

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

This text has shadow with #193225 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193225 on black background.


Color preview on white background

This text has color #193225 on white background.



Black color preview on #193225 background

This text has black color on #193225 background.


White color preview on #193225 background

This text has white color on #193225 background.