COLOR #467068

HEX: #467068
RGB: (70,112,104)

Color info

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

RGB color model

#467068 color RGB value is (70,112,104).

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

RGB channels and saturation

R 70 of 255 = 27%
G 112 of 255 = 44%
B 104 of 255 = 41%

70
112
104

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

Portions of RGB colors in percentages

R + G + B =
70 + 112 + 104 = 286 (100%)
R 70 of 286 ~ 24.48%
G 112 of 286 ~ 39.16%
B 104 of 286 ~ 36.36%

%24.48
%39.16
%36.36

CMYK color model

#467068 color CMYK value is (38,0,7,56).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 56.08%
CMYK:
(38,0,7,56)
C38M0Y7K56 
(38%,0%,7%,56%)
(0.38/0.00/0.07/0.56)	

CMYK percentages

%37.5
%0
%7.14
%56.08

Codes

Color #467068 in popluar color models

467068
RGB70112104
HSL169°23.08%35.69%
HSB/HSV169°37.50%43.92%
CMYK37.50%0.00%7.14%
56.08%

Color #467068 in popluar number systems.

HEX467068
Decimal70112104
Binary100011011100001101000
Octal106160150

Shades and tints

Shades of #467068

#467068
(70,112,104)
#40665F
(64,102,95)
#3A5C56
(58,92,86)
#34524D
(52,82,77)
#2E4844
(46,72,68)
#283E3B
(40,62,59)
#223432
(34,52,50)
#1C2A29
(28,42,41)
#162020
(22,32,32)
#101617
(16,22,23)
#0A0C0E
(10,12,14)
#000000
(0,0,0)

Tints of #467068

#467068
(70,112,104)
#567D75
(86,125,117)
#668A82
(102,138,130)
#76978F
(118,151,143)
#86A49C
(134,164,156)
#96B1A9
(150,177,169)
#A6BEB6
(166,190,182)
#B6CBC3
(182,203,195)
#C6D8D0
(198,216,208)
#D6E5DD
(214,229,221)
#E6F2EA
(230,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467068; }

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

This text font color is #467068.


Background Color

.myBgColor { background-color: #467068; }

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

This div background color is #467068.


Border color

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

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

This div border color is #467068.


Opacity

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

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

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

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

This text has shadow with #467068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467068 on black background.


Color preview on white background

This text has color #467068 on white background.



Black color preview on #467068 background

This text has black color on #467068 background.


White color preview on #467068 background

This text has white color on #467068 background.