COLOR #193D31

HEX: #193D31
RGB: (25,61,49)

Color info

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

RGB color model

#193D31 color RGB value is (25,61,49).

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

RGB channels and saturation

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

25
61
49

R + G + B ~ 18%. #193D31 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 61 + 49 = 135 (100%)
R 25 of 135 ~ 18.52%
G 61 of 135 ~ 45.19%
B 49 of 135 ~ 36.3%

%18.52
%45.19
%36.3

CMYK color model

#193D31 color CMYK value is (59,0,20,76).

  • cyan value is 59.02%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 76.08%
CMYK:
(59,0,20,76)
C59M0Y20K76 
(59%,0%,20%,76%)
(0.59/0.00/0.20/0.76)	

CMYK percentages

%59.02
%0
%19.67
%76.08

Codes

Color #193D31 in popluar color models

193D31
RGB256149
HSL160°41.86%16.86%
HSB/HSV160°59.02%23.92%
CMYK59.02%0.00%19.67%
76.08%

Color #193D31 in popluar number systems.

HEX193D31
Decimal256149
Binary11001111101110001
Octal317561

Shades and tints

Shades of #193D31

#193D31
(25,61,49)
#17382D
(23,56,45)
#153329
(21,51,41)
#132E25
(19,46,37)
#112921
(17,41,33)
#0F241D
(15,36,29)
#0D1F19
(13,31,25)
#0B1A15
(11,26,21)
#091511
(9,21,17)
#07100D
(7,16,13)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #193D31

#193D31
(25,61,49)
#2D4E43
(45,78,67)
#415F55
(65,95,85)
#557067
(85,112,103)
#698179
(105,129,121)
#7D928B
(125,146,139)
#91A39D
(145,163,157)
#A5B4AF
(165,180,175)
#B9C5C1
(185,197,193)
#CDD6D3
(205,214,211)
#E1E7E5
(225,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193D31; }

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

This text font color is #193D31.


Background Color

.myBgColor { background-color: #193D31; }

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

This div background color is #193D31.


Border color

.myBorderColor { border: 1px solid #193D31; }

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

This div border color is #193D31.


Opacity

.myOpacity80 { color: #193D31; opacity: 0.8; }

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

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

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

This text has shadow with #193D31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193D31 on black background.


Color preview on white background

This text has color #193D31 on white background.



Black color preview on #193D31 background

This text has black color on #193D31 background.


White color preview on #193D31 background

This text has white color on #193D31 background.