COLOR #466723

HEX: #466723
RGB: (70,103,35)

Color info

#466723 contains mainly red and green colors. Web safe color of #466723 is #336633 (or #363).

RGB color model

#466723 color RGB value is (70,103,35).

  • red value is 70;
  • green value is 103;
  • blue value is 35.
RGB:
(70,103,35)
(27%,40%,14%)

RGB channels and saturation

R 70 of 255 = 27%
G 103 of 255 = 40%
B 35 of 255 = 14%

70
103
35

R + G + B ~ 27%. #466723 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 103 + 35 = 208 (100%)
R 70 of 208 ~ 33.65%
G 103 of 208 ~ 49.52%
B 35 of 208 ~ 16.83%

%33.65
%49.52
%16.83

CMYK color model

#466723 color CMYK value is (32,0,66,60).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 66.02%
  • key color value is 59.61%
CMYK:
(32,0,66,60)
C32M0Y66K60 
(32%,0%,66%,60%)
(0.32/0.00/0.66/0.60)	

CMYK percentages

%32.04
%0
%66.02
%59.61

Codes

Color #466723 in popluar color models

466723
RGB7010335
HSL89°49.28%27.06%
HSB/HSV89°66.02%40.39%
CMYK32.04%0.00%66.02%
59.61%

Color #466723 in popluar number systems.

HEX466723
Decimal7010335
Binary10001101100111100011
Octal10614743

Shades and tints

Shades of #466723

#466723
(70,103,35)
#405E20
(64,94,32)
#3A551D
(58,85,29)
#344C1A
(52,76,26)
#2E4317
(46,67,23)
#283A14
(40,58,20)
#223111
(34,49,17)
#1C280E
(28,40,14)
#161F0B
(22,31,11)
#101608
(16,22,8)
#0A0D05
(10,13,5)
#000000
(0,0,0)

Tints of #466723

#466723
(70,103,35)
#567437
(86,116,55)
#66814B
(102,129,75)
#768E5F
(118,142,95)
#869B73
(134,155,115)
#96A887
(150,168,135)
#A6B59B
(166,181,155)
#B6C2AF
(182,194,175)
#C6CFC3
(198,207,195)
#D6DCD7
(214,220,215)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466723 color. Also use rgb(70,103,35) instead hex code.

Text Font Color

.myTextColor { color: #466723; }

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

This text font color is #466723.


Background Color

.myBgColor { background-color: #466723; }

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

This div background color is #466723.


Border color

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

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

This div border color is #466723.


Opacity

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

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

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

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

This text has shadow with #466723 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466723 on black background.


Color preview on white background

This text has color #466723 on white background.



Black color preview on #466723 background

This text has black color on #466723 background.


White color preview on #466723 background

This text has white color on #466723 background.