COLOR #15380A

HEX: #15380A
RGB: (21,56,10)

Color info

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

RGB color model

#15380A color RGB value is (21,56,10).

  • red value is 21;
  • green value is 56;
  • blue value is 10.
RGB: (21,56,10) (8%,22%,4%)

RGB channels and saturation

R 21 of 255 = 8%
G 56 of 255 = 22%
B 10 of 255 = 4%

21
56
10

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

Portions of RGB colors in percentages

R + G + B =
21 + 56 + 10 = 87 (100%)
R 21 of 87 ~ 24.14%
G 56 of 87 ~ 64.37%
B 10 of 87 ~ 11.49%

%24.14
%64.37
%11.49

CMYK color model

#15380A color CMYK value is (63,0,82,78).

  • cyan value is 62.50%
  • magenta value is 0.00%
  • yellow value is 82.14%
  • key color value is 78.04%
CMYK: (63,0,82,78) C63M0Y82K78 (63%,0%,82%,78%) (0.63/0.00/0.82/0.78)

CMYK percentages

%62.5
%0
%82.14
%78.04

Codes

Color #15380A in popluar color models

15380A
RGB215610
HSL106°69.70%12.94%
HSB/HSV106°82.14%21.96%
CMYK62.50%0.00%82.14%
78.04%

Color #15380A in popluar number systems.

HEX15380A
Decimal215610
Binary101011110001010
Octal257012

Shades and tints

Shades of #15380A

#15380A
(21,56,10)
#14330A
(20,51,10)
#132E0A
(19,46,10)
#12290A
(18,41,10)
#11240A
(17,36,10)
#101F0A
(16,31,10)
#0F1A0A
(15,26,10)
#0E150A
(14,21,10)
#0D100A
(13,16,10)
#0C0B0A
(12,11,10)
#0B060A
(11,6,10)
#000000
(0,0,0)

Tints of #15380A

#15380A
(21,56,10)
#2A4A20
(42,74,32)
#3F5C36
(63,92,54)
#546E4C
(84,110,76)
#698062
(105,128,98)
#7E9278
(126,146,120)
#93A48E
(147,164,142)
#A8B6A4
(168,182,164)
#BDC8BA
(189,200,186)
#D2DAD0
(210,218,208)
#E7ECE6
(231,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15380A color. Also use rgb(21,56,10) instead hex code.

Text Font Color

.myTextColor { color: #15380A; }

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

This text font color is #15380A.


Background Color

.myBgColor { background-color: #15380A; }

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

This div background color is #15380A.


Border color

.myBorderColor { border: 1px solid #15380A; }

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

This div border color is #15380A.


Opacity

.myOpacity80 { color: #15380A; opacity: 0.8; }

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

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

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

This text has shadow with #15380A color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #15380A on black background.


Color preview on white background

This text has color #15380A on white background.



Black color preview on #15380A background

This text has black color on #15380A background.


White color preview on #15380A background

This text has white color on #15380A background.