COLOR #46603E

HEX: #46603E
RGB: (70,96,62)

Color info

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

RGB color model

#46603E color RGB value is (70,96,62).

  • red value is 70;
  • green value is 96;
  • blue value is 62.
RGB:
(70,96,62)
(27%,38%,24%)

RGB channels and saturation

R 70 of 255 = 27%
G 96 of 255 = 38%
B 62 of 255 = 24%

70
96
62

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

Portions of RGB colors in percentages

R + G + B =
70 + 96 + 62 = 228 (100%)
R 70 of 228 ~ 30.7%
G 96 of 228 ~ 42.11%
B 62 of 228 ~ 27.19%

%30.7
%42.11
%27.19

CMYK color model

#46603E color CMYK value is (27,0,35,62).

  • cyan value is 27.08%
  • magenta value is 0.00%
  • yellow value is 35.42%
  • key color value is 62.35%
CMYK:
(27,0,35,62)
C27M0Y35K62 
(27%,0%,35%,62%)
(0.27/0.00/0.35/0.62)	

CMYK percentages

%27.08
%0
%35.42
%62.35

Codes

Color #46603E in popluar color models

46603E
RGB709662
HSL106°21.52%30.98%
HSB/HSV106°35.42%37.65%
CMYK27.08%0.00%35.42%
62.35%

Color #46603E in popluar number systems.

HEX46603E
Decimal709662
Binary10001101100000111110
Octal10614076

Shades and tints

Shades of #46603E

#46603E
(70,96,62)
#405839
(64,88,57)
#3A5034
(58,80,52)
#34482F
(52,72,47)
#2E402A
(46,64,42)
#283825
(40,56,37)
#223020
(34,48,32)
#1C281B
(28,40,27)
#162016
(22,32,22)
#101811
(16,24,17)
#0A100C
(10,16,12)
#000000
(0,0,0)

Tints of #46603E

#46603E
(70,96,62)
#566E4F
(86,110,79)
#667C60
(102,124,96)
#768A71
(118,138,113)
#869882
(134,152,130)
#96A693
(150,166,147)
#A6B4A4
(166,180,164)
#B6C2B5
(182,194,181)
#C6D0C6
(198,208,198)
#D6DED7
(214,222,215)
#E6ECE8
(230,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46603E color. Also use rgb(70,96,62) instead hex code.

Text Font Color

.myTextColor { color: #46603E; }

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

This text font color is #46603E.


Background Color

.myBgColor { background-color: #46603E; }

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

This div background color is #46603E.


Border color

.myBorderColor { border: 1px solid #46603E; }

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

This div border color is #46603E.


Opacity

.myOpacity80 { color: #46603E; opacity: 0.8; }

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

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

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

This text has shadow with #46603E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46603E on black background.


Color preview on white background

This text has color #46603E on white background.



Black color preview on #46603E background

This text has black color on #46603E background.


White color preview on #46603E background

This text has white color on #46603E background.