COLOR #466833

HEX: #466833
RGB: (70,104,51)

Color info

#466833 contains red, green and blue colors in about the same proportion. Web safe color of #466833 is #336633 (or #363).

RGB color model

#466833 color RGB value is (70,104,51).

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

RGB channels and saturation

R 70 of 255 = 27%
G 104 of 255 = 41%
B 51 of 255 = 20%

70
104
51

R + G + B ~ 29%. #466833 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 104 + 51 = 225 (100%)
R 70 of 225 ~ 31.11%
G 104 of 225 ~ 46.22%
B 51 of 225 ~ 22.67%

%31.11
%46.22
%22.67

CMYK color model

#466833 color CMYK value is (33,0,51,59).

  • cyan value is 32.69%
  • magenta value is 0.00%
  • yellow value is 50.96%
  • key color value is 59.22%
CMYK:
(33,0,51,59)
C33M0Y51K59 
(33%,0%,51%,59%)
(0.33/0.00/0.51/0.59)	

CMYK percentages

%32.69
%0
%50.96
%59.22

Codes

Color #466833 in popluar color models

466833
RGB7010451
HSL98°34.19%30.39%
HSB/HSV98°50.96%40.78%
CMYK32.69%0.00%50.96%
59.22%

Color #466833 in popluar number systems.

HEX466833
Decimal7010451
Binary10001101101000110011
Octal10615063

Shades and tints

Shades of #466833

#466833
(70,104,51)
#405F2F
(64,95,47)
#3A562B
(58,86,43)
#344D27
(52,77,39)
#2E4423
(46,68,35)
#283B1F
(40,59,31)
#22321B
(34,50,27)
#1C2917
(28,41,23)
#162013
(22,32,19)
#10170F
(16,23,15)
#0A0E0B
(10,14,11)
#000000
(0,0,0)

Tints of #466833

#466833
(70,104,51)
#567545
(86,117,69)
#668257
(102,130,87)
#768F69
(118,143,105)
#869C7B
(134,156,123)
#96A98D
(150,169,141)
#A6B69F
(166,182,159)
#B6C3B1
(182,195,177)
#C6D0C3
(198,208,195)
#D6DDD5
(214,221,213)
#E6EAE7
(230,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466833; }

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

This text font color is #466833.


Background Color

.myBgColor { background-color: #466833; }

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

This div background color is #466833.


Border color

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

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

This div border color is #466833.


Opacity

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

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

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

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

This text has shadow with #466833 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466833 on black background.


Color preview on white background

This text has color #466833 on white background.



Black color preview on #466833 background

This text has black color on #466833 background.


White color preview on #466833 background

This text has white color on #466833 background.