COLOR #193740

HEX: #193740
RGB: (25,55,64)

Color info

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

RGB color model

#193740 color RGB value is (25,55,64).

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

RGB channels and saturation

R 25 of 255 = 10%
G 55 of 255 = 22%
B 64 of 255 = 25%

25
55
64

R + G + B ~ 19%. #193740 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 55 + 64 = 144 (100%)
R 25 of 144 ~ 17.36%
G 55 of 144 ~ 38.19%
B 64 of 144 ~ 44.44%

%17.36
%38.19
%44.44

CMYK color model

#193740 color CMYK value is (61,14,0,75).

  • cyan value is 60.94%
  • magenta value is 14.06%
  • yellow value is 0.00%
  • key color value is 74.90%
CMYK:
(61,14,0,75)
C61M14Y0K75 
(61%,14%,0%,75%)
(0.61/0.14/0.00/0.75)	

CMYK percentages

%60.94
%14.06
%0
%74.9

Codes

Color #193740 in popluar color models

193740
RGB255564
HSL194°43.82%17.45%
HSB/HSV194°60.94%25.10%
CMYK60.94%14.06%0.00%
74.90%

Color #193740 in popluar number systems.

HEX193740
Decimal255564
Binary110011101111000000
Octal3167100

Shades and tints

Shades of #193740

#193740
(25,55,64)
#17323B
(23,50,59)
#152D36
(21,45,54)
#132831
(19,40,49)
#11232C
(17,35,44)
#0F1E27
(15,30,39)
#0D1922
(13,25,34)
#0B141D
(11,20,29)
#090F18
(9,15,24)
#070A13
(7,10,19)
#05050E
(5,5,14)
#000000
(0,0,0)

Tints of #193740

#193740
(25,55,64)
#2D4951
(45,73,81)
#415B62
(65,91,98)
#556D73
(85,109,115)
#697F84
(105,127,132)
#7D9195
(125,145,149)
#91A3A6
(145,163,166)
#A5B5B7
(165,181,183)
#B9C7C8
(185,199,200)
#CDD9D9
(205,217,217)
#E1EBEA
(225,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193740; }

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

This text font color is #193740.


Background Color

.myBgColor { background-color: #193740; }

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

This div background color is #193740.


Border color

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

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

This div border color is #193740.


Opacity

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

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

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

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

This text has shadow with #193740 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193740 on black background.


Color preview on white background

This text has color #193740 on white background.



Black color preview on #193740 background

This text has black color on #193740 background.


White color preview on #193740 background

This text has white color on #193740 background.