COLOR #193615

HEX: #193615 RGB: (25,54,21)

Color info

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

RGB color model

#193615 color RGB value is (25,54,21).

RGB: (25,54,21) (10%, 21%, 8%)

RGB channels and saturation

R 25 of 255 = 10%
G 54 of 255 = 21%
B 21 of 255 = 8%

25
54
21

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

Portions of RGB colors in percentages

R + G + B = 25 + 54 + 21 = 100 (100%)
R 25 of 100 ~ 25%
G 54 of 100 ~ 54%
B 21 of 100 ~ 21'%

%25
%54
%21

CMYK color model

#193615 color CMYK value is (54,0,61,79).

  • cyan value is 53.70%
  • magenta value is 0.00%
  • yellow value is 61.11%
  • key color value is 78.82%

CMYK: (54,0,61,79)
C54M0Y61K79 (54%, 0%, 61%, 79%)
(0.54 / 0.00 / 0.61 / 0.79)

CMYK percentages

%53.7
%0
%61.11
%78.82

Codes

Color #193615 in popluar color models

19 36 15
RGB 25 54 21
HSL 113° 44.00% 14.71%
HSB/HSV 113° 61.11% 21.18%
CMYK 53.70% 0.00% 61.11%
78.82%

Color #193615 in popluar number systems.

HEX 19 36 15
Decimal 25 54 21
Binary 11001 110110 10101
Octal 31 66 25

Shades and tints

Shades of #193615

#193615
(25,54,21)
#173214
(23,50,20)
#152E13
(21,46,19)
#132A12
(19,42,18)
#112611
(17,38,17)
#0F2210
(15,34,16)
#0D1E0F
(13,30,15)
#0B1A0E
(11,26,14)
#09160D
(9,22,13)
#07120C
(7,18,12)
#050E0B
(5,14,11)
#000000
(0,0,0)

Tints of #193615

#193615
(25,54,21)
#2D482A
(45,72,42)
#415A3F
(65,90,63)
#556C54
(85,108,84)
#697E69
(105,126,105)
#7D907E
(125,144,126)
#91A293
(145,162,147)
#A5B4A8
(165,180,168)
#B9C6BD
(185,198,189)
#CDD8D2
(205,216,210)
#E1EAE7
(225,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #193615 color. Also use rgb(25,54,21) instead hex code.

Text Font Color

.myTextColor { color: #193615; }

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

This text font color is #193615.

Background Color

.myBgColor { background-color: #193615; }

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

This div background color is #193615.

Border color

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

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

This div border color is #193615.

Opacity

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

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

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

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

This text has shadow with #193615 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #193615.

Preview

Color preview on black background

This text has color #193615 on black background.


Color preview on white background

This text has color #193615 on white background.


Black color preview on #193615 background

This text has black color on #193615 background.


White color preview on #193615 background

This text has white color on #193615 background.


Related colors

Complementary color

Complementary color for #hex is #E6C9EA.


I love getcolorcode.com

Triadic colors

1 #151936 and #361519 with #193615 are triadic colors.

2 #153619 and #361915 with #193615 are triadic colors.