COLOR #193013

HEX: #193013
RGB: (25,48,19)

Color info

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

RGB color model

#193013 color RGB value is (25,48,19).

  • red value is 25;
  • green value is 48;
  • blue value is 19.
RGB:
(25,48,19)
(10%,19%,7%)

RGB channels and saturation

R 25 of 255 = 10%
G 48 of 255 = 19%
B 19 of 255 = 7%

25
48
19

R + G + B ~ 12%. #193013 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 48 + 19 = 92 (100%)
R 25 of 92 ~ 27.17%
G 48 of 92 ~ 52.17%
B 19 of 92 ~ 20.65%

%27.17
%52.17
%20.65

CMYK color model

#193013 color CMYK value is (48,0,60,81).

  • cyan value is 47.92%
  • magenta value is 0.00%
  • yellow value is 60.42%
  • key color value is 81.18%
CMYK:
(48,0,60,81)
C48M0Y60K81 
(48%,0%,60%,81%)
(0.48/0.00/0.60/0.81)	

CMYK percentages

%47.92
%0
%60.42
%81.18

Codes

Color #193013 in popluar color models

193013
RGB254819
HSL108°43.28%13.14%
HSB/HSV108°60.42%18.82%
CMYK47.92%0.00%60.42%
81.18%

Color #193013 in popluar number systems.

HEX193013
Decimal254819
Binary1100111000010011
Octal316023

Shades and tints

Shades of #193013

#193013
(25,48,19)
#172C12
(23,44,18)
#152811
(21,40,17)
#132410
(19,36,16)
#11200F
(17,32,15)
#0F1C0E
(15,28,14)
#0D180D
(13,24,13)
#0B140C
(11,20,12)
#09100B
(9,16,11)
#070C0A
(7,12,10)
#050809
(5,8,9)
#000000
(0,0,0)

Tints of #193013

#193013
(25,48,19)
#2D4228
(45,66,40)
#41543D
(65,84,61)
#556652
(85,102,82)
#697867
(105,120,103)
#7D8A7C
(125,138,124)
#919C91
(145,156,145)
#A5AEA6
(165,174,166)
#B9C0BB
(185,192,187)
#CDD2D0
(205,210,208)
#E1E4E5
(225,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #193013; }

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

This text font color is #193013.


Background Color

.myBgColor { background-color: #193013; }

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

This div background color is #193013.


Border color

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

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

This div border color is #193013.


Opacity

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

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

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

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

This text has shadow with #193013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #193013 on black background.


Color preview on white background

This text has color #193013 on white background.



Black color preview on #193013 background

This text has black color on #193013 background.


White color preview on #193013 background

This text has white color on #193013 background.