COLOR #19683D

HEX: #19683D
RGB: (25,104,61)

Color info

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

RGB color model

#19683D color RGB value is (25,104,61).

  • red value is 25;
  • green value is 104;
  • blue value is 61.
RGB:
(25,104,61)
(10%,41%,24%)

RGB channels and saturation

R 25 of 255 = 10%
G 104 of 255 = 41%
B 61 of 255 = 24%

25
104
61

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

Portions of RGB colors in percentages

R + G + B =
25 + 104 + 61 = 190 (100%)
R 25 of 190 ~ 13.16%
G 104 of 190 ~ 54.74%
B 61 of 190 ~ 32.11%

%13.16
%54.74
%32.11

CMYK color model

#19683D color CMYK value is (76,0,41,59).

  • cyan value is 75.96%
  • magenta value is 0.00%
  • yellow value is 41.35%
  • key color value is 59.22%
CMYK:
(76,0,41,59)
C76M0Y41K59 
(76%,0%,41%,59%)
(0.76/0.00/0.41/0.59)	

CMYK percentages

%75.96
%0
%41.35
%59.22

Codes

Color #19683D in popluar color models

19683D
RGB2510461
HSL147°61.24%25.29%
HSB/HSV147°75.96%40.78%
CMYK75.96%0.00%41.35%
59.22%

Color #19683D in popluar number systems.

HEX19683D
Decimal2510461
Binary110011101000111101
Octal3115075

Shades and tints

Shades of #19683D

#19683D
(25,104,61)
#175F38
(23,95,56)
#155633
(21,86,51)
#134D2E
(19,77,46)
#114429
(17,68,41)
#0F3B24
(15,59,36)
#0D321F
(13,50,31)
#0B291A
(11,41,26)
#092015
(9,32,21)
#071710
(7,23,16)
#050E0B
(5,14,11)
#000000
(0,0,0)

Tints of #19683D

#19683D
(25,104,61)
#2D754E
(45,117,78)
#41825F
(65,130,95)
#558F70
(85,143,112)
#699C81
(105,156,129)
#7DA992
(125,169,146)
#91B6A3
(145,182,163)
#A5C3B4
(165,195,180)
#B9D0C5
(185,208,197)
#CDDDD6
(205,221,214)
#E1EAE7
(225,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19683D color. Also use rgb(25,104,61) instead hex code.

Text Font Color

.myTextColor { color: #19683D; }

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

This text font color is #19683D.


Background Color

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

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

This div background color is #19683D.


Border color

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

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

This div border color is #19683D.


Opacity

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

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

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

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

This text has shadow with #19683D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19683D on black background.


Color preview on white background

This text has color #19683D on white background.



Black color preview on #19683D background

This text has black color on #19683D background.


White color preview on #19683D background

This text has white color on #19683D background.