COLOR #19504D

HEX: #19504D
RGB: (25,80,77)

Color info

#19504D contains red, green and blue colors in about the same proportion. Web safe color of #19504D is #006633 (or #063).

RGB color model

#19504D color RGB value is (25,80,77).

  • red value is 25;
  • green value is 80;
  • blue value is 77.
RGB:
(25,80,77)
(10%,31%,30%)

RGB channels and saturation

R 25 of 255 = 10%
G 80 of 255 = 31%
B 77 of 255 = 30%

25
80
77

R + G + B ~ 24%. #19504D is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 80 + 77 = 182 (100%)
R 25 of 182 ~ 13.74%
G 80 of 182 ~ 43.96%
B 77 of 182 ~ 42.31%

%13.74
%43.96
%42.31

CMYK color model

#19504D color CMYK value is (69,0,4,69).

  • cyan value is 68.75%
  • magenta value is 0.00%
  • yellow value is 3.75%
  • key color value is 68.63%
CMYK:
(69,0,4,69)
C69M0Y4K69 
(69%,0%,4%,69%)
(0.69/0.00/0.04/0.69)	

CMYK percentages

%68.75
%0
%3.75
%68.63

Codes

Color #19504D in popluar color models

19504D
RGB258077
HSL177°52.38%20.59%
HSB/HSV177°68.75%31.37%
CMYK68.75%0.00%3.75%
68.63%

Color #19504D in popluar number systems.

HEX19504D
Decimal258077
Binary1100110100001001101
Octal31120115

Shades and tints

Shades of #19504D

#19504D
(25,80,77)
#174946
(23,73,70)
#15423F
(21,66,63)
#133B38
(19,59,56)
#113431
(17,52,49)
#0F2D2A
(15,45,42)
#0D2623
(13,38,35)
#0B1F1C
(11,31,28)
#091815
(9,24,21)
#07110E
(7,17,14)
#050A07
(5,10,7)
#000000
(0,0,0)

Tints of #19504D

#19504D
(25,80,77)
#2D5F5D
(45,95,93)
#416E6D
(65,110,109)
#557D7D
(85,125,125)
#698C8D
(105,140,141)
#7D9B9D
(125,155,157)
#91AAAD
(145,170,173)
#A5B9BD
(165,185,189)
#B9C8CD
(185,200,205)
#CDD7DD
(205,215,221)
#E1E6ED
(225,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19504D color. Also use rgb(25,80,77) instead hex code.

Text Font Color

.myTextColor { color: #19504D; }

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

This text font color is #19504D.


Background Color

.myBgColor { background-color: #19504D; }

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

This div background color is #19504D.


Border color

.myBorderColor { border: 1px solid #19504D; }

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

This div border color is #19504D.


Opacity

.myOpacity80 { color: #19504D; opacity: 0.8; }

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

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

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

This text has shadow with #19504D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19504D on black background.


Color preview on white background

This text has color #19504D on white background.



Black color preview on #19504D background

This text has black color on #19504D background.


White color preview on #19504D background

This text has white color on #19504D background.