COLOR #466438

HEX: #466438
RGB: (70,100,56)

Color info

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

RGB color model

#466438 color RGB value is (70,100,56).

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

RGB channels and saturation

R 70 of 255 = 27%
G 100 of 255 = 39%
B 56 of 255 = 22%

70
100
56

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

Portions of RGB colors in percentages

R + G + B =
70 + 100 + 56 = 226 (100%)
R 70 of 226 ~ 30.97%
G 100 of 226 ~ 44.25%
B 56 of 226 ~ 24.78%

%30.97
%44.25
%24.78

CMYK color model

#466438 color CMYK value is (30,0,44,61).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 60.78%
CMYK:
(30,0,44,61)
C30M0Y44K61 
(30%,0%,44%,61%)
(0.30/0.00/0.44/0.61)	

CMYK percentages

%30
%0
%44
%60.78

Codes

Color #466438 in popluar color models

466438
RGB7010056
HSL101°28.21%30.59%
HSB/HSV101°44.00%39.22%
CMYK30.00%0.00%44.00%
60.78%

Color #466438 in popluar number systems.

HEX466438
Decimal7010056
Binary10001101100100111000
Octal10614470

Shades and tints

Shades of #466438

#466438
(70,100,56)
#405B33
(64,91,51)
#3A522E
(58,82,46)
#344929
(52,73,41)
#2E4024
(46,64,36)
#28371F
(40,55,31)
#222E1A
(34,46,26)
#1C2515
(28,37,21)
#161C10
(22,28,16)
#10130B
(16,19,11)
#0A0A06
(10,10,6)
#000000
(0,0,0)

Tints of #466438

#466438
(70,100,56)
#56724A
(86,114,74)
#66805C
(102,128,92)
#768E6E
(118,142,110)
#869C80
(134,156,128)
#96AA92
(150,170,146)
#A6B8A4
(166,184,164)
#B6C6B6
(182,198,182)
#C6D4C8
(198,212,200)
#D6E2DA
(214,226,218)
#E6F0EC
(230,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #466438; }

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

This text font color is #466438.


Background Color

.myBgColor { background-color: #466438; }

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

This div background color is #466438.


Border color

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

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

This div border color is #466438.


Opacity

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

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

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

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

This text has shadow with #466438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466438 on black background.


Color preview on white background

This text has color #466438 on white background.



Black color preview on #466438 background

This text has black color on #466438 background.


White color preview on #466438 background

This text has white color on #466438 background.