COLOR #15381E

HEX: #15381E RGB: (21,56,30)

Color info

#15381E contains red, green and blue colors in about the same proportion. Web safe color of #15381E is #003333 (or #033).

RGB color model

#15381E color RGB value is (21,56,30).

RGB: (21,56,30) (8%, 22%, 12%)

RGB channels and saturation

R 21 of 255 = 8%
G 56 of 255 = 22%
B 30 of 255 = 12%

21
56
30

R + G + B ~ 14%. #15381E is dark color.

Portions of RGB colors in percentages

R + G + B = 21 + 56 + 30 = 107 (100%)
R 21 of 107 ~ 19.63%
G 56 of 107 ~ 52.34%
B 30 of 107 ~ 28.04'%

%19.63
%52.34
%28.04

CMYK color model

#15381E color CMYK value is (63,0,46,78).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 78.04%

CMYK: (63,0,46,78)
C63M0Y46K78 (63%, 0%, 46%, 78%)
(0.63 / 0.00 / 0.46 / 0.78)

CMYK percentages

%62.5
%0
%46.43
%78.04

Codes

Color #15381E in popluar color models

15 38 1E
RGB 21 56 30
HSL 135° 45.45% 15.10%
HSB/HSV 135° 62.50% 21.96%
CMYK 62.50% 0.00% 46.43%
78.04%

Color #15381E in popluar number systems.

HEX 15 38 1E
Decimal 21 56 30
Binary 10101 111000 11110
Octal 25 70 36

Shades and tints

Shades of #15381E

#15381E
(21,56,30)
#14331C
(20,51,28)
#132E1A
(19,46,26)
#122918
(18,41,24)
#112416
(17,36,22)
#101F14
(16,31,20)
#0F1A12
(15,26,18)
#0E1510
(14,21,16)
#0D100E
(13,16,14)
#0C0B0C
(12,11,12)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #15381E

#15381E
(21,56,30)
#2A4A32
(42,74,50)
#3F5C46
(63,92,70)
#546E5A
(84,110,90)
#69806E
(105,128,110)
#7E9282
(126,146,130)
#93A496
(147,164,150)
#A8B6AA
(168,182,170)
#BDC8BE
(189,200,190)
#D2DAD2
(210,218,210)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15381E color. Also use rgb(21,56,30) instead hex code.

Text Font Color

.myTextColor { color: #15381E; }

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

This text font color is #15381E.

Background Color

.myBgColor { background-color: #15381E; }

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

This div background color is #15381E.

Border color

.myBorderColor { border: 1px solid #15381E; }

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

This div border color is #15381E.

Opacity

.myOpacity80 { color: #15381E; opacity: 0.8; }

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

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

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

This text has shadow with #15381E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15381E.

Preview

Color preview on black background

This text has color #15381E on black background.


Color preview on white background

This text has color #15381E on white background.


Black color preview on #15381E background

This text has black color on #15381E background.


White color preview on #15381E background

This text has white color on #15381E background.


Related colors

Complementary color

Complementary color for #hex is #EAC7E1.


I love getcolorcode.com

Triadic colors

1 #1E1538 and #381E15 with #15381E are triadic colors.

2 #1E3815 and #38151E with #15381E are triadic colors.