COLOR #193334

HEX: #193334
RGB: (25,51,52)

Color info

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

RGB color model

#193334 color RGB value is (25,51,52).

  • red value is 25;
  • green value is 51;
  • blue value is 52.
RGB:
(25,51,52)
(10%,20%,20%)

RGB channels and saturation

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

25
51
52

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

Portions of RGB colors in percentages

R + G + B =
25 + 51 + 52 = 128 (100%)
R 25 of 128 ~ 19.53%
G 51 of 128 ~ 39.84%
B 52 of 128 ~ 40.63%

%19.53
%39.84
%40.63

CMYK color model

#193334 color CMYK value is (52,2,0,80).

  • cyan value is 51.92%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 79.61%
CMYK:
(52,2,0,80)
C52M2Y0K80 
(52%,2%,0%,80%)
(0.52/0.02/0.00/0.80)	

CMYK percentages

%51.92
%1.92
%0
%79.61

Codes

Color #193334 in popluar color models

193334
RGB255152
HSL182°35.06%15.10%
HSB/HSV182°51.92%20.39%
CMYK51.92%1.92%0.00%
79.61%

Color #193334 in popluar number systems.

HEX193334
Decimal255152
Binary11001110011110100
Octal316364

Shades and tints

Shades of #193334

#193334
(25,51,52)
#172F30
(23,47,48)
#152B2C
(21,43,44)
#132728
(19,39,40)
#112324
(17,35,36)
#0F1F20
(15,31,32)
#0D1B1C
(13,27,28)
#0B1718
(11,23,24)
#091314
(9,19,20)
#070F10
(7,15,16)
#050B0C
(5,11,12)
#000000
(0,0,0)

Tints of #193334

#193334
(25,51,52)
#2D4546
(45,69,70)
#415758
(65,87,88)
#55696A
(85,105,106)
#697B7C
(105,123,124)
#7D8D8E
(125,141,142)
#919FA0
(145,159,160)
#A5B1B2
(165,177,178)
#B9C3C4
(185,195,196)
#CDD5D6
(205,213,214)
#E1E7E8
(225,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193334; }

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

This text font color is #193334.


Background Color

.myBgColor { background-color: #193334; }

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

This div background color is #193334.


Border color

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

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

This div border color is #193334.


Opacity

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

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

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

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

This text has shadow with #193334 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193334 on black background.


Color preview on white background

This text has color #193334 on white background.



Black color preview on #193334 background

This text has black color on #193334 background.


White color preview on #193334 background

This text has white color on #193334 background.