COLOR #47694E

HEX: #47694E
RGB: (71,105,78)

Color info

#47694E contains red, green and blue colors in about the same proportion. Web safe color of #47694E is #336666 (or #366).

RGB color model

#47694E color RGB value is (71,105,78).

  • red value is 71;
  • green value is 105;
  • blue value is 78.
RGB:
(71,105,78)
(28%,41%,31%)

RGB channels and saturation

R 71 of 255 = 28%
G 105 of 255 = 41%
B 78 of 255 = 31%

71
105
78

R + G + B ~ 33%. #47694E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 105 + 78 = 254 (100%)
R 71 of 254 ~ 27.95%
G 105 of 254 ~ 41.34%
B 78 of 254 ~ 30.71%

%27.95
%41.34
%30.71

CMYK color model

#47694E color CMYK value is (32,0,26,59).

  • cyan value is 32.38%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 58.82%
CMYK:
(32,0,26,59)
C32M0Y26K59 
(32%,0%,26%,59%)
(0.32/0.00/0.26/0.59)	

CMYK percentages

%32.38
%0
%25.71
%58.82

Codes

Color #47694E in popluar color models

47694E
RGB7110578
HSL132°19.32%34.51%
HSB/HSV132°32.38%41.18%
CMYK32.38%0.00%25.71%
58.82%

Color #47694E in popluar number systems.

HEX47694E
Decimal7110578
Binary100011111010011001110
Octal107151116

Shades and tints

Shades of #47694E

#47694E
(71,105,78)
#416047
(65,96,71)
#3B5740
(59,87,64)
#354E39
(53,78,57)
#2F4532
(47,69,50)
#293C2B
(41,60,43)
#233324
(35,51,36)
#1D2A1D
(29,42,29)
#172116
(23,33,22)
#11180F
(17,24,15)
#0B0F08
(11,15,8)
#000000
(0,0,0)

Tints of #47694E

#47694E
(71,105,78)
#57765E
(87,118,94)
#67836E
(103,131,110)
#77907E
(119,144,126)
#879D8E
(135,157,142)
#97AA9E
(151,170,158)
#A7B7AE
(167,183,174)
#B7C4BE
(183,196,190)
#C7D1CE
(199,209,206)
#D7DEDE
(215,222,222)
#E7EBEE
(231,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47694E color. Also use rgb(71,105,78) instead hex code.

Text Font Color

.myTextColor { color: #47694E; }

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

This text font color is #47694E.


Background Color

.myBgColor { background-color: #47694E; }

<div style="background-color:#47694E">Inner text</div>

This div background color is #47694E.


Border color

.myBorderColor { border: 1px solid #47694E; }

<div style="border:3px solid #47694E">Div</div>

This div border color is #47694E.


Opacity

.myOpacity80 { color: #47694E; opacity: 0.8; }

<p style="color:#47694E;opacity:0.8;">80%</p>

Text with #47694E 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 #47694E;}

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

This text has shadow with #47694E color.

.textShadow {text-shadow: 3px 3px 1px #47694E, 3px 3px 1px red;}

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

This text has shadow with #47694E primary color and red secondary color.


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

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

This text has shadow with #47694E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47694E on black background.


Color preview on white background

This text has color #47694E on white background.



Black color preview on #47694E background

This text has black color on #47694E background.


White color preview on #47694E background

This text has white color on #47694E background.