COLOR #46825A

HEX: #46825A RGB: (70,130,90)

Color info

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

RGB color model

#46825A color RGB value is (70,130,90).

RGB: (70,130,90) (27%, 51%, 35%)

RGB channels and saturation

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

70
130
90

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

Portions of RGB colors in percentages

R + G + B = 70 + 130 + 90 = 290 (100%)
R 70 of 290 ~ 24.14%
G 130 of 290 ~ 44.83%
B 90 of 290 ~ 31.03'%

%24.14
%44.83
%31.03

CMYK color model

#46825A color CMYK value is (46,0,31,49).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 49.02%

CMYK: (46,0,31,49)
C46M0Y31K49 (46%, 0%, 31%, 49%)
(0.46 / 0.00 / 0.31 / 0.49)

CMYK percentages

%46.15
%0
%30.77
%49.02

Codes

Color #46825A in popluar color models

46 82 5A
RGB 70 130 90
HSL 140° 30.00% 39.22%
HSB/HSV 140° 46.15% 50.98%
CMYK 46.15% 0.00% 30.77%
49.02%

Color #46825A in popluar number systems.

HEX 46 82 5A
Decimal 70 130 90
Binary 1000110 10000010 1011010
Octal 106 202 132

Shades and tints

Shades of #46825A

#46825A
(70,130,90)
#407752
(64,119,82)
#3A6C4A
(58,108,74)
#346142
(52,97,66)
#2E563A
(46,86,58)
#284B32
(40,75,50)
#22402A
(34,64,42)
#1C3522
(28,53,34)
#162A1A
(22,42,26)
#101F12
(16,31,18)
#0A140A
(10,20,10)
#000000
(0,0,0)

Tints of #46825A

#46825A
(70,130,90)
#568D69
(86,141,105)
#669878
(102,152,120)
#76A387
(118,163,135)
#86AE96
(134,174,150)
#96B9A5
(150,185,165)
#A6C4B4
(166,196,180)
#B6CFC3
(182,207,195)
#C6DAD2
(198,218,210)
#D6E5E1
(214,229,225)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46825A; }

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

This text font color is #46825A.

Background Color

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

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

This div background color is #46825A.

Border color

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

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

This div border color is #46825A.

Opacity

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

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

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

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

This text has shadow with #46825A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46825A.

Preview

Color preview on black background

This text has color #46825A on black background.


Color preview on white background

This text has color #46825A on white background.


Black color preview on #46825A background

This text has black color on #46825A background.


White color preview on #46825A background

This text has white color on #46825A background.


Related colors

Complementary color

Complementary color for #hex is #B97DA5.


I love getcolorcode.com

Triadic colors

1 #5A4682 and #825A46 with #46825A are triadic colors.

2 #5A8246 and #82465A with #46825A are triadic colors.