COLOR #15410F

HEX: #15410F RGB: (21,65,15)

Color info

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

RGB color model

#15410F color RGB value is (21,65,15).

RGB: (21,65,15) (8%, 25%, 6%)

RGB channels and saturation

R 21 of 255 = 8%
G 65 of 255 = 25%
B 15 of 255 = 6%

21
65
15

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

Portions of RGB colors in percentages

R + G + B = 21 + 65 + 15 = 101 (100%)
R 21 of 101 ~ 20.79%
G 65 of 101 ~ 64.36%
B 15 of 101 ~ 14.85'%

%20.79
%64.36
%14.85

CMYK color model

#15410F color CMYK value is (68,0,77,75).

  • cyan value is 67.69%
  • magenta value is 0.00%
  • yellow value is 76.92%
  • key color value is 74.51%

CMYK: (68,0,77,75)
C68M0Y77K75 (68%, 0%, 77%, 75%)
(0.68 / 0.00 / 0.77 / 0.75)

CMYK percentages

%67.69
%0
%76.92
%74.51

Codes

Color #15410F in popluar color models

15 41 0F
RGB 21 65 15
HSL 113° 62.50% 15.69%
HSB/HSV 113° 76.92% 25.49%
CMYK 67.69% 0.00% 76.92%
74.51%

Color #15410F in popluar number systems.

HEX 15 41 0F
Decimal 21 65 15
Binary 10101 1000001 1111
Octal 25 101 17

Shades and tints

Shades of #15410F

#15410F
(21,65,15)
#143C0E
(20,60,14)
#13370D
(19,55,13)
#12320C
(18,50,12)
#112D0B
(17,45,11)
#10280A
(16,40,10)
#0F2309
(15,35,9)
#0E1E08
(14,30,8)
#0D1907
(13,25,7)
#0C1406
(12,20,6)
#0B0F05
(11,15,5)
#000000
(0,0,0)

Tints of #15410F

#15410F
(21,65,15)
#2A5224
(42,82,36)
#3F6339
(63,99,57)
#54744E
(84,116,78)
#698563
(105,133,99)
#7E9678
(126,150,120)
#93A78D
(147,167,141)
#A8B8A2
(168,184,162)
#BDC9B7
(189,201,183)
#D2DACC
(210,218,204)
#E7EBE1
(231,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #15410F color. Also use rgb(21,65,15) instead hex code.

Text Font Color

.myTextColor { color: #15410F; }

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

This text font color is #15410F.

Background Color

.myBgColor { background-color: #15410F; }

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

This div background color is #15410F.

Border color

.myBorderColor { border: 1px solid #15410F; }

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

This div border color is #15410F.

Opacity

.myOpacity80 { color: #15410F; opacity: 0.8; }

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

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

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

This text has shadow with #15410F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #15410F.

Preview

Color preview on black background

This text has color #15410F on black background.


Color preview on white background

This text has color #15410F on white background.


Black color preview on #15410F background

This text has black color on #15410F background.


White color preview on #15410F background

This text has white color on #15410F background.


Related colors

Complementary color

Complementary color for #hex is #EABEF0.


I love getcolorcode.com

Triadic colors

1 #0F1541 and #410F15 with #15410F are triadic colors.

2 #0F4115 and #41150F with #15410F are triadic colors.