COLOR #47643E

HEX: #47643E
RGB: (71,100,62)

Color info

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

RGB color model

#47643E color RGB value is (71,100,62).

  • red value is 71;
  • green value is 100;
  • blue value is 62.
RGB:
(71,100,62)
(28%,39%,24%)

RGB channels and saturation

R 71 of 255 = 28%
G 100 of 255 = 39%
B 62 of 255 = 24%

71
100
62

R + G + B ~ 30%. #47643E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 100 + 62 = 233 (100%)
R 71 of 233 ~ 30.47%
G 100 of 233 ~ 42.92%
B 62 of 233 ~ 26.61%

%30.47
%42.92
%26.61

CMYK color model

#47643E color CMYK value is (29,0,38,61).

  • cyan value is 29.00%
  • magenta value is 0.00%
  • yellow value is 38.00%
  • key color value is 60.78%
CMYK:
(29,0,38,61)
C29M0Y38K61 
(29%,0%,38%,61%)
(0.29/0.00/0.38/0.61)	

CMYK percentages

%29
%0
%38
%60.78

Codes

Color #47643E in popluar color models

47643E
RGB7110062
HSL106°23.46%31.76%
HSB/HSV106°38.00%39.22%
CMYK29.00%0.00%38.00%
60.78%

Color #47643E in popluar number systems.

HEX47643E
Decimal7110062
Binary10001111100100111110
Octal10714476

Shades and tints

Shades of #47643E

#47643E
(71,100,62)
#415B39
(65,91,57)
#3B5234
(59,82,52)
#35492F
(53,73,47)
#2F402A
(47,64,42)
#293725
(41,55,37)
#232E20
(35,46,32)
#1D251B
(29,37,27)
#171C16
(23,28,22)
#111311
(17,19,17)
#0B0A0C
(11,10,12)
#000000
(0,0,0)

Tints of #47643E

#47643E
(71,100,62)
#57724F
(87,114,79)
#678060
(103,128,96)
#778E71
(119,142,113)
#879C82
(135,156,130)
#97AA93
(151,170,147)
#A7B8A4
(167,184,164)
#B7C6B5
(183,198,181)
#C7D4C6
(199,212,198)
#D7E2D7
(215,226,215)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47643E color. Also use rgb(71,100,62) instead hex code.

Text Font Color

.myTextColor { color: #47643E; }

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

This text font color is #47643E.


Background Color

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

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

This div background color is #47643E.


Border color

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

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

This div border color is #47643E.


Opacity

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

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

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

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

This text has shadow with #47643E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47643E on black background.


Color preview on white background

This text has color #47643E on white background.



Black color preview on #47643E background

This text has black color on #47643E background.


White color preview on #47643E background

This text has white color on #47643E background.