COLOR #467568

HEX: #467568
RGB: (70,117,104)

Color info

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

RGB color model

#467568 color RGB value is (70,117,104).

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

RGB channels and saturation

R 70 of 255 = 27%
G 117 of 255 = 46%
B 104 of 255 = 41%

70
117
104

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

Portions of RGB colors in percentages

R + G + B =
70 + 117 + 104 = 291 (100%)
R 70 of 291 ~ 24.05%
G 117 of 291 ~ 40.21%
B 104 of 291 ~ 35.74%

%24.05
%40.21
%35.74

CMYK color model

#467568 color CMYK value is (40,0,11,54).

  • cyan value is 40.17%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 54.12%
CMYK:
(40,0,11,54)
C40M0Y11K54 
(40%,0%,11%,54%)
(0.40/0.00/0.11/0.54)	

CMYK percentages

%40.17
%0
%11.11
%54.12

Codes

Color #467568 in popluar color models

467568
RGB70117104
HSL163°25.13%36.67%
HSB/HSV163°40.17%45.88%
CMYK40.17%0.00%11.11%
54.12%

Color #467568 in popluar number systems.

HEX467568
Decimal70117104
Binary100011011101011101000
Octal106165150

Shades and tints

Shades of #467568

#467568
(70,117,104)
#406B5F
(64,107,95)
#3A6156
(58,97,86)
#34574D
(52,87,77)
#2E4D44
(46,77,68)
#28433B
(40,67,59)
#223932
(34,57,50)
#1C2F29
(28,47,41)
#162520
(22,37,32)
#101B17
(16,27,23)
#0A110E
(10,17,14)
#000000
(0,0,0)

Tints of #467568

#467568
(70,117,104)
#568175
(86,129,117)
#668D82
(102,141,130)
#76998F
(118,153,143)
#86A59C
(134,165,156)
#96B1A9
(150,177,169)
#A6BDB6
(166,189,182)
#B6C9C3
(182,201,195)
#C6D5D0
(198,213,208)
#D6E1DD
(214,225,221)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467568; }

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

This text font color is #467568.


Background Color

.myBgColor { background-color: #467568; }

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

This div background color is #467568.


Border color

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

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

This div border color is #467568.


Opacity

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

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

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

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

This text has shadow with #467568 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467568 on black background.


Color preview on white background

This text has color #467568 on white background.



Black color preview on #467568 background

This text has black color on #467568 background.


White color preview on #467568 background

This text has white color on #467568 background.