COLOR #467557

HEX: #467557
RGB: (70,117,87)

Color info

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

RGB color model

#467557 color RGB value is (70,117,87).

  • red value is 70;
  • green value is 117;
  • blue value is 87.
RGB:
(70,117,87)
(27%,46%,34%)

RGB channels and saturation

R 70 of 255 = 27%
G 117 of 255 = 46%
B 87 of 255 = 34%

70
117
87

R + G + B ~ 36%. #467557 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 117 + 87 = 274 (100%)
R 70 of 274 ~ 25.55%
G 117 of 274 ~ 42.7%
B 87 of 274 ~ 31.75%

%25.55
%42.7
%31.75

CMYK color model

#467557 color CMYK value is (40,0,26,54).

  • cyan value is 40.17%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 54.12%
CMYK:
(40,0,26,54)
C40M0Y26K54 
(40%,0%,26%,54%)
(0.40/0.00/0.26/0.54)	

CMYK percentages

%40.17
%0
%25.64
%54.12

Codes

Color #467557 in popluar color models

467557
RGB7011787
HSL142°25.13%36.67%
HSB/HSV142°40.17%45.88%
CMYK40.17%0.00%25.64%
54.12%

Color #467557 in popluar number systems.

HEX467557
Decimal7011787
Binary100011011101011010111
Octal106165127

Shades and tints

Shades of #467557

#467557
(70,117,87)
#406B50
(64,107,80)
#3A6149
(58,97,73)
#345742
(52,87,66)
#2E4D3B
(46,77,59)
#284334
(40,67,52)
#22392D
(34,57,45)
#1C2F26
(28,47,38)
#16251F
(22,37,31)
#101B18
(16,27,24)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #467557

#467557
(70,117,87)
#568166
(86,129,102)
#668D75
(102,141,117)
#769984
(118,153,132)
#86A593
(134,165,147)
#96B1A2
(150,177,162)
#A6BDB1
(166,189,177)
#B6C9C0
(182,201,192)
#C6D5CF
(198,213,207)
#D6E1DE
(214,225,222)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467557 color. Also use rgb(70,117,87) instead hex code.

Text Font Color

.myTextColor { color: #467557; }

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

This text font color is #467557.


Background Color

.myBgColor { background-color: #467557; }

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

This div background color is #467557.


Border color

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

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

This div border color is #467557.


Opacity

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

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

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

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

This text has shadow with #467557 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467557 on black background.


Color preview on white background

This text has color #467557 on white background.



Black color preview on #467557 background

This text has black color on #467557 background.


White color preview on #467557 background

This text has white color on #467557 background.