COLOR #47684A

HEX: #47684A
RGB: (71,104,74)

Color info

#47684A contains red, green and blue colors in about the same proportion. Web safe color of #47684A is #336633 (or #363).

RGB color model

#47684A color RGB value is (71,104,74).

  • red value is 71;
  • green value is 104;
  • blue value is 74.
RGB:
(71,104,74)
(28%,41%,29%)

RGB channels and saturation

R 71 of 255 = 28%
G 104 of 255 = 41%
B 74 of 255 = 29%

71
104
74

R + G + B ~ 33%. #47684A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 104 + 74 = 249 (100%)
R 71 of 249 ~ 28.51%
G 104 of 249 ~ 41.77%
B 74 of 249 ~ 29.72%

%28.51
%41.77
%29.72

CMYK color model

#47684A color CMYK value is (32,0,29,59).

  • cyan value is 31.73%
  • magenta value is 0.00%
  • yellow value is 28.85%
  • key color value is 59.22%
CMYK:
(32,0,29,59)
C32M0Y29K59 
(32%,0%,29%,59%)
(0.32/0.00/0.29/0.59)	

CMYK percentages

%31.73
%0
%28.85
%59.22

Codes

Color #47684A in popluar color models

47684A
RGB7110474
HSL125°18.86%34.31%
HSB/HSV125°31.73%40.78%
CMYK31.73%0.00%28.85%
59.22%

Color #47684A in popluar number systems.

HEX47684A
Decimal7110474
Binary100011111010001001010
Octal107150112

Shades and tints

Shades of #47684A

#47684A
(71,104,74)
#415F44
(65,95,68)
#3B563E
(59,86,62)
#354D38
(53,77,56)
#2F4432
(47,68,50)
#293B2C
(41,59,44)
#233226
(35,50,38)
#1D2920
(29,41,32)
#17201A
(23,32,26)
#111714
(17,23,20)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #47684A

#47684A
(71,104,74)
#57755A
(87,117,90)
#67826A
(103,130,106)
#778F7A
(119,143,122)
#879C8A
(135,156,138)
#97A99A
(151,169,154)
#A7B6AA
(167,182,170)
#B7C3BA
(183,195,186)
#C7D0CA
(199,208,202)
#D7DDDA
(215,221,218)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47684A color. Also use rgb(71,104,74) instead hex code.

Text Font Color

.myTextColor { color: #47684A; }

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

This text font color is #47684A.


Background Color

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

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

This div background color is #47684A.


Border color

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

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

This div border color is #47684A.


Opacity

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

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

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

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

This text has shadow with #47684A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47684A on black background.


Color preview on white background

This text has color #47684A on white background.



Black color preview on #47684A background

This text has black color on #47684A background.


White color preview on #47684A background

This text has white color on #47684A background.