COLOR #47743D

HEX: #47743D
RGB: (71,116,61)

Color info

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

RGB color model

#47743D color RGB value is (71,116,61).

  • red value is 71;
  • green value is 116;
  • blue value is 61.
RGB:
(71,116,61)
(28%,45%,24%)

RGB channels and saturation

R 71 of 255 = 28%
G 116 of 255 = 45%
B 61 of 255 = 24%

71
116
61

R + G + B ~ 32%. #47743D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 116 + 61 = 248 (100%)
R 71 of 248 ~ 28.63%
G 116 of 248 ~ 46.77%
B 61 of 248 ~ 24.6%

%28.63
%46.77
%24.6

CMYK color model

#47743D color CMYK value is (39,0,47,55).

  • cyan value is 38.79%
  • magenta value is 0.00%
  • yellow value is 47.41%
  • key color value is 54.51%
CMYK:
(39,0,47,55)
C39M0Y47K55 
(39%,0%,47%,55%)
(0.39/0.00/0.47/0.55)	

CMYK percentages

%38.79
%0
%47.41
%54.51

Codes

Color #47743D in popluar color models

47743D
RGB7111661
HSL109°31.07%34.71%
HSB/HSV109°47.41%45.49%
CMYK38.79%0.00%47.41%
54.51%

Color #47743D in popluar number systems.

HEX47743D
Decimal7111661
Binary10001111110100111101
Octal10716475

Shades and tints

Shades of #47743D

#47743D
(71,116,61)
#416A38
(65,106,56)
#3B6033
(59,96,51)
#35562E
(53,86,46)
#2F4C29
(47,76,41)
#294224
(41,66,36)
#23381F
(35,56,31)
#1D2E1A
(29,46,26)
#172415
(23,36,21)
#111A10
(17,26,16)
#0B100B
(11,16,11)
#000000
(0,0,0)

Tints of #47743D

#47743D
(71,116,61)
#57804E
(87,128,78)
#678C5F
(103,140,95)
#779870
(119,152,112)
#87A481
(135,164,129)
#97B092
(151,176,146)
#A7BCA3
(167,188,163)
#B7C8B4
(183,200,180)
#C7D4C5
(199,212,197)
#D7E0D6
(215,224,214)
#E7ECE7
(231,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47743D color. Also use rgb(71,116,61) instead hex code.

Text Font Color

.myTextColor { color: #47743D; }

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

This text font color is #47743D.


Background Color

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

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

This div background color is #47743D.


Border color

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

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

This div border color is #47743D.


Opacity

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

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

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

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

This text has shadow with #47743D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47743D on black background.


Color preview on white background

This text has color #47743D on white background.



Black color preview on #47743D background

This text has black color on #47743D background.


White color preview on #47743D background

This text has white color on #47743D background.