COLOR #467566

HEX: #467566
RGB: (70,117,102)

Color info

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

RGB color model

#467566 color RGB value is (70,117,102).

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

RGB channels and saturation

R 70 of 255 = 27%
G 117 of 255 = 46%
B 102 of 255 = 40%

70
117
102

R + G + B ~ 38%. #467566 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 117 + 102 = 289 (100%)
R 70 of 289 ~ 24.22%
G 117 of 289 ~ 40.48%
B 102 of 289 ~ 35.29%

%24.22
%40.48
%35.29

CMYK color model

#467566 color CMYK value is (40,0,13,54).

  • cyan value is 40.17%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 54.12%
CMYK:
(40,0,13,54)
C40M0Y13K54 
(40%,0%,13%,54%)
(0.40/0.00/0.13/0.54)	

CMYK percentages

%40.17
%0
%12.82
%54.12

Codes

Color #467566 in popluar color models

467566
RGB70117102
HSL161°25.13%36.67%
HSB/HSV161°40.17%45.88%
CMYK40.17%0.00%12.82%
54.12%

Color #467566 in popluar number systems.

HEX467566
Decimal70117102
Binary100011011101011100110
Octal106165146

Shades and tints

Shades of #467566

#467566
(70,117,102)
#406B5D
(64,107,93)
#3A6154
(58,97,84)
#34574B
(52,87,75)
#2E4D42
(46,77,66)
#284339
(40,67,57)
#223930
(34,57,48)
#1C2F27
(28,47,39)
#16251E
(22,37,30)
#101B15
(16,27,21)
#0A110C
(10,17,12)
#000000
(0,0,0)

Tints of #467566

#467566
(70,117,102)
#568173
(86,129,115)
#668D80
(102,141,128)
#76998D
(118,153,141)
#86A59A
(134,165,154)
#96B1A7
(150,177,167)
#A6BDB4
(166,189,180)
#B6C9C1
(182,201,193)
#C6D5CE
(198,213,206)
#D6E1DB
(214,225,219)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467566; }

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

This text font color is #467566.


Background Color

.myBgColor { background-color: #467566; }

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

This div background color is #467566.


Border color

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

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

This div border color is #467566.


Opacity

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

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

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

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

This text has shadow with #467566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467566 on black background.


Color preview on white background

This text has color #467566 on white background.



Black color preview on #467566 background

This text has black color on #467566 background.


White color preview on #467566 background

This text has white color on #467566 background.