COLOR #461727

HEX: #461727
RGB: (70,23,39)

Color info

#461727 contains red, green and blue colors in about the same proportion. Web safe color of #461727 is #330033 (or #303).

RGB color model

#461727 color RGB value is (70,23,39).

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

RGB channels and saturation

R 70 of 255 = 27%
G 23 of 255 = 9%
B 39 of 255 = 15%

70
23
39

R + G + B ~ 17%. #461727 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 23 + 39 = 132 (100%)
R 70 of 132 ~ 53.03%
G 23 of 132 ~ 17.42%
B 39 of 132 ~ 29.55%

%53.03
%17.42
%29.55

CMYK color model

#461727 color CMYK value is (0,67,44,73).

  • cyan value is 0.00%
  • magenta value is 67.14%
  • yellow value is 44.29%
  • key color value is 72.55%
CMYK:
(0,67,44,73)
C0M67Y44K73 
(0%,67%,44%,73%)
(0.00/0.67/0.44/0.73)	

CMYK percentages

%0
%67.14
%44.29
%72.55

Codes

Color #461727 in popluar color models

461727
RGB702339
HSL340°50.54%18.24%
HSB/HSV340°67.14%27.45%
CMYK0.00%67.14%44.29%
72.55%

Color #461727 in popluar number systems.

HEX461727
Decimal702339
Binary100011010111100111
Octal1062747

Shades and tints

Shades of #461727

#461727
(70,23,39)
#401524
(64,21,36)
#3A1321
(58,19,33)
#34111E
(52,17,30)
#2E0F1B
(46,15,27)
#280D18
(40,13,24)
#220B15
(34,11,21)
#1C0912
(28,9,18)
#16070F
(22,7,15)
#10050C
(16,5,12)
#0A0309
(10,3,9)
#000000
(0,0,0)

Tints of #461727

#461727
(70,23,39)
#562C3A
(86,44,58)
#66414D
(102,65,77)
#765660
(118,86,96)
#866B73
(134,107,115)
#968086
(150,128,134)
#A69599
(166,149,153)
#B6AAAC
(182,170,172)
#C6BFBF
(198,191,191)
#D6D4D2
(214,212,210)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #461727; }

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

This text font color is #461727.


Background Color

.myBgColor { background-color: #461727; }

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

This div background color is #461727.


Border color

.myBorderColor { border: 1px solid #461727; }

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

This div border color is #461727.


Opacity

.myOpacity80 { color: #461727; opacity: 0.8; }

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

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

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

This text has shadow with #461727 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461727 on black background.


Color preview on white background

This text has color #461727 on white background.



Black color preview on #461727 background

This text has black color on #461727 background.


White color preview on #461727 background

This text has white color on #461727 background.