COLOR #467449

HEX: #467449
RGB: (70,116,73)

Color info

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

RGB color model

#467449 color RGB value is (70,116,73).

  • red value is 70;
  • green value is 116;
  • blue value is 73.
RGB:
(70,116,73)
(27%,45%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 116 of 255 = 45%
B 73 of 255 = 29%

70
116
73

R + G + B ~ 34%. #467449 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 116 + 73 = 259 (100%)
R 70 of 259 ~ 27.03%
G 116 of 259 ~ 44.79%
B 73 of 259 ~ 28.19%

%27.03
%44.79
%28.19

CMYK color model

#467449 color CMYK value is (40,0,37,55).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(40,0,37,55)
C40M0Y37K55 
(40%,0%,37%,55%)
(0.40/0.00/0.37/0.55)	

CMYK percentages

%39.66
%0
%37.07
%54.51

Codes

Color #467449 in popluar color models

467449
RGB7011673
HSL124°24.73%36.47%
HSB/HSV124°39.66%45.49%
CMYK39.66%0.00%37.07%
54.51%

Color #467449 in popluar number systems.

HEX467449
Decimal7011673
Binary100011011101001001001
Octal106164111

Shades and tints

Shades of #467449

#467449
(70,116,73)
#406A43
(64,106,67)
#3A603D
(58,96,61)
#345637
(52,86,55)
#2E4C31
(46,76,49)
#28422B
(40,66,43)
#223825
(34,56,37)
#1C2E1F
(28,46,31)
#162419
(22,36,25)
#101A13
(16,26,19)
#0A100D
(10,16,13)
#000000
(0,0,0)

Tints of #467449

#467449
(70,116,73)
#568059
(86,128,89)
#668C69
(102,140,105)
#769879
(118,152,121)
#86A489
(134,164,137)
#96B099
(150,176,153)
#A6BCA9
(166,188,169)
#B6C8B9
(182,200,185)
#C6D4C9
(198,212,201)
#D6E0D9
(214,224,217)
#E6ECE9
(230,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467449 color. Also use rgb(70,116,73) instead hex code.

Text Font Color

.myTextColor { color: #467449; }

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

This text font color is #467449.


Background Color

.myBgColor { background-color: #467449; }

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

This div background color is #467449.


Border color

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

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

This div border color is #467449.


Opacity

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

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

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

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

This text has shadow with #467449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467449 on black background.


Color preview on white background

This text has color #467449 on white background.



Black color preview on #467449 background

This text has black color on #467449 background.


White color preview on #467449 background

This text has white color on #467449 background.