COLOR #467165

HEX: #467165
RGB: (70,113,101)

Color info

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

RGB color model

#467165 color RGB value is (70,113,101).

  • red value is 70;
  • green value is 113;
  • blue value is 101.
RGB:
(70,113,101)
(27%,44%,40%)

RGB channels and saturation

R 70 of 255 = 27%
G 113 of 255 = 44%
B 101 of 255 = 40%

70
113
101

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

Portions of RGB colors in percentages

R + G + B =
70 + 113 + 101 = 284 (100%)
R 70 of 284 ~ 24.65%
G 113 of 284 ~ 39.79%
B 101 of 284 ~ 35.56%

%24.65
%39.79
%35.56

CMYK color model

#467165 color CMYK value is (38,0,11,56).

  • cyan value is 38.05%
  • magenta value is 0.00%
  • yellow value is 10.62%
  • key color value is 55.69%
CMYK:
(38,0,11,56)
C38M0Y11K56 
(38%,0%,11%,56%)
(0.38/0.00/0.11/0.56)	

CMYK percentages

%38.05
%0
%10.62
%55.69

Codes

Color #467165 in popluar color models

467165
RGB70113101
HSL163°23.50%35.88%
HSB/HSV163°38.05%44.31%
CMYK38.05%0.00%10.62%
55.69%

Color #467165 in popluar number systems.

HEX467165
Decimal70113101
Binary100011011100011100101
Octal106161145

Shades and tints

Shades of #467165

#467165
(70,113,101)
#40675C
(64,103,92)
#3A5D53
(58,93,83)
#34534A
(52,83,74)
#2E4941
(46,73,65)
#283F38
(40,63,56)
#22352F
(34,53,47)
#1C2B26
(28,43,38)
#16211D
(22,33,29)
#101714
(16,23,20)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #467165

#467165
(70,113,101)
#567D73
(86,125,115)
#668981
(102,137,129)
#76958F
(118,149,143)
#86A19D
(134,161,157)
#96ADAB
(150,173,171)
#A6B9B9
(166,185,185)
#B6C5C7
(182,197,199)
#C6D1D5
(198,209,213)
#D6DDE3
(214,221,227)
#E6E9F1
(230,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467165 color. Also use rgb(70,113,101) instead hex code.

Text Font Color

.myTextColor { color: #467165; }

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

This text font color is #467165.


Background Color

.myBgColor { background-color: #467165; }

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

This div background color is #467165.


Border color

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

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

This div border color is #467165.


Opacity

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

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

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

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

This text has shadow with #467165 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467165 on black background.


Color preview on white background

This text has color #467165 on white background.



Black color preview on #467165 background

This text has black color on #467165 background.


White color preview on #467165 background

This text has white color on #467165 background.