COLOR #19857D

HEX: #19857D
RGB: (25,133,125)

Color info

#19857D contains mainly green and blue colors. Web safe color of #19857D is #009966 (or #096).

RGB color model

#19857D color RGB value is (25,133,125).

  • red value is 25;
  • green value is 133;
  • blue value is 125.
RGB:
(25,133,125)
(10%,52%,49%)

RGB channels and saturation

R 25 of 255 = 10%
G 133 of 255 = 52%
B 125 of 255 = 49%

25
133
125

R + G + B ~ 37%. #19857D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 133 + 125 = 283 (100%)
R 25 of 283 ~ 8.83%
G 133 of 283 ~ 47%
B 125 of 283 ~ 44.17%

%47
%44.17

CMYK color model

#19857D color CMYK value is (81,0,6,48).

  • cyan value is 81.20%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 47.84%
CMYK:
(81,0,6,48)
C81M0Y6K48 
(81%,0%,6%,48%)
(0.81/0.00/0.06/0.48)	

CMYK percentages

%81.2
%0
%6.02
%47.84

Codes

Color #19857D in popluar color models

19857D
RGB25133125
HSL176°68.35%30.98%
HSB/HSV176°81.20%52.16%
CMYK81.20%0.00%6.02%
47.84%

Color #19857D in popluar number systems.

HEX19857D
Decimal25133125
Binary11001100001011111101
Octal31205175

Shades and tints

Shades of #19857D

#19857D
(25,133,125)
#177972
(23,121,114)
#156D67
(21,109,103)
#13615C
(19,97,92)
#115551
(17,85,81)
#0F4946
(15,73,70)
#0D3D3B
(13,61,59)
#0B3130
(11,49,48)
#092525
(9,37,37)
#07191A
(7,25,26)
#050D0F
(5,13,15)
#000000
(0,0,0)

Tints of #19857D

#19857D
(25,133,125)
#2D9088
(45,144,136)
#419B93
(65,155,147)
#55A69E
(85,166,158)
#69B1A9
(105,177,169)
#7DBCB4
(125,188,180)
#91C7BF
(145,199,191)
#A5D2CA
(165,210,202)
#B9DDD5
(185,221,213)
#CDE8E0
(205,232,224)
#E1F3EB
(225,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19857D color. Also use rgb(25,133,125) instead hex code.

Text Font Color

.myTextColor { color: #19857D; }

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

This text font color is #19857D.


Background Color

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

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

This div background color is #19857D.


Border color

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

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

This div border color is #19857D.


Opacity

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

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

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

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

This text has shadow with #19857D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19857D on black background.


Color preview on white background

This text has color #19857D on white background.



Black color preview on #19857D background

This text has black color on #19857D background.


White color preview on #19857D background

This text has white color on #19857D background.