COLOR #193D14

HEX: #193D14
RGB: (25,61,20)

Color info

#193D14 contains red, green and blue colors in about the same proportion. Web safe color of #193D14 is #003300 (or #030).

RGB color model

#193D14 color RGB value is (25,61,20).

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

RGB channels and saturation

R 25 of 255 = 10%
G 61 of 255 = 24%
B 20 of 255 = 8%

25
61
20

R + G + B ~ 14%. #193D14 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 61 + 20 = 106 (100%)
R 25 of 106 ~ 23.58%
G 61 of 106 ~ 57.55%
B 20 of 106 ~ 18.87%

%23.58
%57.55
%18.87

CMYK color model

#193D14 color CMYK value is (59,0,67,76).

  • cyan value is 59.02%
  • magenta value is 0.00%
  • yellow value is 67.21%
  • key color value is 76.08%
CMYK:
(59,0,67,76)
C59M0Y67K76 
(59%,0%,67%,76%)
(0.59/0.00/0.67/0.76)	

CMYK percentages

%59.02
%0
%67.21
%76.08

Codes

Color #193D14 in popluar color models

193D14
RGB256120
HSL113°50.62%15.88%
HSB/HSV113°67.21%23.92%
CMYK59.02%0.00%67.21%
76.08%

Color #193D14 in popluar number systems.

HEX193D14
Decimal256120
Binary1100111110110100
Octal317524

Shades and tints

Shades of #193D14

#193D14
(25,61,20)
#173813
(23,56,19)
#153312
(21,51,18)
#132E11
(19,46,17)
#112910
(17,41,16)
#0F240F
(15,36,15)
#0D1F0E
(13,31,14)
#0B1A0D
(11,26,13)
#09150C
(9,21,12)
#07100B
(7,16,11)
#050B0A
(5,11,10)
#000000
(0,0,0)

Tints of #193D14

#193D14
(25,61,20)
#2D4E29
(45,78,41)
#415F3E
(65,95,62)
#557053
(85,112,83)
#698168
(105,129,104)
#7D927D
(125,146,125)
#91A392
(145,163,146)
#A5B4A7
(165,180,167)
#B9C5BC
(185,197,188)
#CDD6D1
(205,214,209)
#E1E7E6
(225,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193D14 color. Also use rgb(25,61,20) instead hex code.

Text Font Color

.myTextColor { color: #193D14; }

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

This text font color is #193D14.


Background Color

.myBgColor { background-color: #193D14; }

<div style="background-color:#193D14">Inner text</div>

This div background color is #193D14.


Border color

.myBorderColor { border: 1px solid #193D14; }

<div style="border:3px solid #193D14">Div</div>

This div border color is #193D14.


Opacity

.myOpacity80 { color: #193D14; opacity: 0.8; }

<p style="color:#193D14;opacity:0.8;">80%</p>

Text with #193D14 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 #193D14;}

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

This text has shadow with #193D14 color.

.textShadow {text-shadow: 3px 3px 1px #193D14, 3px 3px 1px red;}

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

This text has shadow with #193D14 primary color and red secondary color.


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

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

This text has shadow with #193D14 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193D14 on black background.


Color preview on white background

This text has color #193D14 on white background.



Black color preview on #193D14 background

This text has black color on #193D14 background.


White color preview on #193D14 background

This text has white color on #193D14 background.