COLOR #193E13

HEX: #193E13 RGB: (25,62,19)

Color info

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

RGB color model

#193E13 color RGB value is (25,62,19).

RGB: (25,62,19) (10%, 24%, 7%)

RGB channels and saturation

R 25 of 255 = 10%
G 62 of 255 = 24%
B 19 of 255 = 7%

25
62
19

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

Portions of RGB colors in percentages

R + G + B = 25 + 62 + 19 = 106 (100%)
R 25 of 106 ~ 23.58%
G 62 of 106 ~ 58.49%
B 19 of 106 ~ 17.92'%

%23.58
%58.49
%17.92

CMYK color model

#193E13 color CMYK value is (60,0,69,76).

  • cyan value is 59.68%
  • magenta value is 0.00%
  • yellow value is 69.35%
  • key color value is 75.69%

CMYK: (60,0,69,76)
C60M0Y69K76 (60%, 0%, 69%, 76%)
(0.60 / 0.00 / 0.69 / 0.76)

CMYK percentages

%59.68
%0
%69.35
%75.69

Codes

Color #193E13 in popluar color models

19 3E 13
RGB 25 62 19
HSL 112° 53.09% 15.88%
HSB/HSV 112° 69.35% 24.31%
CMYK 59.68% 0.00% 69.35%
75.69%

Color #193E13 in popluar number systems.

HEX 19 3E 13
Decimal 25 62 19
Binary 11001 111110 10011
Octal 31 76 23

Shades and tints

Shades of #193E13

#193E13
(25,62,19)
#173912
(23,57,18)
#153411
(21,52,17)
#132F10
(19,47,16)
#112A0F
(17,42,15)
#0F250E
(15,37,14)
#0D200D
(13,32,13)
#0B1B0C
(11,27,12)
#09160B
(9,22,11)
#07110A
(7,17,10)
#050C09
(5,12,9)
#000000
(0,0,0)

Tints of #193E13

#193E13
(25,62,19)
#2D4F28
(45,79,40)
#41603D
(65,96,61)
#557152
(85,113,82)
#698267
(105,130,103)
#7D937C
(125,147,124)
#91A491
(145,164,145)
#A5B5A6
(165,181,166)
#B9C6BB
(185,198,187)
#CDD7D0
(205,215,208)
#E1E8E5
(225,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193E13 color. Also use rgb(25,62,19) instead hex code.

Text Font Color

.myTextColor { color: #193E13; }

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

This text font color is #193E13.

Background Color

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

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

This div background color is #193E13.

Border color

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

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

This div border color is #193E13.

Opacity

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

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

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

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

This text has shadow with #193E13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #193E13.

Preview

Color preview on black background

This text has color #193E13 on black background.


Color preview on white background

This text has color #193E13 on white background.


Black color preview on #193E13 background

This text has black color on #193E13 background.


White color preview on #193E13 background

This text has white color on #193E13 background.


Related colors

Complementary color

Complementary color for #hex is #E6C1EC.


I love getcolorcode.com

Triadic colors

1 #13193E and #3E1319 with #193E13 are triadic colors.

2 #133E19 and #3E1913 with #193E13 are triadic colors.