COLOR #461B39

HEX: #461B39
RGB: (70,27,57)

Color info

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

RGB color model

#461B39 color RGB value is (70,27,57).

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

RGB channels and saturation

R 70 of 255 = 27%
G 27 of 255 = 11%
B 57 of 255 = 22%

70
27
57

R + G + B ~ 20%. #461B39 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 27 + 57 = 154 (100%)
R 70 of 154 ~ 45.45%
G 27 of 154 ~ 17.53%
B 57 of 154 ~ 37.01%

%45.45
%17.53
%37.01

CMYK color model

#461B39 color CMYK value is (0,61,19,73).

  • cyan value is 0.00%
  • magenta value is 61.43%
  • yellow value is 18.57%
  • key color value is 72.55%
CMYK: (0,61,19,73) C0M61Y19K73 (0%,61%,19%,73%) (0.00/0.61/0.19/0.73)

CMYK percentages

%0
%61.43
%18.57
%72.55

Codes

Color #461B39 in popluar color models

461B39
RGB702757
HSL318°44.33%19.02%
HSB/HSV318°61.43%27.45%
CMYK0.00%61.43%18.57%
72.55%

Color #461B39 in popluar number systems.

HEX461B39
Decimal702757
Binary100011011011111001
Octal1063371

Shades and tints

Shades of #461B39

#461B39
(70,27,57)
#401934
(64,25,52)
#3A172F
(58,23,47)
#34152A
(52,21,42)
#2E1325
(46,19,37)
#281120
(40,17,32)
#220F1B
(34,15,27)
#1C0D16
(28,13,22)
#160B11
(22,11,17)
#10090C
(16,9,12)
#0A0707
(10,7,7)
#000000
(0,0,0)

Tints of #461B39

#461B39
(70,27,57)
#562F4B
(86,47,75)
#66435D
(102,67,93)
#76576F
(118,87,111)
#866B81
(134,107,129)
#967F93
(150,127,147)
#A693A5
(166,147,165)
#B6A7B7
(182,167,183)
#C6BBC9
(198,187,201)
#D6CFDB
(214,207,219)
#E6E3ED
(230,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461B39; }

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

This text font color is #461B39.


Background Color

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

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

This div background color is #461B39.


Border color

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

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

This div border color is #461B39.


Opacity

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

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

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

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

This text has shadow with #461B39 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #461B39 on black background.


Color preview on white background

This text has color #461B39 on white background.



Black color preview on #461B39 background

This text has black color on #461B39 background.


White color preview on #461B39 background

This text has white color on #461B39 background.