COLOR #462F04

HEX: #462F04
RGB: (70,47,4)

Color info

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

RGB color model

#462F04 color RGB value is (70,47,4).

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

RGB channels and saturation

R 70 of 255 = 27%
G 47 of 255 = 18%
B 4 of 255 = 2%

70
47
4

R + G + B ~ 16%. #462F04 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 47 + 4 = 121 (100%)
R 70 of 121 ~ 57.85%
G 47 of 121 ~ 38.84%
B 4 of 121 ~ 3.31%

%57.85
%38.84

CMYK color model

#462F04 color CMYK value is (0,33,94,73).

  • cyan value is 0.00%
  • magenta value is 32.86%
  • yellow value is 94.29%
  • key color value is 72.55%
CMYK:
(0,33,94,73)
C0M33Y94K73 
(0%,33%,94%,73%)
(0.00/0.33/0.94/0.73)	

CMYK percentages

%0
%32.86
%94.29
%72.55

Codes

Color #462F04 in popluar color models

462F04
RGB70474
HSL39°89.19%14.51%
HSB/HSV39°94.29%27.45%
CMYK0.00%32.86%94.29%
72.55%

Color #462F04 in popluar number systems.

HEX462F04
Decimal70474
Binary1000110101111100
Octal106574

Shades and tints

Shades of #462F04

#462F04
(70,47,4)
#402B04
(64,43,4)
#3A2704
(58,39,4)
#342304
(52,35,4)
#2E1F04
(46,31,4)
#281B04
(40,27,4)
#221704
(34,23,4)
#1C1304
(28,19,4)
#160F04
(22,15,4)
#100B04
(16,11,4)
#0A0704
(10,7,4)
#000000
(0,0,0)

Tints of #462F04

#462F04
(70,47,4)
#56411A
(86,65,26)
#665330
(102,83,48)
#766546
(118,101,70)
#86775C
(134,119,92)
#968972
(150,137,114)
#A69B88
(166,155,136)
#B6AD9E
(182,173,158)
#C6BFB4
(198,191,180)
#D6D1CA
(214,209,202)
#E6E3E0
(230,227,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462F04; }

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

This text font color is #462F04.


Background Color

.myBgColor { background-color: #462F04; }

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

This div background color is #462F04.


Border color

.myBorderColor { border: 1px solid #462F04; }

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

This div border color is #462F04.


Opacity

.myOpacity80 { color: #462F04; opacity: 0.8; }

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

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

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

This text has shadow with #462F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462F04 on black background.


Color preview on white background

This text has color #462F04 on white background.



Black color preview on #462F04 background

This text has black color on #462F04 background.


White color preview on #462F04 background

This text has white color on #462F04 background.