COLOR #261B28

HEX: #261B28
RGB: (38,27,40)

Color info

#261B28 contains red, green and blue colors in about the same proportion. Web safe color of #261B28 is #333333 (or #333).

RGB color model

#261B28 color RGB value is (38,27,40).

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

RGB channels and saturation

R 38 of 255 = 15%
G 27 of 255 = 11%
B 40 of 255 = 16%

38
27
40

R + G + B ~ 14%. #261B28 is dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 27 + 40 = 105 (100%)
R 38 of 105 ~ 36.19%
G 27 of 105 ~ 25.71%
B 40 of 105 ~ 38.1%

%36.19
%25.71
%38.1

CMYK color model

#261B28 color CMYK value is (5,33,0,84).

  • cyan value is 5.00%
  • magenta value is 32.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(5,33,0,84)
C5M33Y0K84 
(5%,33%,0%,84%)
(0.05/0.33/0.00/0.84)	

CMYK percentages

%5
%32.5
%0
%84.31

Codes

Color #261B28 in popluar color models

261B28
RGB382740
HSL291°19.40%13.14%
HSB/HSV291°32.50%15.69%
CMYK5.00%32.50%0.00%
84.31%

Color #261B28 in popluar number systems.

HEX261B28
Decimal382740
Binary10011011011101000
Octal463350

Shades and tints

Shades of #261B28

#261B28
(38,27,40)
#231925
(35,25,37)
#201722
(32,23,34)
#1D151F
(29,21,31)
#1A131C
(26,19,28)
#171119
(23,17,25)
#140F16
(20,15,22)
#110D13
(17,13,19)
#0E0B10
(14,11,16)
#0B090D
(11,9,13)
#08070A
(8,7,10)
#000000
(0,0,0)

Tints of #261B28

#261B28
(38,27,40)
#392F3B
(57,47,59)
#4C434E
(76,67,78)
#5F5761
(95,87,97)
#726B74
(114,107,116)
#857F87
(133,127,135)
#98939A
(152,147,154)
#ABA7AD
(171,167,173)
#BEBBC0
(190,187,192)
#D1CFD3
(209,207,211)
#E4E3E6
(228,227,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #261B28; }

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

This text font color is #261B28.


Background Color

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

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

This div background color is #261B28.


Border color

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

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

This div border color is #261B28.


Opacity

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

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

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

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

This text has shadow with #261B28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #261B28 on black background.


Color preview on white background

This text has color #261B28 on white background.



Black color preview on #261B28 background

This text has black color on #261B28 background.


White color preview on #261B28 background

This text has white color on #261B28 background.