COLOR #462A07

HEX: #462A07
RGB: (70,42,7)

Color info

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

RGB color model

#462A07 color RGB value is (70,42,7).

  • red value is 70;
  • green value is 42;
  • blue value is 7.
RGB:
(70,42,7)
(27%,16%,3%)

RGB channels and saturation

R 70 of 255 = 27%
G 42 of 255 = 16%
B 7 of 255 = 3%

70
42
7

R + G + B ~ 15%. #462A07 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 42 + 7 = 119 (100%)
R 70 of 119 ~ 58.82%
G 42 of 119 ~ 35.29%
B 7 of 119 ~ 5.88%

%58.82
%35.29

CMYK color model

#462A07 color CMYK value is (0,40,90,73).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 90.00%
  • key color value is 72.55%
CMYK:
(0,40,90,73)
C0M40Y90K73 
(0%,40%,90%,73%)
(0.00/0.40/0.90/0.73)	

CMYK percentages

%0
%40
%90
%72.55

Codes

Color #462A07 in popluar color models

462A07
RGB70427
HSL33°81.82%15.10%
HSB/HSV33°90.00%27.45%
CMYK0.00%40.00%90.00%
72.55%

Color #462A07 in popluar number systems.

HEX462A07
Decimal70427
Binary1000110101010111
Octal106527

Shades and tints

Shades of #462A07

#462A07
(70,42,7)
#402707
(64,39,7)
#3A2407
(58,36,7)
#342107
(52,33,7)
#2E1E07
(46,30,7)
#281B07
(40,27,7)
#221807
(34,24,7)
#1C1507
(28,21,7)
#161207
(22,18,7)
#100F07
(16,15,7)
#0A0C07
(10,12,7)
#000000
(0,0,0)

Tints of #462A07

#462A07
(70,42,7)
#563D1D
(86,61,29)
#665033
(102,80,51)
#766349
(118,99,73)
#86765F
(134,118,95)
#968975
(150,137,117)
#A69C8B
(166,156,139)
#B6AFA1
(182,175,161)
#C6C2B7
(198,194,183)
#D6D5CD
(214,213,205)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462A07 color. Also use rgb(70,42,7) instead hex code.

Text Font Color

.myTextColor { color: #462A07; }

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

This text font color is #462A07.


Background Color

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

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

This div background color is #462A07.


Border color

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

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

This div border color is #462A07.


Opacity

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

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

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

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

This text has shadow with #462A07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462A07 on black background.


Color preview on white background

This text has color #462A07 on white background.



Black color preview on #462A07 background

This text has black color on #462A07 background.


White color preview on #462A07 background

This text has white color on #462A07 background.