COLOR #193C09

HEX: #193C09 RGB: (25,60,9)

Color info

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

RGB color model

#193C09 color RGB value is (25,60,9).

RGB: (25,60,9) (10%, 24%, 4%)

RGB channels and saturation

R 25 of 255 = 10%
G 60 of 255 = 24%
B 9 of 255 = 4%

25
60
9

R + G + B ~ 13%. #193C09 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 60 + 9 = 94 (100%)
R 25 of 94 ~ 26.6%
G 60 of 94 ~ 63.83%
B 9 of 94 ~ 9.57'%

%26.6
%63.83

CMYK color model

#193C09 color CMYK value is (58,0,85,76).

  • cyan value is 58.33%
  • magenta value is 0.00%
  • yellow value is 85.00%
  • key color value is 76.47%

CMYK: (58,0,85,76)
C58M0Y85K76 (58%, 0%, 85%, 76%)
(0.58 / 0.00 / 0.85 / 0.76)

CMYK percentages

%58.33
%0
%85
%76.47

Codes

Color #193C09 in popluar color models

19 3C 09
RGB 25 60 9
HSL 101° 73.91% 13.53%
HSB/HSV 101° 85.00% 23.53%
CMYK 58.33% 0.00% 85.00%
76.47%

Color #193C09 in popluar number systems.

HEX 19 3C 09
Decimal 25 60 9
Binary 11001 111100 1001
Octal 31 74 11

Shades and tints

Shades of #193C09

#193C09
(25,60,9)
#173709
(23,55,9)
#153209
(21,50,9)
#132D09
(19,45,9)
#112809
(17,40,9)
#0F2309
(15,35,9)
#0D1E09
(13,30,9)
#0B1909
(11,25,9)
#091409
(9,20,9)
#070F09
(7,15,9)
#050A09
(5,10,9)
#000000
(0,0,0)

Tints of #193C09

#193C09
(25,60,9)
#2D4D1F
(45,77,31)
#415E35
(65,94,53)
#556F4B
(85,111,75)
#698061
(105,128,97)
#7D9177
(125,145,119)
#91A28D
(145,162,141)
#A5B3A3
(165,179,163)
#B9C4B9
(185,196,185)
#CDD5CF
(205,213,207)
#E1E6E5
(225,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193C09 color. Also use rgb(25,60,9) instead hex code.

Text Font Color

.myTextColor { color: #193C09; }

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

This text font color is #193C09.

Background Color

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

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

This div background color is #193C09.

Border color

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

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

This div border color is #193C09.

Opacity

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

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

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

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

This text has shadow with #193C09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #193C09.

Preview

Color preview on black background

This text has color #193C09 on black background.


Color preview on white background

This text has color #193C09 on white background.


Black color preview on #193C09 background

This text has black color on #193C09 background.


White color preview on #193C09 background

This text has white color on #193C09 background.


Related colors

Complementary color

Complementary color for #hex is #E6C3F6.


I love getcolorcode.com

Triadic colors

1 #09193C and #3C0919 with #193C09 are triadic colors.

2 #093C19 and #3C1909 with #193C09 are triadic colors.