COLOR #193131

HEX: #193131
RGB: (25,49,49)

Color info

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

RGB color model

#193131 color RGB value is (25,49,49).

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

RGB channels and saturation

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

25
49
49

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

Portions of RGB colors in percentages

R + G + B =
25 + 49 + 49 = 123 (100%)
R 25 of 123 ~ 20.33%
G 49 of 123 ~ 39.84%
B 49 of 123 ~ 39.84%

%20.33
%39.84
%39.84

CMYK color model

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

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

CMYK percentages

%48.98
%0
%0
%80.78

Codes

Color #193131 in popluar color models

193131
RGB254949
HSL180°32.43%14.51%
HSB/HSV180°48.98%19.22%
CMYK48.98%0.00%0.00%
80.78%

Color #193131 in popluar number systems.

HEX193131
Decimal254949
Binary11001110001110001
Octal316161

Shades and tints

Shades of #193131

#193131
(25,49,49)
#172D2D
(23,45,45)
#152929
(21,41,41)
#132525
(19,37,37)
#112121
(17,33,33)
#0F1D1D
(15,29,29)
#0D1919
(13,25,25)
#0B1515
(11,21,21)
#091111
(9,17,17)
#070D0D
(7,13,13)
#050909
(5,9,9)
#000000
(0,0,0)

Tints of #193131

#193131
(25,49,49)
#2D4343
(45,67,67)
#415555
(65,85,85)
#556767
(85,103,103)
#697979
(105,121,121)
#7D8B8B
(125,139,139)
#919D9D
(145,157,157)
#A5AFAF
(165,175,175)
#B9C1C1
(185,193,193)
#CDD3D3
(205,211,211)
#E1E5E5
(225,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193131; }

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

This text font color is #193131.


Background Color

.myBgColor { background-color: #193131; }

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

This div background color is #193131.


Border color

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

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

This div border color is #193131.


Opacity

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

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

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

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

This text has shadow with #193131 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193131 on black background.


Color preview on white background

This text has color #193131 on white background.



Black color preview on #193131 background

This text has black color on #193131 background.


White color preview on #193131 background

This text has white color on #193131 background.