COLOR #465747

HEX: #465747
RGB: (70,87,71)

Color info

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

RGB color model

#465747 color RGB value is (70,87,71).

  • red value is 70;
  • green value is 87;
  • blue value is 71.
RGB:
(70,87,71)
(27%,34%,28%)

RGB channels and saturation

R 70 of 255 = 27%
G 87 of 255 = 34%
B 71 of 255 = 28%

70
87
71

R + G + B ~ 30%. #465747 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 87 + 71 = 228 (100%)
R 70 of 228 ~ 30.7%
G 87 of 228 ~ 38.16%
B 71 of 228 ~ 31.14%

%30.7
%38.16
%31.14

CMYK color model

#465747 color CMYK value is (20,0,18,66).

  • cyan value is 19.54%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 65.88%
CMYK:
(20,0,18,66)
C20M0Y18K66 
(20%,0%,18%,66%)
(0.20/0.00/0.18/0.66)	

CMYK percentages

%19.54
%0
%18.39
%65.88

Codes

Color #465747 in popluar color models

465747
RGB708771
HSL124°10.83%30.78%
HSB/HSV124°19.54%34.12%
CMYK19.54%0.00%18.39%
65.88%

Color #465747 in popluar number systems.

HEX465747
Decimal708771
Binary100011010101111000111
Octal106127107

Shades and tints

Shades of #465747

#465747
(70,87,71)
#405041
(64,80,65)
#3A493B
(58,73,59)
#344235
(52,66,53)
#2E3B2F
(46,59,47)
#283429
(40,52,41)
#222D23
(34,45,35)
#1C261D
(28,38,29)
#161F17
(22,31,23)
#101811
(16,24,17)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #465747

#465747
(70,87,71)
#566657
(86,102,87)
#667567
(102,117,103)
#768477
(118,132,119)
#869387
(134,147,135)
#96A297
(150,162,151)
#A6B1A7
(166,177,167)
#B6C0B7
(182,192,183)
#C6CFC7
(198,207,199)
#D6DED7
(214,222,215)
#E6EDE7
(230,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465747 color. Also use rgb(70,87,71) instead hex code.

Text Font Color

.myTextColor { color: #465747; }

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

This text font color is #465747.


Background Color

.myBgColor { background-color: #465747; }

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

This div background color is #465747.


Border color

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

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

This div border color is #465747.


Opacity

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

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

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

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

This text has shadow with #465747 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465747 on black background.


Color preview on white background

This text has color #465747 on white background.



Black color preview on #465747 background

This text has black color on #465747 background.


White color preview on #465747 background

This text has white color on #465747 background.