COLOR #19553B

HEX: #19553B
RGB: (25,85,59)

Color info

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

RGB color model

#19553B color RGB value is (25,85,59).

  • red value is 25;
  • green value is 85;
  • blue value is 59.
RGB:
(25,85,59)
(10%,33%,23%)

RGB channels and saturation

R 25 of 255 = 10%
G 85 of 255 = 33%
B 59 of 255 = 23%

25
85
59

R + G + B ~ 22%. #19553B is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 85 + 59 = 169 (100%)
R 25 of 169 ~ 14.79%
G 85 of 169 ~ 50.3%
B 59 of 169 ~ 34.91%

%14.79
%50.3
%34.91

CMYK color model

#19553B color CMYK value is (71,0,31,67).

  • cyan value is 70.59%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 66.67%
CMYK:
(71,0,31,67)
C71M0Y31K67 
(71%,0%,31%,67%)
(0.71/0.00/0.31/0.67)	

CMYK percentages

%70.59
%0
%30.59
%66.67

Codes

Color #19553B in popluar color models

19553B
RGB258559
HSL154°54.55%21.57%
HSB/HSV154°70.59%33.33%
CMYK70.59%0.00%30.59%
66.67%

Color #19553B in popluar number systems.

HEX19553B
Decimal258559
Binary110011010101111011
Octal3112573

Shades and tints

Shades of #19553B

#19553B
(25,85,59)
#174E36
(23,78,54)
#154731
(21,71,49)
#13402C
(19,64,44)
#113927
(17,57,39)
#0F3222
(15,50,34)
#0D2B1D
(13,43,29)
#0B2418
(11,36,24)
#091D13
(9,29,19)
#07160E
(7,22,14)
#050F09
(5,15,9)
#000000
(0,0,0)

Tints of #19553B

#19553B
(25,85,59)
#2D644C
(45,100,76)
#41735D
(65,115,93)
#55826E
(85,130,110)
#69917F
(105,145,127)
#7DA090
(125,160,144)
#91AFA1
(145,175,161)
#A5BEB2
(165,190,178)
#B9CDC3
(185,205,195)
#CDDCD4
(205,220,212)
#E1EBE5
(225,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19553B color. Also use rgb(25,85,59) instead hex code.

Text Font Color

.myTextColor { color: #19553B; }

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

This text font color is #19553B.


Background Color

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

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

This div background color is #19553B.


Border color

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

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

This div border color is #19553B.


Opacity

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

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

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

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

This text has shadow with #19553B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19553B on black background.


Color preview on white background

This text has color #19553B on white background.



Black color preview on #19553B background

This text has black color on #19553B background.


White color preview on #19553B background

This text has white color on #19553B background.