COLOR #461B4A

HEX: #461B4A
RGB: (70,27,74)

Color info

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

RGB color model

#461B4A color RGB value is (70,27,74).

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

RGB channels and saturation

R 70 of 255 = 27%
G 27 of 255 = 11%
B 74 of 255 = 29%

70
27
74

R + G + B ~ 22%. #461B4A is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 27 + 74 = 171 (100%)
R 70 of 171 ~ 40.94%
G 27 of 171 ~ 15.79%
B 74 of 171 ~ 43.27%

%40.94
%15.79
%43.27

CMYK color model

#461B4A color CMYK value is (5,64,0,71).

  • cyan value is 5.41%
  • magenta value is 63.51%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(5,64,0,71)
C5M64Y0K71 
(5%,64%,0%,71%)
(0.05/0.64/0.00/0.71)	

CMYK percentages

%5.41
%63.51
%0
%70.98

Codes

Color #461B4A in popluar color models

461B4A
RGB702774
HSL295°46.53%19.80%
HSB/HSV295°63.51%29.02%
CMYK5.41%63.51%0.00%
70.98%

Color #461B4A in popluar number systems.

HEX461B4A
Decimal702774
Binary1000110110111001010
Octal10633112

Shades and tints

Shades of #461B4A

#461B4A
(70,27,74)
#401944
(64,25,68)
#3A173E
(58,23,62)
#341538
(52,21,56)
#2E1332
(46,19,50)
#28112C
(40,17,44)
#220F26
(34,15,38)
#1C0D20
(28,13,32)
#160B1A
(22,11,26)
#100914
(16,9,20)
#0A070E
(10,7,14)
#000000
(0,0,0)

Tints of #461B4A

#461B4A
(70,27,74)
#562F5A
(86,47,90)
#66436A
(102,67,106)
#76577A
(118,87,122)
#866B8A
(134,107,138)
#967F9A
(150,127,154)
#A693AA
(166,147,170)
#B6A7BA
(182,167,186)
#C6BBCA
(198,187,202)
#D6CFDA
(214,207,218)
#E6E3EA
(230,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461B4A; }

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

This text font color is #461B4A.


Background Color

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

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

This div background color is #461B4A.


Border color

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

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

This div border color is #461B4A.


Opacity

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

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

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

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

This text has shadow with #461B4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461B4A on black background.


Color preview on white background

This text has color #461B4A on white background.



Black color preview on #461B4A background

This text has black color on #461B4A background.


White color preview on #461B4A background

This text has white color on #461B4A background.