COLOR #47653D

HEX: #47653D
RGB: (71,101,61)

Color info

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

RGB color model

#47653D color RGB value is (71,101,61).

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

RGB channels and saturation

R 71 of 255 = 28%
G 101 of 255 = 40%
B 61 of 255 = 24%

71
101
61

R + G + B ~ 31%. #47653D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 101 + 61 = 233 (100%)
R 71 of 233 ~ 30.47%
G 101 of 233 ~ 43.35%
B 61 of 233 ~ 26.18%

%30.47
%43.35
%26.18

CMYK color model

#47653D color CMYK value is (30,0,40,60).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 39.60%
  • key color value is 60.39%
CMYK:
(30,0,40,60)
C30M0Y40K60 
(30%,0%,40%,60%)
(0.30/0.00/0.40/0.60)	

CMYK percentages

%29.7
%0
%39.6
%60.39

Codes

Color #47653D in popluar color models

47653D
RGB7110161
HSL105°24.69%31.76%
HSB/HSV105°39.60%39.61%
CMYK29.70%0.00%39.60%
60.39%

Color #47653D in popluar number systems.

HEX47653D
Decimal7110161
Binary10001111100101111101
Octal10714575

Shades and tints

Shades of #47653D

#47653D
(71,101,61)
#415C38
(65,92,56)
#3B5333
(59,83,51)
#354A2E
(53,74,46)
#2F4129
(47,65,41)
#293824
(41,56,36)
#232F1F
(35,47,31)
#1D261A
(29,38,26)
#171D15
(23,29,21)
#111410
(17,20,16)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #47653D

#47653D
(71,101,61)
#57734E
(87,115,78)
#67815F
(103,129,95)
#778F70
(119,143,112)
#879D81
(135,157,129)
#97AB92
(151,171,146)
#A7B9A3
(167,185,163)
#B7C7B4
(183,199,180)
#C7D5C5
(199,213,197)
#D7E3D6
(215,227,214)
#E7F1E7
(231,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47653D; }

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

This text font color is #47653D.


Background Color

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

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

This div background color is #47653D.


Border color

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

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

This div border color is #47653D.


Opacity

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

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

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

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

This text has shadow with #47653D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47653D on black background.


Color preview on white background

This text has color #47653D on white background.



Black color preview on #47653D background

This text has black color on #47653D background.


White color preview on #47653D background

This text has white color on #47653D background.