COLOR #193332

HEX: #193332 RGB: (25,51,50)

Color info

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

RGB color model

#193332 color RGB value is (25,51,50).

RGB: (25,51,50) (10%, 20%, 20%)

RGB channels and saturation

R 25 of 255 = 10%
G 51 of 255 = 20%
B 50 of 255 = 20%

25
51
50

R + G + B ~ 17%. #193332 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 51 + 50 = 126 (100%)
R 25 of 126 ~ 19.84%
G 51 of 126 ~ 40.48%
B 50 of 126 ~ 39.68'%

%19.84
%40.48
%39.68

CMYK color model

#193332 color CMYK value is (51,0,2,80).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 80.00%

CMYK: (51,0,2,80)
C51M0Y2K80 (51%, 0%, 2%, 80%)
(0.51 / 0.00 / 0.02 / 0.80)

CMYK percentages

%50.98
%0
%1.96
%80

Codes

Color #193332 in popluar color models

19 33 32
RGB 25 51 50
HSL 178° 34.21% 14.90%
HSB/HSV 178° 50.98% 20.00%
CMYK 50.98% 0.00% 1.96%
80.00%

Color #193332 in popluar number systems.

HEX 19 33 32
Decimal 25 51 50
Binary 11001 110011 110010
Octal 31 63 62

Shades and tints

Shades of #193332

#193332
(25,51,50)
#172F2E
(23,47,46)
#152B2A
(21,43,42)
#132726
(19,39,38)
#112322
(17,35,34)
#0F1F1E
(15,31,30)
#0D1B1A
(13,27,26)
#0B1716
(11,23,22)
#091312
(9,19,18)
#070F0E
(7,15,14)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #193332

#193332
(25,51,50)
#2D4544
(45,69,68)
#415756
(65,87,86)
#556968
(85,105,104)
#697B7A
(105,123,122)
#7D8D8C
(125,141,140)
#919F9E
(145,159,158)
#A5B1B0
(165,177,176)
#B9C3C2
(185,195,194)
#CDD5D4
(205,213,212)
#E1E7E6
(225,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193332; }

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

This text font color is #193332.

Background Color

.myBgColor { background-color: #193332; }

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

This div background color is #193332.

Border color

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

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

This div border color is #193332.

Opacity

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

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

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

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

This text has shadow with #193332 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #193332.

Preview

Color preview on black background

This text has color #193332 on black background.


Color preview on white background

This text has color #193332 on white background.


Black color preview on #193332 background

This text has black color on #193332 background.


White color preview on #193332 background

This text has white color on #193332 background.


Related colors

Complementary color

Complementary color for #hex is #E6CCCD.


I love getcolorcode.com

Triadic colors

1 #321933 and #333219 with #193332 are triadic colors.

2 #323319 and #331932 with #193332 are triadic colors.