COLOR #466448

HEX: #466448
RGB: (70,100,72)

Color info

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

RGB color model

#466448 color RGB value is (70,100,72).

  • red value is 70;
  • green value is 100;
  • blue value is 72.
RGB:
(70,100,72)
(27%,39%,28%)

RGB channels and saturation

R 70 of 255 = 27%
G 100 of 255 = 39%
B 72 of 255 = 28%

70
100
72

R + G + B ~ 31%. #466448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 100 + 72 = 242 (100%)
R 70 of 242 ~ 28.93%
G 100 of 242 ~ 41.32%
B 72 of 242 ~ 29.75%

%28.93
%41.32
%29.75

CMYK color model

#466448 color CMYK value is (30,0,28,61).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 28.00%
  • key color value is 60.78%
CMYK:
(30,0,28,61)
C30M0Y28K61 
(30%,0%,28%,61%)
(0.30/0.00/0.28/0.61)	

CMYK percentages

%30
%0
%28
%60.78

Codes

Color #466448 in popluar color models

466448
RGB7010072
HSL124°17.65%33.33%
HSB/HSV124°30.00%39.22%
CMYK30.00%0.00%28.00%
60.78%

Color #466448 in popluar number systems.

HEX466448
Decimal7010072
Binary100011011001001001000
Octal106144110

Shades and tints

Shades of #466448

#466448
(70,100,72)
#405B42
(64,91,66)
#3A523C
(58,82,60)
#344936
(52,73,54)
#2E4030
(46,64,48)
#28372A
(40,55,42)
#222E24
(34,46,36)
#1C251E
(28,37,30)
#161C18
(22,28,24)
#101312
(16,19,18)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #466448

#466448
(70,100,72)
#567258
(86,114,88)
#668068
(102,128,104)
#768E78
(118,142,120)
#869C88
(134,156,136)
#96AA98
(150,170,152)
#A6B8A8
(166,184,168)
#B6C6B8
(182,198,184)
#C6D4C8
(198,212,200)
#D6E2D8
(214,226,216)
#E6F0E8
(230,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466448 color. Also use rgb(70,100,72) instead hex code.

Text Font Color

.myTextColor { color: #466448; }

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

This text font color is #466448.


Background Color

.myBgColor { background-color: #466448; }

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

This div background color is #466448.


Border color

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

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

This div border color is #466448.


Opacity

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

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

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

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

This text has shadow with #466448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466448 on black background.


Color preview on white background

This text has color #466448 on white background.



Black color preview on #466448 background

This text has black color on #466448 background.


White color preview on #466448 background

This text has white color on #466448 background.