COLOR #193236

HEX: #193236
RGB: (25,50,54)

Color info

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

RGB color model

#193236 color RGB value is (25,50,54).

  • red value is 25;
  • green value is 50;
  • blue value is 54.
RGB:
(25,50,54)
(10%,20%,21%)

RGB channels and saturation

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

25
50
54

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

Portions of RGB colors in percentages

R + G + B =
25 + 50 + 54 = 129 (100%)
R 25 of 129 ~ 19.38%
G 50 of 129 ~ 38.76%
B 54 of 129 ~ 41.86%

%19.38
%38.76
%41.86

CMYK color model

#193236 color CMYK value is (54,7,0,79).

  • cyan value is 53.70%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 78.82%
CMYK:
(54,7,0,79)
C54M7Y0K79 
(54%,7%,0%,79%)
(0.54/0.07/0.00/0.79)	

CMYK percentages

%53.7
%7.41
%0
%78.82

Codes

Color #193236 in popluar color models

193236
RGB255054
HSL188°36.71%15.49%
HSB/HSV188°53.70%21.18%
CMYK53.70%7.41%0.00%
78.82%

Color #193236 in popluar number systems.

HEX193236
Decimal255054
Binary11001110010110110
Octal316266

Shades and tints

Shades of #193236

#193236
(25,50,54)
#172E32
(23,46,50)
#152A2E
(21,42,46)
#13262A
(19,38,42)
#112226
(17,34,38)
#0F1E22
(15,30,34)
#0D1A1E
(13,26,30)
#0B161A
(11,22,26)
#091216
(9,18,22)
#070E12
(7,14,18)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #193236

#193236
(25,50,54)
#2D4448
(45,68,72)
#41565A
(65,86,90)
#55686C
(85,104,108)
#697A7E
(105,122,126)
#7D8C90
(125,140,144)
#919EA2
(145,158,162)
#A5B0B4
(165,176,180)
#B9C2C6
(185,194,198)
#CDD4D8
(205,212,216)
#E1E6EA
(225,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193236; }

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

This text font color is #193236.


Background Color

.myBgColor { background-color: #193236; }

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

This div background color is #193236.


Border color

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

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

This div border color is #193236.


Opacity

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

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

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

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

This text has shadow with #193236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193236 on black background.


Color preview on white background

This text has color #193236 on white background.



Black color preview on #193236 background

This text has black color on #193236 background.


White color preview on #193236 background

This text has white color on #193236 background.