COLOR #193031

HEX: #193031
RGB: (25,48,49)

Color info

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

RGB color model

#193031 color RGB value is (25,48,49).

  • red value is 25;
  • green value is 48;
  • blue value is 49.
RGB:
(25,48,49)
(10%,19%,19%)

RGB channels and saturation

R 25 of 255 = 10%
G 48 of 255 = 19%
B 49 of 255 = 19%

25
48
49

R + G + B ~ 16%. #193031 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 48 + 49 = 122 (100%)
R 25 of 122 ~ 20.49%
G 48 of 122 ~ 39.34%
B 49 of 122 ~ 40.16%

%20.49
%39.34
%40.16

CMYK color model

#193031 color CMYK value is (49,2,0,81).

  • cyan value is 48.98%
  • magenta value is 2.04%
  • yellow value is 0.00%
  • key color value is 80.78%
CMYK:
(49,2,0,81)
C49M2Y0K81 
(49%,2%,0%,81%)
(0.49/0.02/0.00/0.81)	

CMYK percentages

%48.98
%2.04
%0
%80.78

Codes

Color #193031 in popluar color models

193031
RGB254849
HSL183°32.43%14.51%
HSB/HSV183°48.98%19.22%
CMYK48.98%2.04%0.00%
80.78%

Color #193031 in popluar number systems.

HEX193031
Decimal254849
Binary11001110000110001
Octal316061

Shades and tints

Shades of #193031

#193031
(25,48,49)
#172C2D
(23,44,45)
#152829
(21,40,41)
#132425
(19,36,37)
#112021
(17,32,33)
#0F1C1D
(15,28,29)
#0D1819
(13,24,25)
#0B1415
(11,20,21)
#091011
(9,16,17)
#070C0D
(7,12,13)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #193031

#193031
(25,48,49)
#2D4243
(45,66,67)
#415455
(65,84,85)
#556667
(85,102,103)
#697879
(105,120,121)
#7D8A8B
(125,138,139)
#919C9D
(145,156,157)
#A5AEAF
(165,174,175)
#B9C0C1
(185,192,193)
#CDD2D3
(205,210,211)
#E1E4E5
(225,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193031 color. Also use rgb(25,48,49) instead hex code.

Text Font Color

.myTextColor { color: #193031; }

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

This text font color is #193031.


Background Color

.myBgColor { background-color: #193031; }

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

This div background color is #193031.


Border color

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

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

This div border color is #193031.


Opacity

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

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

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

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

This text has shadow with #193031 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193031 on black background.


Color preview on white background

This text has color #193031 on white background.



Black color preview on #193031 background

This text has black color on #193031 background.


White color preview on #193031 background

This text has white color on #193031 background.