COLOR #47634E

HEX: #47634E
RGB: (71,99,78)

Color info

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

RGB color model

#47634E color RGB value is (71,99,78).

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

RGB channels and saturation

R 71 of 255 = 28%
G 99 of 255 = 39%
B 78 of 255 = 31%

71
99
78

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

Portions of RGB colors in percentages

R + G + B =
71 + 99 + 78 = 248 (100%)
R 71 of 248 ~ 28.63%
G 99 of 248 ~ 39.92%
B 78 of 248 ~ 31.45%

%28.63
%39.92
%31.45

CMYK color model

#47634E color CMYK value is (28,0,21,61).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 21.21%
  • key color value is 61.18%
CMYK:
(28,0,21,61)
C28M0Y21K61 
(28%,0%,21%,61%)
(0.28/0.00/0.21/0.61)	

CMYK percentages

%28.28
%0
%21.21
%61.18

Codes

Color #47634E in popluar color models

47634E
RGB719978
HSL135°16.47%33.33%
HSB/HSV135°28.28%38.82%
CMYK28.28%0.00%21.21%
61.18%

Color #47634E in popluar number systems.

HEX47634E
Decimal719978
Binary100011111000111001110
Octal107143116

Shades and tints

Shades of #47634E

#47634E
(71,99,78)
#415A47
(65,90,71)
#3B5140
(59,81,64)
#354839
(53,72,57)
#2F3F32
(47,63,50)
#29362B
(41,54,43)
#232D24
(35,45,36)
#1D241D
(29,36,29)
#171B16
(23,27,22)
#11120F
(17,18,15)
#0B0908
(11,9,8)
#000000
(0,0,0)

Tints of #47634E

#47634E
(71,99,78)
#57715E
(87,113,94)
#677F6E
(103,127,110)
#778D7E
(119,141,126)
#879B8E
(135,155,142)
#97A99E
(151,169,158)
#A7B7AE
(167,183,174)
#B7C5BE
(183,197,190)
#C7D3CE
(199,211,206)
#D7E1DE
(215,225,222)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47634E; }

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

This text font color is #47634E.


Background Color

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

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

This div background color is #47634E.


Border color

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

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

This div border color is #47634E.


Opacity

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

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

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

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

This text has shadow with #47634E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47634E on black background.


Color preview on white background

This text has color #47634E on white background.



Black color preview on #47634E background

This text has black color on #47634E background.


White color preview on #47634E background

This text has white color on #47634E background.