COLOR #46742D

HEX: #46742D
RGB: (70,116,45)

Color info

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

RGB color model

#46742D color RGB value is (70,116,45).

  • red value is 70;
  • green value is 116;
  • blue value is 45.
RGB:
(70,116,45)
(27%,45%,18%)

RGB channels and saturation

R 70 of 255 = 27%
G 116 of 255 = 45%
B 45 of 255 = 18%

70
116
45

R + G + B ~ 30%. #46742D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 116 + 45 = 231 (100%)
R 70 of 231 ~ 30.3%
G 116 of 231 ~ 50.22%
B 45 of 231 ~ 19.48%

%30.3
%50.22
%19.48

CMYK color model

#46742D color CMYK value is (40,0,61,55).

  • cyan value is 39.66%
  • magenta value is 0.00%
  • yellow value is 61.21%
  • key color value is 54.51%
CMYK:
(40,0,61,55)
C40M0Y61K55 
(40%,0%,61%,55%)
(0.40/0.00/0.61/0.55)	

CMYK percentages

%39.66
%0
%61.21
%54.51

Codes

Color #46742D in popluar color models

46742D
RGB7011645
HSL99°44.10%31.57%
HSB/HSV99°61.21%45.49%
CMYK39.66%0.00%61.21%
54.51%

Color #46742D in popluar number systems.

HEX46742D
Decimal7011645
Binary10001101110100101101
Octal10616455

Shades and tints

Shades of #46742D

#46742D
(70,116,45)
#406A29
(64,106,41)
#3A6025
(58,96,37)
#345621
(52,86,33)
#2E4C1D
(46,76,29)
#284219
(40,66,25)
#223815
(34,56,21)
#1C2E11
(28,46,17)
#16240D
(22,36,13)
#101A09
(16,26,9)
#0A1005
(10,16,5)
#000000
(0,0,0)

Tints of #46742D

#46742D
(70,116,45)
#568040
(86,128,64)
#668C53
(102,140,83)
#769866
(118,152,102)
#86A479
(134,164,121)
#96B08C
(150,176,140)
#A6BC9F
(166,188,159)
#B6C8B2
(182,200,178)
#C6D4C5
(198,212,197)
#D6E0D8
(214,224,216)
#E6ECEB
(230,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46742D color. Also use rgb(70,116,45) instead hex code.

Text Font Color

.myTextColor { color: #46742D; }

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

This text font color is #46742D.


Background Color

.myBgColor { background-color: #46742D; }

<div style="background-color:#46742D">Inner text</div>

This div background color is #46742D.


Border color

.myBorderColor { border: 1px solid #46742D; }

<div style="border:3px solid #46742D">Div</div>

This div border color is #46742D.


Opacity

.myOpacity80 { color: #46742D; opacity: 0.8; }

<p style="color:#46742D;opacity:0.8;">80%</p>

Text with #46742D 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 #46742D;}

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

This text has shadow with #46742D color.

.textShadow {text-shadow: 3px 3px 1px #46742D, 3px 3px 1px red;}

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

This text has shadow with #46742D primary color and red secondary color.


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

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

This text has shadow with #46742D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46742D on black background.


Color preview on white background

This text has color #46742D on white background.



Black color preview on #46742D background

This text has black color on #46742D background.


White color preview on #46742D background

This text has white color on #46742D background.