COLOR #46752C

HEX: #46752C
RGB: (70,117,44)

Color info

#46752C contains mainly red and green colors. Web safe color of #46752C is #336633 (or #363).

RGB color model

#46752C color RGB value is (70,117,44).

  • red value is 70;
  • green value is 117;
  • blue value is 44.
RGB:
(70,117,44)
(27%,46%,17%)

RGB channels and saturation

R 70 of 255 = 27%
G 117 of 255 = 46%
B 44 of 255 = 17%

70
117
44

R + G + B ~ 30%. #46752C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 117 + 44 = 231 (100%)
R 70 of 231 ~ 30.3%
G 117 of 231 ~ 50.65%
B 44 of 231 ~ 19.05%

%30.3
%50.65
%19.05

CMYK color model

#46752C color CMYK value is (40,0,62,54).

  • cyan value is 40.17%
  • magenta value is 0.00%
  • yellow value is 62.39%
  • key color value is 54.12%
CMYK:
(40,0,62,54)
C40M0Y62K54 
(40%,0%,62%,54%)
(0.40/0.00/0.62/0.54)	

CMYK percentages

%40.17
%0
%62.39
%54.12

Codes

Color #46752C in popluar color models

46752C
RGB7011744
HSL99°45.34%31.57%
HSB/HSV99°62.39%45.88%
CMYK40.17%0.00%62.39%
54.12%

Color #46752C in popluar number systems.

HEX46752C
Decimal7011744
Binary10001101110101101100
Octal10616554

Shades and tints

Shades of #46752C

#46752C
(70,117,44)
#406B28
(64,107,40)
#3A6124
(58,97,36)
#345720
(52,87,32)
#2E4D1C
(46,77,28)
#284318
(40,67,24)
#223914
(34,57,20)
#1C2F10
(28,47,16)
#16250C
(22,37,12)
#101B08
(16,27,8)
#0A1104
(10,17,4)
#000000
(0,0,0)

Tints of #46752C

#46752C
(70,117,44)
#56813F
(86,129,63)
#668D52
(102,141,82)
#769965
(118,153,101)
#86A578
(134,165,120)
#96B18B
(150,177,139)
#A6BD9E
(166,189,158)
#B6C9B1
(182,201,177)
#C6D5C4
(198,213,196)
#D6E1D7
(214,225,215)
#E6EDEA
(230,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46752C color. Also use rgb(70,117,44) instead hex code.

Text Font Color

.myTextColor { color: #46752C; }

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

This text font color is #46752C.


Background Color

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

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

This div background color is #46752C.


Border color

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

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

This div border color is #46752C.


Opacity

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

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

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

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

This text has shadow with #46752C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46752C on black background.


Color preview on white background

This text has color #46752C on white background.



Black color preview on #46752C background

This text has black color on #46752C background.


White color preview on #46752C background

This text has white color on #46752C background.