COLOR #46514B

HEX: #46514B
RGB: (70,81,75)

Color info

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

RGB color model

#46514B color RGB value is (70,81,75).

  • red value is 70;
  • green value is 81;
  • blue value is 75.
RGB:
(70,81,75)
(27%,32%,29%)

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 75 of 255 = 29%

70
81
75

R + G + B ~ 29%. #46514B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 75 = 226 (100%)
R 70 of 226 ~ 30.97%
G 81 of 226 ~ 35.84%
B 75 of 226 ~ 33.19%

%30.97
%35.84
%33.19

CMYK color model

#46514B color CMYK value is (14,0,7,68).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 7.41%
  • key color value is 68.24%
CMYK:
(14,0,7,68)
C14M0Y7K68 
(14%,0%,7%,68%)
(0.14/0.00/0.07/0.68)	

CMYK percentages

%13.58
%0
%7.41
%68.24

Codes

Color #46514B in popluar color models

46514B
RGB708175
HSL147°7.28%29.61%
HSB/HSV147°13.58%31.76%
CMYK13.58%0.00%7.41%
68.24%

Color #46514B in popluar number systems.

HEX46514B
Decimal708175
Binary100011010100011001011
Octal106121113

Shades and tints

Shades of #46514B

#46514B
(70,81,75)
#404A45
(64,74,69)
#3A433F
(58,67,63)
#343C39
(52,60,57)
#2E3533
(46,53,51)
#282E2D
(40,46,45)
#222727
(34,39,39)
#1C2021
(28,32,33)
#16191B
(22,25,27)
#101215
(16,18,21)
#0A0B0F
(10,11,15)
#000000
(0,0,0)

Tints of #46514B

#46514B
(70,81,75)
#56605B
(86,96,91)
#666F6B
(102,111,107)
#767E7B
(118,126,123)
#868D8B
(134,141,139)
#969C9B
(150,156,155)
#A6ABAB
(166,171,171)
#B6BABB
(182,186,187)
#C6C9CB
(198,201,203)
#D6D8DB
(214,216,219)
#E6E7EB
(230,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46514B color. Also use rgb(70,81,75) instead hex code.

Text Font Color

.myTextColor { color: #46514B; }

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

This text font color is #46514B.


Background Color

.myBgColor { background-color: #46514B; }

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

This div background color is #46514B.


Border color

.myBorderColor { border: 1px solid #46514B; }

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

This div border color is #46514B.


Opacity

.myOpacity80 { color: #46514B; opacity: 0.8; }

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

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

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

This text has shadow with #46514B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46514B on black background.


Color preview on white background

This text has color #46514B on white background.



Black color preview on #46514B background

This text has black color on #46514B background.


White color preview on #46514B background

This text has white color on #46514B background.