COLOR #193309

HEX: #193309
RGB: (25,51,9)

Color info

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

RGB color model

#193309 color RGB value is (25,51,9).

  • red value is 25;
  • green value is 51;
  • blue value is 9.
RGB:
(25,51,9)
(10%,20%,4%)

RGB channels and saturation

R 25 of 255 = 10%
G 51 of 255 = 20%
B 9 of 255 = 4%

25
51
9

R + G + B ~ 11%. #193309 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 51 + 9 = 85 (100%)
R 25 of 85 ~ 29.41%
G 51 of 85 ~ 60%
B 9 of 85 ~ 10.59%

%29.41
%60
%10.59

CMYK color model

#193309 color CMYK value is (51,0,82,80).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 82.35%
  • key color value is 80.00%
CMYK:
(51,0,82,80)
C51M0Y82K80 
(51%,0%,82%,80%)
(0.51/0.00/0.82/0.80)	

CMYK percentages

%50.98
%0
%82.35
%80

Codes

Color #193309 in popluar color models

193309
RGB25519
HSL97°70.00%11.76%
HSB/HSV97°82.35%20.00%
CMYK50.98%0.00%82.35%
80.00%

Color #193309 in popluar number systems.

HEX193309
Decimal25519
Binary110011100111001
Octal316311

Shades and tints

Shades of #193309

#193309
(25,51,9)
#172F09
(23,47,9)
#152B09
(21,43,9)
#132709
(19,39,9)
#112309
(17,35,9)
#0F1F09
(15,31,9)
#0D1B09
(13,27,9)
#0B1709
(11,23,9)
#091309
(9,19,9)
#070F09
(7,15,9)
#050B09
(5,11,9)
#000000
(0,0,0)

Tints of #193309

#193309
(25,51,9)
#2D451F
(45,69,31)
#415735
(65,87,53)
#55694B
(85,105,75)
#697B61
(105,123,97)
#7D8D77
(125,141,119)
#919F8D
(145,159,141)
#A5B1A3
(165,177,163)
#B9C3B9
(185,195,185)
#CDD5CF
(205,213,207)
#E1E7E5
(225,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193309; }

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

This text font color is #193309.


Background Color

.myBgColor { background-color: #193309; }

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

This div background color is #193309.


Border color

.myBorderColor { border: 1px solid #193309; }

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

This div border color is #193309.


Opacity

.myOpacity80 { color: #193309; opacity: 0.8; }

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

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

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

This text has shadow with #193309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193309 on black background.


Color preview on white background

This text has color #193309 on white background.



Black color preview on #193309 background

This text has black color on #193309 background.


White color preview on #193309 background

This text has white color on #193309 background.