COLOR #466048

HEX: #466048
RGB: (70,96,72)

Color info

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

RGB color model

#466048 color RGB value is (70,96,72).

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

RGB channels and saturation

R 70 of 255 = 27%
G 96 of 255 = 38%
B 72 of 255 = 28%

70
96
72

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

Portions of RGB colors in percentages

R + G + B =
70 + 96 + 72 = 238 (100%)
R 70 of 238 ~ 29.41%
G 96 of 238 ~ 40.34%
B 72 of 238 ~ 30.25%

%29.41
%40.34
%30.25

CMYK color model

#466048 color CMYK value is (27,0,25,62).

  • cyan value is 27.08%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 62.35%
CMYK:
(27,0,25,62)
C27M0Y25K62 
(27%,0%,25%,62%)
(0.27/0.00/0.25/0.62)	

CMYK percentages

%27.08
%0
%25
%62.35

Codes

Color #466048 in popluar color models

466048
RGB709672
HSL125°15.66%32.55%
HSB/HSV125°27.08%37.65%
CMYK27.08%0.00%25.00%
62.35%

Color #466048 in popluar number systems.

HEX466048
Decimal709672
Binary100011011000001001000
Octal106140110

Shades and tints

Shades of #466048

#466048
(70,96,72)
#405842
(64,88,66)
#3A503C
(58,80,60)
#344836
(52,72,54)
#2E4030
(46,64,48)
#28382A
(40,56,42)
#223024
(34,48,36)
#1C281E
(28,40,30)
#162018
(22,32,24)
#101812
(16,24,18)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #466048

#466048
(70,96,72)
#566E58
(86,110,88)
#667C68
(102,124,104)
#768A78
(118,138,120)
#869888
(134,152,136)
#96A698
(150,166,152)
#A6B4A8
(166,180,168)
#B6C2B8
(182,194,184)
#C6D0C8
(198,208,200)
#D6DED8
(214,222,216)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466048; }

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

This text font color is #466048.


Background Color

.myBgColor { background-color: #466048; }

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

This div background color is #466048.


Border color

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

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

This div border color is #466048.


Opacity

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

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

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

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

This text has shadow with #466048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466048 on black background.


Color preview on white background

This text has color #466048 on white background.



Black color preview on #466048 background

This text has black color on #466048 background.


White color preview on #466048 background

This text has white color on #466048 background.