COLOR #46730A

HEX: #46730A
RGB: (70,115,10)

Color info

#46730A contains mainly red and green colors. Web safe color of #46730A is #336600 (or #360).

RGB color model

#46730A color RGB value is (70,115,10).

  • red value is 70;
  • green value is 115;
  • blue value is 10.
RGB:
(70,115,10)
(27%,45%,4%)

RGB channels and saturation

R 70 of 255 = 27%
G 115 of 255 = 45%
B 10 of 255 = 4%

70
115
10

R + G + B ~ 25%. #46730A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 115 + 10 = 195 (100%)
R 70 of 195 ~ 35.9%
G 115 of 195 ~ 58.97%
B 10 of 195 ~ 5.13%

%35.9
%58.97

CMYK color model

#46730A color CMYK value is (39,0,91,55).

  • cyan value is 39.13%
  • magenta value is 0.00%
  • yellow value is 91.30%
  • key color value is 54.90%
CMYK:
(39,0,91,55)
C39M0Y91K55 
(39%,0%,91%,55%)
(0.39/0.00/0.91/0.55)	

CMYK percentages

%39.13
%0
%91.3
%54.9

Codes

Color #46730A in popluar color models

46730A
RGB7011510
HSL86°84.00%24.51%
HSB/HSV86°91.30%45.10%
CMYK39.13%0.00%91.30%
54.90%

Color #46730A in popluar number systems.

HEX46730A
Decimal7011510
Binary100011011100111010
Octal10616312

Shades and tints

Shades of #46730A

#46730A
(70,115,10)
#40690A
(64,105,10)
#3A5F0A
(58,95,10)
#34550A
(52,85,10)
#2E4B0A
(46,75,10)
#28410A
(40,65,10)
#22370A
(34,55,10)
#1C2D0A
(28,45,10)
#16230A
(22,35,10)
#10190A
(16,25,10)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #46730A

#46730A
(70,115,10)
#567F20
(86,127,32)
#668B36
(102,139,54)
#76974C
(118,151,76)
#86A362
(134,163,98)
#96AF78
(150,175,120)
#A6BB8E
(166,187,142)
#B6C7A4
(182,199,164)
#C6D3BA
(198,211,186)
#D6DFD0
(214,223,208)
#E6EBE6
(230,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46730A color. Also use rgb(70,115,10) instead hex code.

Text Font Color

.myTextColor { color: #46730A; }

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

This text font color is #46730A.


Background Color

.myBgColor { background-color: #46730A; }

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

This div background color is #46730A.


Border color

.myBorderColor { border: 1px solid #46730A; }

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

This div border color is #46730A.


Opacity

.myOpacity80 { color: #46730A; opacity: 0.8; }

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

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

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

This text has shadow with #46730A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46730A on black background.


Color preview on white background

This text has color #46730A on white background.



Black color preview on #46730A background

This text has black color on #46730A background.


White color preview on #46730A background

This text has white color on #46730A background.