COLOR #193540

HEX: #193540 RGB: (25,53,64)

Color info

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

RGB color model

#193540 color RGB value is (25,53,64).

RGB: (25,53,64) (10%, 21%, 25%)

RGB channels and saturation

R 25 of 255 = 10%
G 53 of 255 = 21%
B 64 of 255 = 25%

25
53
64

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

Portions of RGB colors in percentages

R + G + B = 25 + 53 + 64 = 142 (100%)
R 25 of 142 ~ 17.61%
G 53 of 142 ~ 37.32%
B 64 of 142 ~ 45.07'%

%17.61
%37.32
%45.07

CMYK color model

#193540 color CMYK value is (61,17,0,75).

  • cyan value is 60.94%
  • magenta value is 17.19%
  • yellow value is 0.00%
  • key color value is 74.90%

CMYK: (61,17,0,75)
C61M17Y0K75 (61%, 17%, 0%, 75%)
(0.61 / 0.17 / 0.00 / 0.75)

CMYK percentages

%60.94
%17.19
%0
%74.9

Codes

Color #193540 in popluar color models

19 35 40
RGB 25 53 64
HSL 197° 43.82% 17.45%
HSB/HSV 197° 60.94% 25.10%
CMYK 60.94% 17.19% 0.00%
74.90%

Color #193540 in popluar number systems.

HEX 19 35 40
Decimal 25 53 64
Binary 11001 110101 1000000
Octal 31 65 100

Shades and tints

Shades of #193540

#193540
(25,53,64)
#17313B
(23,49,59)
#152D36
(21,45,54)
#132931
(19,41,49)
#11252C
(17,37,44)
#0F2127
(15,33,39)
#0D1D22
(13,29,34)
#0B191D
(11,25,29)
#091518
(9,21,24)
#071113
(7,17,19)
#050D0E
(5,13,14)
#000000
(0,0,0)

Tints of #193540

#193540
(25,53,64)
#2D4751
(45,71,81)
#415962
(65,89,98)
#556B73
(85,107,115)
#697D84
(105,125,132)
#7D8F95
(125,143,149)
#91A1A6
(145,161,166)
#A5B3B7
(165,179,183)
#B9C5C8
(185,197,200)
#CDD7D9
(205,215,217)
#E1E9EA
(225,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193540; }

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

This text font color is #193540.

Background Color

.myBgColor { background-color: #193540; }

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

This div background color is #193540.

Border color

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

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

This div border color is #193540.

Opacity

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

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

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

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

This text has shadow with #193540 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #193540.

Preview

Color preview on black background

This text has color #193540 on black background.


Color preview on white background

This text has color #193540 on white background.


Black color preview on #193540 background

This text has black color on #193540 background.


White color preview on #193540 background

This text has white color on #193540 background.


Related colors

Complementary color

Complementary color for #hex is #E6CABF.


I love getcolorcode.com

Triadic colors

1 #401935 and #354019 with #193540 are triadic colors.

2 #403519 and #351940 with #193540 are triadic colors.