COLOR #467561

HEX: #467561
RGB: (70,117,97)

Color info

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

RGB color model

#467561 color RGB value is (70,117,97).

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

RGB channels and saturation

R 70 of 255 = 27%
G 117 of 255 = 46%
B 97 of 255 = 38%

70
117
97

R + G + B ~ 37%. #467561 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 117 + 97 = 284 (100%)
R 70 of 284 ~ 24.65%
G 117 of 284 ~ 41.2%
B 97 of 284 ~ 34.15%

%24.65
%41.2
%34.15

CMYK color model

#467561 color CMYK value is (40,0,17,54).

  • cyan value is 40.17%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 54.12%
CMYK:
(40,0,17,54)
C40M0Y17K54 
(40%,0%,17%,54%)
(0.40/0.00/0.17/0.54)	

CMYK percentages

%40.17
%0
%17.09
%54.12

Codes

Color #467561 in popluar color models

467561
RGB7011797
HSL154°25.13%36.67%
HSB/HSV154°40.17%45.88%
CMYK40.17%0.00%17.09%
54.12%

Color #467561 in popluar number systems.

HEX467561
Decimal7011797
Binary100011011101011100001
Octal106165141

Shades and tints

Shades of #467561

#467561
(70,117,97)
#406B59
(64,107,89)
#3A6151
(58,97,81)
#345749
(52,87,73)
#2E4D41
(46,77,65)
#284339
(40,67,57)
#223931
(34,57,49)
#1C2F29
(28,47,41)
#162521
(22,37,33)
#101B19
(16,27,25)
#0A1111
(10,17,17)
#000000
(0,0,0)

Tints of #467561

#467561
(70,117,97)
#56816F
(86,129,111)
#668D7D
(102,141,125)
#76998B
(118,153,139)
#86A599
(134,165,153)
#96B1A7
(150,177,167)
#A6BDB5
(166,189,181)
#B6C9C3
(182,201,195)
#C6D5D1
(198,213,209)
#D6E1DF
(214,225,223)
#E6EDED
(230,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467561; }

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

This text font color is #467561.


Background Color

.myBgColor { background-color: #467561; }

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

This div background color is #467561.


Border color

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

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

This div border color is #467561.


Opacity

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

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

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

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

This text has shadow with #467561 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467561 on black background.


Color preview on white background

This text has color #467561 on white background.



Black color preview on #467561 background

This text has black color on #467561 background.


White color preview on #467561 background

This text has white color on #467561 background.