COLOR #461B27

HEX: #461B27
RGB: (70,27,39)

Color info

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

RGB color model

#461B27 color RGB value is (70,27,39).

  • red value is 70;
  • green value is 27;
  • blue value is 39.
RGB:
(70,27,39)
(27%,11%,15%)

RGB channels and saturation

R 70 of 255 = 27%
G 27 of 255 = 11%
B 39 of 255 = 15%

70
27
39

R + G + B ~ 18%. #461B27 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 27 + 39 = 136 (100%)
R 70 of 136 ~ 51.47%
G 27 of 136 ~ 19.85%
B 39 of 136 ~ 28.68%

%51.47
%19.85
%28.68

CMYK color model

#461B27 color CMYK value is (0,61,44,73).

  • cyan value is 0.00%
  • magenta value is 61.43%
  • yellow value is 44.29%
  • key color value is 72.55%
CMYK:
(0,61,44,73)
C0M61Y44K73 
(0%,61%,44%,73%)
(0.00/0.61/0.44/0.73)	

CMYK percentages

%0
%61.43
%44.29
%72.55

Codes

Color #461B27 in popluar color models

461B27
RGB702739
HSL343°44.33%19.02%
HSB/HSV343°61.43%27.45%
CMYK0.00%61.43%44.29%
72.55%

Color #461B27 in popluar number systems.

HEX461B27
Decimal702739
Binary100011011011100111
Octal1063347

Shades and tints

Shades of #461B27

#461B27
(70,27,39)
#401924
(64,25,36)
#3A1721
(58,23,33)
#34151E
(52,21,30)
#2E131B
(46,19,27)
#281118
(40,17,24)
#220F15
(34,15,21)
#1C0D12
(28,13,18)
#160B0F
(22,11,15)
#10090C
(16,9,12)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #461B27

#461B27
(70,27,39)
#562F3A
(86,47,58)
#66434D
(102,67,77)
#765760
(118,87,96)
#866B73
(134,107,115)
#967F86
(150,127,134)
#A69399
(166,147,153)
#B6A7AC
(182,167,172)
#C6BBBF
(198,187,191)
#D6CFD2
(214,207,210)
#E6E3E5
(230,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461B27 color. Also use rgb(70,27,39) instead hex code.

Text Font Color

.myTextColor { color: #461B27; }

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

This text font color is #461B27.


Background Color

.myBgColor { background-color: #461B27; }

<div style="background-color:#461B27">Inner text</div>

This div background color is #461B27.


Border color

.myBorderColor { border: 1px solid #461B27; }

<div style="border:3px solid #461B27">Div</div>

This div border color is #461B27.


Opacity

.myOpacity80 { color: #461B27; opacity: 0.8; }

<p style="color:#461B27;opacity:0.8;">80%</p>

Text with #461B27 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 #461B27;}

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

This text has shadow with #461B27 color.

.textShadow {text-shadow: 3px 3px 1px #461B27, 3px 3px 1px red;}

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

This text has shadow with #461B27 primary color and red secondary color.


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

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

This text has shadow with #461B27 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461B27 on black background.


Color preview on white background

This text has color #461B27 on white background.



Black color preview on #461B27 background

This text has black color on #461B27 background.


White color preview on #461B27 background

This text has white color on #461B27 background.