COLOR #465F4C

HEX: #465F4C
RGB: (70,95,76)

Color info

#465F4C contains red, green and blue colors in about the same proportion. Web safe color of #465F4C is #336633 (or #363).

RGB color model

#465F4C color RGB value is (70,95,76).

  • red value is 70;
  • green value is 95;
  • blue value is 76.
RGB:
(70,95,76)
(27%,37%,30%)

RGB channels and saturation

R 70 of 255 = 27%
G 95 of 255 = 37%
B 76 of 255 = 30%

70
95
76

R + G + B ~ 31%. #465F4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 95 + 76 = 241 (100%)
R 70 of 241 ~ 29.05%
G 95 of 241 ~ 39.42%
B 76 of 241 ~ 31.54%

%29.05
%39.42
%31.54

CMYK color model

#465F4C color CMYK value is (26,0,20,63).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 62.75%
CMYK:
(26,0,20,63)
C26M0Y20K63 
(26%,0%,20%,63%)
(0.26/0.00/0.20/0.63)	

CMYK percentages

%26.32
%0
%20
%62.75

Codes

Color #465F4C in popluar color models

465F4C
RGB709576
HSL134°15.15%32.35%
HSB/HSV134°26.32%37.25%
CMYK26.32%0.00%20.00%
62.75%

Color #465F4C in popluar number systems.

HEX465F4C
Decimal709576
Binary100011010111111001100
Octal106137114

Shades and tints

Shades of #465F4C

#465F4C
(70,95,76)
#405746
(64,87,70)
#3A4F40
(58,79,64)
#34473A
(52,71,58)
#2E3F34
(46,63,52)
#28372E
(40,55,46)
#222F28
(34,47,40)
#1C2722
(28,39,34)
#161F1C
(22,31,28)
#101716
(16,23,22)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #465F4C

#465F4C
(70,95,76)
#566D5C
(86,109,92)
#667B6C
(102,123,108)
#76897C
(118,137,124)
#86978C
(134,151,140)
#96A59C
(150,165,156)
#A6B3AC
(166,179,172)
#B6C1BC
(182,193,188)
#C6CFCC
(198,207,204)
#D6DDDC
(214,221,220)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465F4C color. Also use rgb(70,95,76) instead hex code.

Text Font Color

.myTextColor { color: #465F4C; }

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

This text font color is #465F4C.


Background Color

.myBgColor { background-color: #465F4C; }

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

This div background color is #465F4C.


Border color

.myBorderColor { border: 1px solid #465F4C; }

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

This div border color is #465F4C.


Opacity

.myOpacity80 { color: #465F4C; opacity: 0.8; }

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

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

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

This text has shadow with #465F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465F4C on black background.


Color preview on white background

This text has color #465F4C on white background.



Black color preview on #465F4C background

This text has black color on #465F4C background.


White color preview on #465F4C background

This text has white color on #465F4C background.