COLOR #47380F

HEX: #47380F
RGB: (71,56,15)

Color info

#47380F contains red, green and blue colors in about the same proportion. Web safe color of #47380F is #333300 (or #330).

RGB color model

#47380F color RGB value is (71,56,15).

  • red value is 71;
  • green value is 56;
  • blue value is 15.
RGB:
(71,56,15)
(28%,22%,6%)

RGB channels and saturation

R 71 of 255 = 28%
G 56 of 255 = 22%
B 15 of 255 = 6%

71
56
15

R + G + B ~ 19%. #47380F is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 56 + 15 = 142 (100%)
R 71 of 142 ~ 50%
G 56 of 142 ~ 39.44%
B 15 of 142 ~ 10.56%

%50
%39.44
%10.56

CMYK color model

#47380F color CMYK value is (0,21,79,72).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 78.87%
  • key color value is 72.16%
CMYK:
(0,21,79,72)
C0M21Y79K72 
(0%,21%,79%,72%)
(0.00/0.21/0.79/0.72)	

CMYK percentages

%0
%21.13
%78.87
%72.16

Codes

Color #47380F in popluar color models

47380F
RGB715615
HSL44°65.12%16.86%
HSB/HSV44°78.87%27.84%
CMYK0.00%21.13%78.87%
72.16%

Color #47380F in popluar number systems.

HEX47380F
Decimal715615
Binary10001111110001111
Octal1077017

Shades and tints

Shades of #47380F

#47380F
(71,56,15)
#41330E
(65,51,14)
#3B2E0D
(59,46,13)
#35290C
(53,41,12)
#2F240B
(47,36,11)
#291F0A
(41,31,10)
#231A09
(35,26,9)
#1D1508
(29,21,8)
#171007
(23,16,7)
#110B06
(17,11,6)
#0B0605
(11,6,5)
#000000
(0,0,0)

Tints of #47380F

#47380F
(71,56,15)
#574A24
(87,74,36)
#675C39
(103,92,57)
#776E4E
(119,110,78)
#878063
(135,128,99)
#979278
(151,146,120)
#A7A48D
(167,164,141)
#B7B6A2
(183,182,162)
#C7C8B7
(199,200,183)
#D7DACC
(215,218,204)
#E7ECE1
(231,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47380F color. Also use rgb(71,56,15) instead hex code.

Text Font Color

.myTextColor { color: #47380F; }

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

This text font color is #47380F.


Background Color

.myBgColor { background-color: #47380F; }

<div style="background-color:#47380F">Inner text</div>

This div background color is #47380F.


Border color

.myBorderColor { border: 1px solid #47380F; }

<div style="border:3px solid #47380F">Div</div>

This div border color is #47380F.


Opacity

.myOpacity80 { color: #47380F; opacity: 0.8; }

<p style="color:#47380F;opacity:0.8;">80%</p>

Text with #47380F 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 #47380F;}

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

This text has shadow with #47380F color.

.textShadow {text-shadow: 3px 3px 1px #47380F, 3px 3px 1px red;}

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

This text has shadow with #47380F primary color and red secondary color.


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

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

This text has shadow with #47380F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47380F on black background.


Color preview on white background

This text has color #47380F on white background.



Black color preview on #47380F background

This text has black color on #47380F background.


White color preview on #47380F background

This text has white color on #47380F background.