COLOR #19584C

HEX: #19584C
RGB: (25,88,76)

Color info

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

RGB color model

#19584C color RGB value is (25,88,76).

  • red value is 25;
  • green value is 88;
  • blue value is 76.
RGB:
(25,88,76)
(10%,35%,30%)

RGB channels and saturation

R 25 of 255 = 10%
G 88 of 255 = 35%
B 76 of 255 = 30%

25
88
76

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

Portions of RGB colors in percentages

R + G + B =
25 + 88 + 76 = 189 (100%)
R 25 of 189 ~ 13.23%
G 88 of 189 ~ 46.56%
B 76 of 189 ~ 40.21%

%13.23
%46.56
%40.21

CMYK color model

#19584C color CMYK value is (72,0,14,65).

  • cyan value is 71.59%
  • magenta value is 0.00%
  • yellow value is 13.64%
  • key color value is 65.49%
CMYK:
(72,0,14,65)
C72M0Y14K65 
(72%,0%,14%,65%)
(0.72/0.00/0.14/0.65)	

CMYK percentages

%71.59
%0
%13.64
%65.49

Codes

Color #19584C in popluar color models

19584C
RGB258876
HSL169°55.75%22.16%
HSB/HSV169°71.59%34.51%
CMYK71.59%0.00%13.64%
65.49%

Color #19584C in popluar number systems.

HEX19584C
Decimal258876
Binary1100110110001001100
Octal31130114

Shades and tints

Shades of #19584C

#19584C
(25,88,76)
#175046
(23,80,70)
#154840
(21,72,64)
#13403A
(19,64,58)
#113834
(17,56,52)
#0F302E
(15,48,46)
#0D2828
(13,40,40)
#0B2022
(11,32,34)
#09181C
(9,24,28)
#071016
(7,16,22)
#050810
(5,8,16)
#000000
(0,0,0)

Tints of #19584C

#19584C
(25,88,76)
#2D675C
(45,103,92)
#41766C
(65,118,108)
#55857C
(85,133,124)
#69948C
(105,148,140)
#7DA39C
(125,163,156)
#91B2AC
(145,178,172)
#A5C1BC
(165,193,188)
#B9D0CC
(185,208,204)
#CDDFDC
(205,223,220)
#E1EEEC
(225,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19584C color. Also use rgb(25,88,76) instead hex code.

Text Font Color

.myTextColor { color: #19584C; }

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

This text font color is #19584C.


Background Color

.myBgColor { background-color: #19584C; }

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

This div background color is #19584C.


Border color

.myBorderColor { border: 1px solid #19584C; }

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

This div border color is #19584C.


Opacity

.myOpacity80 { color: #19584C; opacity: 0.8; }

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

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

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

This text has shadow with #19584C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19584C on black background.


Color preview on white background

This text has color #19584C on white background.



Black color preview on #19584C background

This text has black color on #19584C background.


White color preview on #19584C background

This text has white color on #19584C background.