COLOR #46681A

HEX: #46681A
RGB: (70,104,26)

Color info

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

RGB color model

#46681A color RGB value is (70,104,26).

  • red value is 70;
  • green value is 104;
  • blue value is 26.
RGB:
(70,104,26)
(27%,41%,10%)

RGB channels and saturation

R 70 of 255 = 27%
G 104 of 255 = 41%
B 26 of 255 = 10%

70
104
26

R + G + B ~ 26%. #46681A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 104 + 26 = 200 (100%)
R 70 of 200 ~ 35%
G 104 of 200 ~ 52%
B 26 of 200 ~ 13%

%35
%52
%13

CMYK color model

#46681A color CMYK value is (33,0,75,59).

  • cyan value is 32.69%
  • magenta value is 0.00%
  • yellow value is 75.00%
  • key color value is 59.22%
CMYK:
(33,0,75,59)
C33M0Y75K59 
(33%,0%,75%,59%)
(0.33/0.00/0.75/0.59)	

CMYK percentages

%32.69
%0
%75
%59.22

Codes

Color #46681A in popluar color models

46681A
RGB7010426
HSL86°60.00%25.49%
HSB/HSV86°75.00%40.78%
CMYK32.69%0.00%75.00%
59.22%

Color #46681A in popluar number systems.

HEX46681A
Decimal7010426
Binary1000110110100011010
Octal10615032

Shades and tints

Shades of #46681A

#46681A
(70,104,26)
#405F18
(64,95,24)
#3A5616
(58,86,22)
#344D14
(52,77,20)
#2E4412
(46,68,18)
#283B10
(40,59,16)
#22320E
(34,50,14)
#1C290C
(28,41,12)
#16200A
(22,32,10)
#101708
(16,23,8)
#0A0E06
(10,14,6)
#000000
(0,0,0)

Tints of #46681A

#46681A
(70,104,26)
#56752E
(86,117,46)
#668242
(102,130,66)
#768F56
(118,143,86)
#869C6A
(134,156,106)
#96A97E
(150,169,126)
#A6B692
(166,182,146)
#B6C3A6
(182,195,166)
#C6D0BA
(198,208,186)
#D6DDCE
(214,221,206)
#E6EAE2
(230,234,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46681A color. Also use rgb(70,104,26) instead hex code.

Text Font Color

.myTextColor { color: #46681A; }

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

This text font color is #46681A.


Background Color

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

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

This div background color is #46681A.


Border color

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

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

This div border color is #46681A.


Opacity

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

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

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

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

This text has shadow with #46681A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46681A on black background.


Color preview on white background

This text has color #46681A on white background.



Black color preview on #46681A background

This text has black color on #46681A background.


White color preview on #46681A background

This text has white color on #46681A background.