COLOR #261B13

HEX: #261B13
RGB: (38,27,19)

Color info

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

RGB color model

#261B13 color RGB value is (38,27,19).

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

RGB channels and saturation

R 38 of 255 = 15%
G 27 of 255 = 11%
B 19 of 255 = 7%

38
27
19

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

Portions of RGB colors in percentages

R + G + B =
38 + 27 + 19 = 84 (100%)
R 38 of 84 ~ 45.24%
G 27 of 84 ~ 32.14%
B 19 of 84 ~ 22.62%

%45.24
%32.14
%22.62

CMYK color model

#261B13 color CMYK value is (0,29,50,85).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 50.00%
  • key color value is 85.10%
CMYK:
(0,29,50,85)
C0M29Y50K85 
(0%,29%,50%,85%)
(0.00/0.29/0.50/0.85)	

CMYK percentages

%0
%28.95
%50
%85.1

Codes

Color #261B13 in popluar color models

261B13
RGB382719
HSL25°33.33%11.18%
HSB/HSV25°50.00%14.90%
CMYK0.00%28.95%50.00%
85.10%

Color #261B13 in popluar number systems.

HEX261B13
Decimal382719
Binary1001101101110011
Octal463323

Shades and tints

Shades of #261B13

#261B13
(38,27,19)
#231912
(35,25,18)
#201711
(32,23,17)
#1D1510
(29,21,16)
#1A130F
(26,19,15)
#17110E
(23,17,14)
#140F0D
(20,15,13)
#110D0C
(17,13,12)
#0E0B0B
(14,11,11)
#0B090A
(11,9,10)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #261B13

#261B13
(38,27,19)
#392F28
(57,47,40)
#4C433D
(76,67,61)
#5F5752
(95,87,82)
#726B67
(114,107,103)
#857F7C
(133,127,124)
#989391
(152,147,145)
#ABA7A6
(171,167,166)
#BEBBBB
(190,187,187)
#D1CFD0
(209,207,208)
#E4E3E5
(228,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #261B13; }

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

This text font color is #261B13.


Background Color

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

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

This div background color is #261B13.


Border color

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

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

This div border color is #261B13.


Opacity

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

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

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

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

This text has shadow with #261B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #261B13 on black background.


Color preview on white background

This text has color #261B13 on white background.



Black color preview on #261B13 background

This text has black color on #261B13 background.


White color preview on #261B13 background

This text has white color on #261B13 background.