COLOR #46614C

HEX: #46614C
RGB: (70,97,76)

Color info

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

RGB color model

#46614C color RGB value is (70,97,76).

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

RGB channels and saturation

R 70 of 255 = 27%
G 97 of 255 = 38%
B 76 of 255 = 30%

70
97
76

R + G + B ~ 32%. #46614C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 97 + 76 = 243 (100%)
R 70 of 243 ~ 28.81%
G 97 of 243 ~ 39.92%
B 76 of 243 ~ 31.28%

%28.81
%39.92
%31.28

CMYK color model

#46614C color CMYK value is (28,0,22,62).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 21.65%
  • key color value is 61.96%
CMYK:
(28,0,22,62)
C28M0Y22K62 
(28%,0%,22%,62%)
(0.28/0.00/0.22/0.62)	

CMYK percentages

%27.84
%0
%21.65
%61.96

Codes

Color #46614C in popluar color models

46614C
RGB709776
HSL133°16.17%32.75%
HSB/HSV133°27.84%38.04%
CMYK27.84%0.00%21.65%
61.96%

Color #46614C in popluar number systems.

HEX46614C
Decimal709776
Binary100011011000011001100
Octal106141114

Shades and tints

Shades of #46614C

#46614C
(70,97,76)
#405946
(64,89,70)
#3A5140
(58,81,64)
#34493A
(52,73,58)
#2E4134
(46,65,52)
#28392E
(40,57,46)
#223128
(34,49,40)
#1C2922
(28,41,34)
#16211C
(22,33,28)
#101916
(16,25,22)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #46614C

#46614C
(70,97,76)
#566F5C
(86,111,92)
#667D6C
(102,125,108)
#768B7C
(118,139,124)
#86998C
(134,153,140)
#96A79C
(150,167,156)
#A6B5AC
(166,181,172)
#B6C3BC
(182,195,188)
#C6D1CC
(198,209,204)
#D6DFDC
(214,223,220)
#E6EDEC
(230,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46614C color. Also use rgb(70,97,76) instead hex code.

Text Font Color

.myTextColor { color: #46614C; }

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

This text font color is #46614C.


Background Color

.myBgColor { background-color: #46614C; }

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

This div background color is #46614C.


Border color

.myBorderColor { border: 1px solid #46614C; }

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

This div border color is #46614C.


Opacity

.myOpacity80 { color: #46614C; opacity: 0.8; }

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

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

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

This text has shadow with #46614C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46614C on black background.


Color preview on white background

This text has color #46614C on white background.



Black color preview on #46614C background

This text has black color on #46614C background.


White color preview on #46614C background

This text has white color on #46614C background.