COLOR #46835A

HEX: #46835A
RGB: (70,131,90)

Color info

#46835A contains mainly green and blue colors. Web safe color of #46835A is #339966 (or #396).

RGB color model

#46835A color RGB value is (70,131,90).

  • red value is 70;
  • green value is 131;
  • blue value is 90.
RGB:
(70,131,90)
(27%,51%,35%)

RGB channels and saturation

R 70 of 255 = 27%
G 131 of 255 = 51%
B 90 of 255 = 35%

70
131
90

R + G + B ~ 38%. #46835A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 131 + 90 = 291 (100%)
R 70 of 291 ~ 24.05%
G 131 of 291 ~ 45.02%
B 90 of 291 ~ 30.93%

%24.05
%45.02
%30.93

CMYK color model

#46835A color CMYK value is (47,0,31,49).

  • cyan value is 46.56%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 48.63%
CMYK:
(47,0,31,49)
C47M0Y31K49 
(47%,0%,31%,49%)
(0.47/0.00/0.31/0.49)	

CMYK percentages

%46.56
%0
%31.3
%48.63

Codes

Color #46835A in popluar color models

46835A
RGB7013190
HSL140°30.35%39.41%
HSB/HSV140°46.56%51.37%
CMYK46.56%0.00%31.30%
48.63%

Color #46835A in popluar number systems.

HEX46835A
Decimal7013190
Binary1000110100000111011010
Octal106203132

Shades and tints

Shades of #46835A

#46835A
(70,131,90)
#407852
(64,120,82)
#3A6D4A
(58,109,74)
#346242
(52,98,66)
#2E573A
(46,87,58)
#284C32
(40,76,50)
#22412A
(34,65,42)
#1C3622
(28,54,34)
#162B1A
(22,43,26)
#102012
(16,32,18)
#0A150A
(10,21,10)
#000000
(0,0,0)

Tints of #46835A

#46835A
(70,131,90)
#568E69
(86,142,105)
#669978
(102,153,120)
#76A487
(118,164,135)
#86AF96
(134,175,150)
#96BAA5
(150,186,165)
#A6C5B4
(166,197,180)
#B6D0C3
(182,208,195)
#C6DBD2
(198,219,210)
#D6E6E1
(214,230,225)
#E6F1F0
(230,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46835A color. Also use rgb(70,131,90) instead hex code.

Text Font Color

.myTextColor { color: #46835A; }

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

This text font color is #46835A.


Background Color

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

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

This div background color is #46835A.


Border color

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

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

This div border color is #46835A.


Opacity

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

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

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

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

This text has shadow with #46835A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46835A on black background.


Color preview on white background

This text has color #46835A on white background.



Black color preview on #46835A background

This text has black color on #46835A background.


White color preview on #46835A background

This text has white color on #46835A background.