COLOR #46633F

HEX: #46633F RGB: (70,99,63)

Color info

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

RGB color model

#46633F color RGB value is (70,99,63).

RGB: (70,99,63) (27%, 39%, 25%)

RGB channels and saturation

R 70 of 255 = 27%
G 99 of 255 = 39%
B 63 of 255 = 25%

70
99
63

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

Portions of RGB colors in percentages

R + G + B = 70 + 99 + 63 = 232 (100%)
R 70 of 232 ~ 30.17%
G 99 of 232 ~ 42.67%
B 63 of 232 ~ 27.16'%

%30.17
%42.67
%27.16

CMYK color model

#46633F color CMYK value is (29,0,36,61).

  • cyan value is 29.29%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 61.18%

CMYK: (29,0,36,61)
C29M0Y36K61 (29%, 0%, 36%, 61%)
(0.29 / 0.00 / 0.36 / 0.61)

CMYK percentages

%29.29
%0
%36.36
%61.18

Codes

Color #46633F in popluar color models

46 63 3F
RGB 70 99 63
HSL 108° 22.22% 31.76%
HSB/HSV 108° 36.36% 38.82%
CMYK 29.29% 0.00% 36.36%
61.18%

Color #46633F in popluar number systems.

HEX 46 63 3F
Decimal 70 99 63
Binary 1000110 1100011 111111
Octal 106 143 77

Shades and tints

Shades of #46633F

#46633F
(70,99,63)
#405A3A
(64,90,58)
#3A5135
(58,81,53)
#344830
(52,72,48)
#2E3F2B
(46,63,43)
#283626
(40,54,38)
#222D21
(34,45,33)
#1C241C
(28,36,28)
#161B17
(22,27,23)
#101212
(16,18,18)
#0A090D
(10,9,13)
#000000
(0,0,0)

Tints of #46633F

#46633F
(70,99,63)
#567150
(86,113,80)
#667F61
(102,127,97)
#768D72
(118,141,114)
#869B83
(134,155,131)
#96A994
(150,169,148)
#A6B7A5
(166,183,165)
#B6C5B6
(182,197,182)
#C6D3C7
(198,211,199)
#D6E1D8
(214,225,216)
#E6EFE9
(230,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46633F color. Also use rgb(70,99,63) instead hex code.

Text Font Color

.myTextColor { color: #46633F; }

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

This text font color is #46633F.

Background Color

.myBgColor { background-color: #46633F; }

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

This div background color is #46633F.

Border color

.myBorderColor { border: 1px solid #46633F; }

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

This div border color is #46633F.

Opacity

.myOpacity80 { color: #46633F; opacity: 0.8; }

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

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

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

This text has shadow with #46633F color.


.textShadow {text-shadow: 3px 3px 1px #46633F', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #46633F; -webkit-box-shadow: 1px 1px 3px 2px #46633F; box-shadow:1px 1px 3px 2px #46633F;">
Div content here
</div>

This div box has shadow with color #46633F.

Preview

Color preview on black background

This text has color #46633F on black background.


Color preview on white background

This text has color #46633F on white background.


Black color preview on #46633F background

This text has black color on #46633F background.


White color preview on #46633F background

This text has white color on #46633F background.


Related colors

Complementary color

Complementary color for #hex is #B99CC0.


I love getcolorcode.com

Triadic colors

1 #3F4663 and #633F46 with #46633F are triadic colors.

2 #3F6346 and #63463F with #46633F are triadic colors.