COLOR #19594B

HEX: #19594B
RGB: (25,89,75)

Color info

#19594B contains mainly green and blue colors. Web safe color of #19594B is #006633 (or #063).

RGB color model

#19594B color RGB value is (25,89,75).

  • red value is 25;
  • green value is 89;
  • blue value is 75.
RGB:
(25,89,75)
(10%,35%,29%)

RGB channels and saturation

R 25 of 255 = 10%
G 89 of 255 = 35%
B 75 of 255 = 29%

25
89
75

R + G + B ~ 25%. #19594B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 89 + 75 = 189 (100%)
R 25 of 189 ~ 13.23%
G 89 of 189 ~ 47.09%
B 75 of 189 ~ 39.68%

%13.23
%47.09
%39.68

CMYK color model

#19594B color CMYK value is (72,0,16,65).

  • cyan value is 71.91%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 65.10%
CMYK:
(72,0,16,65)
C72M0Y16K65 
(72%,0%,16%,65%)
(0.72/0.00/0.16/0.65)	

CMYK percentages

%71.91
%0
%15.73
%65.1

Codes

Color #19594B in popluar color models

19594B
RGB258975
HSL167°56.14%22.35%
HSB/HSV167°71.91%34.90%
CMYK71.91%0.00%15.73%
65.10%

Color #19594B in popluar number systems.

HEX19594B
Decimal258975
Binary1100110110011001011
Octal31131113

Shades and tints

Shades of #19594B

#19594B
(25,89,75)
#175145
(23,81,69)
#15493F
(21,73,63)
#134139
(19,65,57)
#113933
(17,57,51)
#0F312D
(15,49,45)
#0D2927
(13,41,39)
#0B2121
(11,33,33)
#09191B
(9,25,27)
#071115
(7,17,21)
#05090F
(5,9,15)
#000000
(0,0,0)

Tints of #19594B

#19594B
(25,89,75)
#2D685B
(45,104,91)
#41776B
(65,119,107)
#55867B
(85,134,123)
#69958B
(105,149,139)
#7DA49B
(125,164,155)
#91B3AB
(145,179,171)
#A5C2BB
(165,194,187)
#B9D1CB
(185,209,203)
#CDE0DB
(205,224,219)
#E1EFEB
(225,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19594B color. Also use rgb(25,89,75) instead hex code.

Text Font Color

.myTextColor { color: #19594B; }

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

This text font color is #19594B.


Background Color

.myBgColor { background-color: #19594B; }

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

This div background color is #19594B.


Border color

.myBorderColor { border: 1px solid #19594B; }

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

This div border color is #19594B.


Opacity

.myOpacity80 { color: #19594B; opacity: 0.8; }

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

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

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

This text has shadow with #19594B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19594B on black background.


Color preview on white background

This text has color #19594B on white background.



Black color preview on #19594B background

This text has black color on #19594B background.


White color preview on #19594B background

This text has white color on #19594B background.