COLOR #46883C

HEX: #46883C
RGB: (70,136,60)

Color info

#46883C contains mainly green color. Web safe color of #46883C is #339933 (or #393).

RGB color model

#46883C color RGB value is (70,136,60).

  • red value is 70;
  • green value is 136;
  • blue value is 60.
RGB:
(70,136,60)
(27%,53%,24%)

RGB channels and saturation

R 70 of 255 = 27%
G 136 of 255 = 53%
B 60 of 255 = 24%

70
136
60

R + G + B ~ 35%. #46883C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 136 + 60 = 266 (100%)
R 70 of 266 ~ 26.32%
G 136 of 266 ~ 51.13%
B 60 of 266 ~ 22.56%

%26.32
%51.13
%22.56

CMYK color model

#46883C color CMYK value is (49,0,56,47).

  • cyan value is 48.53%
  • magenta value is 0.00%
  • yellow value is 55.88%
  • key color value is 46.67%
CMYK:
(49,0,56,47)
C49M0Y56K47 
(49%,0%,56%,47%)
(0.49/0.00/0.56/0.47)	

CMYK percentages

%48.53
%0
%55.88
%46.67

Codes

Color #46883C in popluar color models

46883C
RGB7013660
HSL112°38.78%38.43%
HSB/HSV112°55.88%53.33%
CMYK48.53%0.00%55.88%
46.67%

Color #46883C in popluar number systems.

HEX46883C
Decimal7013660
Binary100011010001000111100
Octal10621074

Shades and tints

Shades of #46883C

#46883C
(70,136,60)
#407C37
(64,124,55)
#3A7032
(58,112,50)
#34642D
(52,100,45)
#2E5828
(46,88,40)
#284C23
(40,76,35)
#22401E
(34,64,30)
#1C3419
(28,52,25)
#162814
(22,40,20)
#101C0F
(16,28,15)
#0A100A
(10,16,10)
#000000
(0,0,0)

Tints of #46883C

#46883C
(70,136,60)
#56924D
(86,146,77)
#669C5E
(102,156,94)
#76A66F
(118,166,111)
#86B080
(134,176,128)
#96BA91
(150,186,145)
#A6C4A2
(166,196,162)
#B6CEB3
(182,206,179)
#C6D8C4
(198,216,196)
#D6E2D5
(214,226,213)
#E6ECE6
(230,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46883C color. Also use rgb(70,136,60) instead hex code.

Text Font Color

.myTextColor { color: #46883C; }

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

This text font color is #46883C.


Background Color

.myBgColor { background-color: #46883C; }

<div style="background-color:#46883C">Inner text</div>

This div background color is #46883C.


Border color

.myBorderColor { border: 1px solid #46883C; }

<div style="border:3px solid #46883C">Div</div>

This div border color is #46883C.


Opacity

.myOpacity80 { color: #46883C; opacity: 0.8; }

<p style="color:#46883C;opacity:0.8;">80%</p>

Text with #46883C 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 #46883C;}

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

This text has shadow with #46883C color.

.textShadow {text-shadow: 3px 3px 1px #46883C, 3px 3px 1px red;}

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

This text has shadow with #46883C primary color and red secondary color.


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

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

This text has shadow with #46883C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46883C on black background.


Color preview on white background

This text has color #46883C on white background.



Black color preview on #46883C background

This text has black color on #46883C background.


White color preview on #46883C background

This text has white color on #46883C background.