COLOR #467152

HEX: #467152
RGB: (70,113,82)

Color info

#467152 contains red, green and blue colors in about the same proportion. Web safe color of #467152 is #336666 (or #366).

RGB color model

#467152 color RGB value is (70,113,82).

  • red value is 70;
  • green value is 113;
  • blue value is 82.
RGB:
(70,113,82)
(27%,44%,32%)

RGB channels and saturation

R 70 of 255 = 27%
G 113 of 255 = 44%
B 82 of 255 = 32%

70
113
82

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

Portions of RGB colors in percentages

R + G + B =
70 + 113 + 82 = 265 (100%)
R 70 of 265 ~ 26.42%
G 113 of 265 ~ 42.64%
B 82 of 265 ~ 30.94%

%26.42
%42.64
%30.94

CMYK color model

#467152 color CMYK value is (38,0,27,56).

  • cyan value is 38.05%
  • magenta value is 0.00%
  • yellow value is 27.43%
  • key color value is 55.69%
CMYK:
(38,0,27,56)
C38M0Y27K56 
(38%,0%,27%,56%)
(0.38/0.00/0.27/0.56)	

CMYK percentages

%38.05
%0
%27.43
%55.69

Codes

Color #467152 in popluar color models

467152
RGB7011382
HSL137°23.50%35.88%
HSB/HSV137°38.05%44.31%
CMYK38.05%0.00%27.43%
55.69%

Color #467152 in popluar number systems.

HEX467152
Decimal7011382
Binary100011011100011010010
Octal106161122

Shades and tints

Shades of #467152

#467152
(70,113,82)
#40674B
(64,103,75)
#3A5D44
(58,93,68)
#34533D
(52,83,61)
#2E4936
(46,73,54)
#283F2F
(40,63,47)
#223528
(34,53,40)
#1C2B21
(28,43,33)
#16211A
(22,33,26)
#101713
(16,23,19)
#0A0D0C
(10,13,12)
#000000
(0,0,0)

Tints of #467152

#467152
(70,113,82)
#567D61
(86,125,97)
#668970
(102,137,112)
#76957F
(118,149,127)
#86A18E
(134,161,142)
#96AD9D
(150,173,157)
#A6B9AC
(166,185,172)
#B6C5BB
(182,197,187)
#C6D1CA
(198,209,202)
#D6DDD9
(214,221,217)
#E6E9E8
(230,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467152 color. Also use rgb(70,113,82) instead hex code.

Text Font Color

.myTextColor { color: #467152; }

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

This text font color is #467152.


Background Color

.myBgColor { background-color: #467152; }

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

This div background color is #467152.


Border color

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

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

This div border color is #467152.


Opacity

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

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

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

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

This text has shadow with #467152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467152 on black background.


Color preview on white background

This text has color #467152 on white background.



Black color preview on #467152 background

This text has black color on #467152 background.


White color preview on #467152 background

This text has white color on #467152 background.