COLOR #261B15

HEX: #261B15
RGB: (38,27,21)

Color info

#261B15 contains red, green and blue colors in about the same proportion. Web safe color of #261B15 is #333300 (or #330).

RGB color model

#261B15 color RGB value is (38,27,21).

  • red value is 38;
  • green value is 27;
  • blue value is 21.
RGB:
(38,27,21)
(15%,11%,8%)

RGB channels and saturation

R 38 of 255 = 15%
G 27 of 255 = 11%
B 21 of 255 = 8%

38
27
21

R + G + B ~ 11%. #261B15 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 27 + 21 = 86 (100%)
R 38 of 86 ~ 44.19%
G 27 of 86 ~ 31.4%
B 21 of 86 ~ 24.42%

%44.19
%31.4
%24.42

CMYK color model

#261B15 color CMYK value is (0,29,45,85).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 44.74%
  • key color value is 85.10%
CMYK:
(0,29,45,85)
C0M29Y45K85 
(0%,29%,45%,85%)
(0.00/0.29/0.45/0.85)	

CMYK percentages

%0
%28.95
%44.74
%85.1

Codes

Color #261B15 in popluar color models

261B15
RGB382721
HSL21°28.81%11.57%
HSB/HSV21°44.74%14.90%
CMYK0.00%28.95%44.74%
85.10%

Color #261B15 in popluar number systems.

HEX261B15
Decimal382721
Binary1001101101110101
Octal463325

Shades and tints

Shades of #261B15

#261B15
(38,27,21)
#231914
(35,25,20)
#201713
(32,23,19)
#1D1512
(29,21,18)
#1A1311
(26,19,17)
#171110
(23,17,16)
#140F0F
(20,15,15)
#110D0E
(17,13,14)
#0E0B0D
(14,11,13)
#0B090C
(11,9,12)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #261B15

#261B15
(38,27,21)
#392F2A
(57,47,42)
#4C433F
(76,67,63)
#5F5754
(95,87,84)
#726B69
(114,107,105)
#857F7E
(133,127,126)
#989393
(152,147,147)
#ABA7A8
(171,167,168)
#BEBBBD
(190,187,189)
#D1CFD2
(209,207,210)
#E4E3E7
(228,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #261B15 color. Also use rgb(38,27,21) instead hex code.

Text Font Color

.myTextColor { color: #261B15; }

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

This text font color is #261B15.


Background Color

.myBgColor { background-color: #261B15; }

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

This div background color is #261B15.


Border color

.myBorderColor { border: 1px solid #261B15; }

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

This div border color is #261B15.


Opacity

.myOpacity80 { color: #261B15; opacity: 0.8; }

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

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

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

This text has shadow with #261B15 color.

.textShadow {text-shadow: 3px 3px 1px #261B15, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #261B15 on black background.


Color preview on white background

This text has color #261B15 on white background.



Black color preview on #261B15 background

This text has black color on #261B15 background.


White color preview on #261B15 background

This text has white color on #261B15 background.