COLOR #193730

HEX: #193730
RGB: (25,55,48)

Color info

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

RGB color model

#193730 color RGB value is (25,55,48).

  • red value is 25;
  • green value is 55;
  • blue value is 48.
RGB:
(25,55,48)
(10%,22%,19%)

RGB channels and saturation

R 25 of 255 = 10%
G 55 of 255 = 22%
B 48 of 255 = 19%

25
55
48

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

Portions of RGB colors in percentages

R + G + B =
25 + 55 + 48 = 128 (100%)
R 25 of 128 ~ 19.53%
G 55 of 128 ~ 42.97%
B 48 of 128 ~ 37.5%

%19.53
%42.97
%37.5

CMYK color model

#193730 color CMYK value is (55,0,13,78).

  • cyan value is 54.55%
  • magenta value is 0.00%
  • yellow value is 12.73%
  • key color value is 78.43%
CMYK:
(55,0,13,78)
C55M0Y13K78 
(55%,0%,13%,78%)
(0.55/0.00/0.13/0.78)	

CMYK percentages

%54.55
%0
%12.73
%78.43

Codes

Color #193730 in popluar color models

193730
RGB255548
HSL166°37.50%15.69%
HSB/HSV166°54.55%21.57%
CMYK54.55%0.00%12.73%
78.43%

Color #193730 in popluar number systems.

HEX193730
Decimal255548
Binary11001110111110000
Octal316760

Shades and tints

Shades of #193730

#193730
(25,55,48)
#17322C
(23,50,44)
#152D28
(21,45,40)
#132824
(19,40,36)
#112320
(17,35,32)
#0F1E1C
(15,30,28)
#0D1918
(13,25,24)
#0B1414
(11,20,20)
#090F10
(9,15,16)
#070A0C
(7,10,12)
#050508
(5,5,8)
#000000
(0,0,0)

Tints of #193730

#193730
(25,55,48)
#2D4942
(45,73,66)
#415B54
(65,91,84)
#556D66
(85,109,102)
#697F78
(105,127,120)
#7D918A
(125,145,138)
#91A39C
(145,163,156)
#A5B5AE
(165,181,174)
#B9C7C0
(185,199,192)
#CDD9D2
(205,217,210)
#E1EBE4
(225,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193730 color. Also use rgb(25,55,48) instead hex code.

Text Font Color

.myTextColor { color: #193730; }

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

This text font color is #193730.


Background Color

.myBgColor { background-color: #193730; }

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

This div background color is #193730.


Border color

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

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

This div border color is #193730.


Opacity

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

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

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

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

This text has shadow with #193730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193730 on black background.


Color preview on white background

This text has color #193730 on white background.



Black color preview on #193730 background

This text has black color on #193730 background.


White color preview on #193730 background

This text has white color on #193730 background.