COLOR #473E08

HEX: #473E08
RGB: (71,62,8)

Color info

#473E08 contains mainly red and green colors. Web safe color of #473E08 is #333300 (or #330).

RGB color model

#473E08 color RGB value is (71,62,8).

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

RGB channels and saturation

R 71 of 255 = 28%
G 62 of 255 = 24%
B 8 of 255 = 3%

71
62
8

R + G + B ~ 18%. #473E08 is dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 62 + 8 = 141 (100%)
R 71 of 141 ~ 50.35%
G 62 of 141 ~ 43.97%
B 8 of 141 ~ 5.67%

%50.35
%43.97

CMYK color model

#473E08 color CMYK value is (0,13,89,72).

  • cyan value is 0.00%
  • magenta value is 12.68%
  • yellow value is 88.73%
  • key color value is 72.16%
CMYK:
(0,13,89,72)
C0M13Y89K72 
(0%,13%,89%,72%)
(0.00/0.13/0.89/0.72)	

CMYK percentages

%0
%12.68
%88.73
%72.16

Codes

Color #473E08 in popluar color models

473E08
RGB71628
HSL51°79.75%15.49%
HSB/HSV51°88.73%27.84%
CMYK0.00%12.68%88.73%
72.16%

Color #473E08 in popluar number systems.

HEX473E08
Decimal71628
Binary10001111111101000
Octal1077610

Shades and tints

Shades of #473E08

#473E08
(71,62,8)
#413908
(65,57,8)
#3B3408
(59,52,8)
#352F08
(53,47,8)
#2F2A08
(47,42,8)
#292508
(41,37,8)
#232008
(35,32,8)
#1D1B08
(29,27,8)
#171608
(23,22,8)
#111108
(17,17,8)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #473E08

#473E08
(71,62,8)
#574F1E
(87,79,30)
#676034
(103,96,52)
#77714A
(119,113,74)
#878260
(135,130,96)
#979376
(151,147,118)
#A7A48C
(167,164,140)
#B7B5A2
(183,181,162)
#C7C6B8
(199,198,184)
#D7D7CE
(215,215,206)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473E08 color. Also use rgb(71,62,8) instead hex code.

Text Font Color

.myTextColor { color: #473E08; }

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

This text font color is #473E08.


Background Color

.myBgColor { background-color: #473E08; }

<div style="background-color:#473E08">Inner text</div>

This div background color is #473E08.


Border color

.myBorderColor { border: 1px solid #473E08; }

<div style="border:3px solid #473E08">Div</div>

This div border color is #473E08.


Opacity

.myOpacity80 { color: #473E08; opacity: 0.8; }

<p style="color:#473E08;opacity:0.8;">80%</p>

Text with #473E08 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 #473E08;}

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

This text has shadow with #473E08 color.

.textShadow {text-shadow: 3px 3px 1px #473E08, 3px 3px 1px red;}

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

This text has shadow with #473E08 primary color and red secondary color.


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

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

This text has shadow with #473E08 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473E08 on black background.


Color preview on white background

This text has color #473E08 on white background.



Black color preview on #473E08 background

This text has black color on #473E08 background.


White color preview on #473E08 background

This text has white color on #473E08 background.