COLOR #46673A

HEX: #46673A
RGB: (70,103,58)

Color info

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

RGB color model

#46673A color RGB value is (70,103,58).

  • red value is 70;
  • green value is 103;
  • blue value is 58.
RGB:
(70,103,58)
(27%,40%,23%)

RGB channels and saturation

R 70 of 255 = 27%
G 103 of 255 = 40%
B 58 of 255 = 23%

70
103
58

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

Portions of RGB colors in percentages

R + G + B =
70 + 103 + 58 = 231 (100%)
R 70 of 231 ~ 30.3%
G 103 of 231 ~ 44.59%
B 58 of 231 ~ 25.11%

%30.3
%44.59
%25.11

CMYK color model

#46673A color CMYK value is (32,0,44,60).

  • cyan value is 32.04%
  • magenta value is 0.00%
  • yellow value is 43.69%
  • key color value is 59.61%
CMYK:
(32,0,44,60)
C32M0Y44K60 
(32%,0%,44%,60%)
(0.32/0.00/0.44/0.60)	

CMYK percentages

%32.04
%0
%43.69
%59.61

Codes

Color #46673A in popluar color models

46673A
RGB7010358
HSL104°27.95%31.57%
HSB/HSV104°43.69%40.39%
CMYK32.04%0.00%43.69%
59.61%

Color #46673A in popluar number systems.

HEX46673A
Decimal7010358
Binary10001101100111111010
Octal10614772

Shades and tints

Shades of #46673A

#46673A
(70,103,58)
#405E35
(64,94,53)
#3A5530
(58,85,48)
#344C2B
(52,76,43)
#2E4326
(46,67,38)
#283A21
(40,58,33)
#22311C
(34,49,28)
#1C2817
(28,40,23)
#161F12
(22,31,18)
#10160D
(16,22,13)
#0A0D08
(10,13,8)
#000000
(0,0,0)

Tints of #46673A

#46673A
(70,103,58)
#56744B
(86,116,75)
#66815C
(102,129,92)
#768E6D
(118,142,109)
#869B7E
(134,155,126)
#96A88F
(150,168,143)
#A6B5A0
(166,181,160)
#B6C2B1
(182,194,177)
#C6CFC2
(198,207,194)
#D6DCD3
(214,220,211)
#E6E9E4
(230,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46673A color. Also use rgb(70,103,58) instead hex code.

Text Font Color

.myTextColor { color: #46673A; }

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

This text font color is #46673A.


Background Color

.myBgColor { background-color: #46673A; }

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

This div background color is #46673A.


Border color

.myBorderColor { border: 1px solid #46673A; }

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

This div border color is #46673A.


Opacity

.myOpacity80 { color: #46673A; opacity: 0.8; }

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

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

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

This text has shadow with #46673A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46673A on black background.


Color preview on white background

This text has color #46673A on white background.



Black color preview on #46673A background

This text has black color on #46673A background.


White color preview on #46673A background

This text has white color on #46673A background.