COLOR #15361A

HEX: #15361A
RGB: (21,54,26)

Color info

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

RGB color model

#15361A color RGB value is (21,54,26).

  • red value is 21;
  • green value is 54;
  • blue value is 26.
RGB:
(21,54,26)
(8%,21%,10%)

RGB channels and saturation

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

21
54
26

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

Portions of RGB colors in percentages

R + G + B =
21 + 54 + 26 = 101 (100%)
R 21 of 101 ~ 20.79%
G 54 of 101 ~ 53.47%
B 26 of 101 ~ 25.74%

%20.79
%53.47
%25.74

CMYK color model

#15361A color CMYK value is (61,0,52,79).

  • cyan value is 61.11%
  • magenta value is 0.00%
  • yellow value is 51.85%
  • key color value is 78.82%
CMYK:
(61,0,52,79)
C61M0Y52K79 
(61%,0%,52%,79%)
(0.61/0.00/0.52/0.79)	

CMYK percentages

%61.11
%0
%51.85
%78.82

Codes

Color #15361A in popluar color models

15361A
RGB215426
HSL129°44.00%14.71%
HSB/HSV129°61.11%21.18%
CMYK61.11%0.00%51.85%
78.82%

Color #15361A in popluar number systems.

HEX15361A
Decimal215426
Binary1010111011011010
Octal256632

Shades and tints

Shades of #15361A

#15361A
(21,54,26)
#143218
(20,50,24)
#132E16
(19,46,22)
#122A14
(18,42,20)
#112612
(17,38,18)
#102210
(16,34,16)
#0F1E0E
(15,30,14)
#0E1A0C
(14,26,12)
#0D160A
(13,22,10)
#0C1208
(12,18,8)
#0B0E06
(11,14,6)
#000000
(0,0,0)

Tints of #15361A

#15361A
(21,54,26)
#2A482E
(42,72,46)
#3F5A42
(63,90,66)
#546C56
(84,108,86)
#697E6A
(105,126,106)
#7E907E
(126,144,126)
#93A292
(147,162,146)
#A8B4A6
(168,180,166)
#BDC6BA
(189,198,186)
#D2D8CE
(210,216,206)
#E7EAE2
(231,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #15361A; }

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

This text font color is #15361A.


Background Color

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

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

This div background color is #15361A.


Border color

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

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

This div border color is #15361A.


Opacity

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

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

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

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

This text has shadow with #15361A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #15361A on black background.


Color preview on white background

This text has color #15361A on white background.



Black color preview on #15361A background

This text has black color on #15361A background.


White color preview on #15361A background

This text has white color on #15361A background.