COLOR #461C04

HEX: #461C04
RGB: (70,28,4)

Color info

#461C04 contains mainly red and green colors. Web safe color of #461C04 is #333300 (or #330).

RGB color model

#461C04 color RGB value is (70,28,4).

  • red value is 70;
  • green value is 28;
  • blue value is 4.
RGB:
(70,28,4)
(27%,11%,2%)

RGB channels and saturation

R 70 of 255 = 27%
G 28 of 255 = 11%
B 4 of 255 = 2%

70
28
4

R + G + B ~ 13%. #461C04 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 28 + 4 = 102 (100%)
R 70 of 102 ~ 68.63%
G 28 of 102 ~ 27.45%
B 4 of 102 ~ 3.92%

%68.63
%27.45

CMYK color model

#461C04 color CMYK value is (0,60,94,73).

  • cyan value is 0.00%
  • magenta value is 60.00%
  • yellow value is 94.29%
  • key color value is 72.55%
CMYK:
(0,60,94,73)
C0M60Y94K73 
(0%,60%,94%,73%)
(0.00/0.60/0.94/0.73)	

CMYK percentages

%0
%60
%94.29
%72.55

Codes

Color #461C04 in popluar color models

461C04
RGB70284
HSL22°89.19%14.51%
HSB/HSV22°94.29%27.45%
CMYK0.00%60.00%94.29%
72.55%

Color #461C04 in popluar number systems.

HEX461C04
Decimal70284
Binary100011011100100
Octal106344

Shades and tints

Shades of #461C04

#461C04
(70,28,4)
#401A04
(64,26,4)
#3A1804
(58,24,4)
#341604
(52,22,4)
#2E1404
(46,20,4)
#281204
(40,18,4)
#221004
(34,16,4)
#1C0E04
(28,14,4)
#160C04
(22,12,4)
#100A04
(16,10,4)
#0A0804
(10,8,4)
#000000
(0,0,0)

Tints of #461C04

#461C04
(70,28,4)
#56301A
(86,48,26)
#664430
(102,68,48)
#765846
(118,88,70)
#866C5C
(134,108,92)
#968072
(150,128,114)
#A69488
(166,148,136)
#B6A89E
(182,168,158)
#C6BCB4
(198,188,180)
#D6D0CA
(214,208,202)
#E6E4E0
(230,228,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #461C04 color. Also use rgb(70,28,4) instead hex code.

Text Font Color

.myTextColor { color: #461C04; }

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

This text font color is #461C04.


Background Color

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

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

This div background color is #461C04.


Border color

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

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

This div border color is #461C04.


Opacity

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

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

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

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

This text has shadow with #461C04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #461C04 on black background.


Color preview on white background

This text has color #461C04 on white background.



Black color preview on #461C04 background

This text has black color on #461C04 background.


White color preview on #461C04 background

This text has white color on #461C04 background.