COLOR #47675C

HEX: #47675C
RGB: (71,103,92)

Color info

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

RGB color model

#47675C color RGB value is (71,103,92).

  • red value is 71;
  • green value is 103;
  • blue value is 92.
RGB:
(71,103,92)
(28%,40%,36%)

RGB channels and saturation

R 71 of 255 = 28%
G 103 of 255 = 40%
B 92 of 255 = 36%

71
103
92

R + G + B ~ 35%. #47675C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 103 + 92 = 266 (100%)
R 71 of 266 ~ 26.69%
G 103 of 266 ~ 38.72%
B 92 of 266 ~ 34.59%

%26.69
%38.72
%34.59

CMYK color model

#47675C color CMYK value is (31,0,11,60).

  • cyan value is 31.07%
  • magenta value is 0.00%
  • yellow value is 10.68%
  • key color value is 59.61%
CMYK:
(31,0,11,60)
C31M0Y11K60 
(31%,0%,11%,60%)
(0.31/0.00/0.11/0.60)	

CMYK percentages

%31.07
%0
%10.68
%59.61

Codes

Color #47675C in popluar color models

47675C
RGB7110392
HSL159°18.39%34.12%
HSB/HSV159°31.07%40.39%
CMYK31.07%0.00%10.68%
59.61%

Color #47675C in popluar number systems.

HEX47675C
Decimal7110392
Binary100011111001111011100
Octal107147134

Shades and tints

Shades of #47675C

#47675C
(71,103,92)
#415E54
(65,94,84)
#3B554C
(59,85,76)
#354C44
(53,76,68)
#2F433C
(47,67,60)
#293A34
(41,58,52)
#23312C
(35,49,44)
#1D2824
(29,40,36)
#171F1C
(23,31,28)
#111614
(17,22,20)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #47675C

#47675C
(71,103,92)
#57746A
(87,116,106)
#678178
(103,129,120)
#778E86
(119,142,134)
#879B94
(135,155,148)
#97A8A2
(151,168,162)
#A7B5B0
(167,181,176)
#B7C2BE
(183,194,190)
#C7CFCC
(199,207,204)
#D7DCDA
(215,220,218)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47675C color. Also use rgb(71,103,92) instead hex code.

Text Font Color

.myTextColor { color: #47675C; }

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

This text font color is #47675C.


Background Color

.myBgColor { background-color: #47675C; }

<div style="background-color:#47675C">Inner text</div>

This div background color is #47675C.


Border color

.myBorderColor { border: 1px solid #47675C; }

<div style="border:3px solid #47675C">Div</div>

This div border color is #47675C.


Opacity

.myOpacity80 { color: #47675C; opacity: 0.8; }

<p style="color:#47675C;opacity:0.8;">80%</p>

Text with #47675C 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 #47675C;}

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

This text has shadow with #47675C color.

.textShadow {text-shadow: 3px 3px 1px #47675C, 3px 3px 1px red;}

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

This text has shadow with #47675C primary color and red secondary color.


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

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

This text has shadow with #47675C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47675C on black background.


Color preview on white background

This text has color #47675C on white background.



Black color preview on #47675C background

This text has black color on #47675C background.


White color preview on #47675C background

This text has white color on #47675C background.