COLOR #464104

HEX: #464104
RGB: (70,65,4)

Color info

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

RGB color model

#464104 color RGB value is (70,65,4).

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

RGB channels and saturation

R 70 of 255 = 27%
G 65 of 255 = 25%
B 4 of 255 = 2%

70
65
4

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

Portions of RGB colors in percentages

R + G + B =
70 + 65 + 4 = 139 (100%)
R 70 of 139 ~ 50.36%
G 65 of 139 ~ 46.76%
B 4 of 139 ~ 2.88%

%50.36
%46.76

CMYK color model

#464104 color CMYK value is (0,7,94,73).

  • cyan value is 0.00%
  • magenta value is 7.14%
  • yellow value is 94.29%
  • key color value is 72.55%
CMYK:
(0,7,94,73)
C0M7Y94K73 
(0%,7%,94%,73%)
(0.00/0.07/0.94/0.73)	

CMYK percentages

%0
%7.14
%94.29
%72.55

Codes

Color #464104 in popluar color models

464104
RGB70654
HSL55°89.19%14.51%
HSB/HSV55°94.29%27.45%
CMYK0.00%7.14%94.29%
72.55%

Color #464104 in popluar number systems.

HEX464104
Decimal70654
Binary10001101000001100
Octal1061014

Shades and tints

Shades of #464104

#464104
(70,65,4)
#403C04
(64,60,4)
#3A3704
(58,55,4)
#343204
(52,50,4)
#2E2D04
(46,45,4)
#282804
(40,40,4)
#222304
(34,35,4)
#1C1E04
(28,30,4)
#161904
(22,25,4)
#101404
(16,20,4)
#0A0F04
(10,15,4)
#000000
(0,0,0)

Tints of #464104

#464104
(70,65,4)
#56521A
(86,82,26)
#666330
(102,99,48)
#767446
(118,116,70)
#86855C
(134,133,92)
#969672
(150,150,114)
#A6A788
(166,167,136)
#B6B89E
(182,184,158)
#C6C9B4
(198,201,180)
#D6DACA
(214,218,202)
#E6EBE0
(230,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464104; }

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

This text font color is #464104.


Background Color

.myBgColor { background-color: #464104; }

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

This div background color is #464104.


Border color

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

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

This div border color is #464104.


Opacity

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

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

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

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

This text has shadow with #464104 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464104 on black background.


Color preview on white background

This text has color #464104 on white background.



Black color preview on #464104 background

This text has black color on #464104 background.


White color preview on #464104 background

This text has white color on #464104 background.