COLOR #193235

HEX: #193235 RGB: (25,50,53)

Color info

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

RGB color model

#193235 color RGB value is (25,50,53).

RGB: (25,50,53) (10%, 20%, 21%)

RGB channels and saturation

R 25 of 255 = 10%
G 50 of 255 = 20%
B 53 of 255 = 21%

25
50
53

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

Portions of RGB colors in percentages

R + G + B = 25 + 50 + 53 = 128 (100%)
R 25 of 128 ~ 19.53%
G 50 of 128 ~ 39.06%
B 53 of 128 ~ 41.41'%

%19.53
%39.06
%41.41

CMYK color model

#193235 color CMYK value is (53,6,0,79).

  • cyan value is 52.83%
  • magenta value is 5.66%
  • yellow value is 0.00%
  • key color value is 79.22%

CMYK: (53,6,0,79)
C53M6Y0K79 (53%, 6%, 0%, 79%)
(0.53 / 0.06 / 0.00 / 0.79)

CMYK percentages

%52.83
%5.66
%0
%79.22

Codes

Color #193235 in popluar color models

19 32 35
RGB 25 50 53
HSL 186° 35.90% 15.29%
HSB/HSV 186° 52.83% 20.78%
CMYK 52.83% 5.66% 0.00%
79.22%

Color #193235 in popluar number systems.

HEX 19 32 35
Decimal 25 50 53
Binary 11001 110010 110101
Octal 31 62 65

Shades and tints

Shades of #193235

#193235
(25,50,53)
#172E31
(23,46,49)
#152A2D
(21,42,45)
#132629
(19,38,41)
#112225
(17,34,37)
#0F1E21
(15,30,33)
#0D1A1D
(13,26,29)
#0B1619
(11,22,25)
#091215
(9,18,21)
#070E11
(7,14,17)
#050A0D
(5,10,13)
#000000
(0,0,0)

Tints of #193235

#193235
(25,50,53)
#2D4447
(45,68,71)
#415659
(65,86,89)
#55686B
(85,104,107)
#697A7D
(105,122,125)
#7D8C8F
(125,140,143)
#919EA1
(145,158,161)
#A5B0B3
(165,176,179)
#B9C2C5
(185,194,197)
#CDD4D7
(205,212,215)
#E1E6E9
(225,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193235; }

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

This text font color is #193235.

Background Color

.myBgColor { background-color: #193235; }

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

This div background color is #193235.

Border color

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

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

This div border color is #193235.

Opacity

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

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

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

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

This text has shadow with #193235 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #193235.

Preview

Color preview on black background

This text has color #193235 on black background.


Color preview on white background

This text has color #193235 on white background.


Black color preview on #193235 background

This text has black color on #193235 background.


White color preview on #193235 background

This text has white color on #193235 background.


Related colors

Complementary color

Complementary color for #hex is #E6CDCA.


I love getcolorcode.com

Triadic colors

1 #351932 and #323519 with #193235 are triadic colors.

2 #353219 and #321935 with #193235 are triadic colors.