COLOR #473901

HEX: #473901 RGB: (71,57,1)

Color info

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

RGB color model

#473901 color RGB value is (71,57,1).

RGB: (71,57,1) (28%, 22%, 0%)

RGB channels and saturation

R 71 of 255 = 28%
G 57 of 255 = 22%
B 1 of 255 = 0%

71
57
1

R + G + B ~ 17%. #473901 is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 57 + 1 = 129 (100%)
R 71 of 129 ~ 55.04%
G 57 of 129 ~ 44.19%
B 1 of 129 ~ 0.78'%

%55.04
%44.19

CMYK color model

#473901 color CMYK value is (0,20,99,72).

  • cyan value is 0.00%
  • magenta value is 19.72%
  • yellow value is 98.59%
  • key color value is 72.16%

CMYK: (0,20,99,72)
C0M20Y99K72 (0%, 20%, 99%, 72%)
(0.00 / 0.20 / 0.99 / 0.72)

CMYK percentages

%0
%19.72
%98.59
%72.16

Codes

Color #473901 in popluar color models

47 39 01
RGB 71 57 1
HSL 48° 97.22% 14.12%
HSB/HSV 48° 98.59% 27.84%
CMYK 0.00% 19.72% 98.59%
72.16%

Color #473901 in popluar number systems.

HEX 47 39 01
Decimal 71 57 1
Binary 1000111 111001 1
Octal 107 71 1

Shades and tints

Shades of #473901

#473901
(71,57,1)
#413401
(65,52,1)
#3B2F01
(59,47,1)
#352A01
(53,42,1)
#2F2501
(47,37,1)
#292001
(41,32,1)
#231B01
(35,27,1)
#1D1601
(29,22,1)
#171101
(23,17,1)
#110C01
(17,12,1)
#0B0701
(11,7,1)
#000000
(0,0,0)

Tints of #473901

#473901
(71,57,1)
#574B18
(87,75,24)
#675D2F
(103,93,47)
#776F46
(119,111,70)
#87815D
(135,129,93)
#979374
(151,147,116)
#A7A58B
(167,165,139)
#B7B7A2
(183,183,162)
#C7C9B9
(199,201,185)
#D7DBD0
(215,219,208)
#E7EDE7
(231,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473901 color. Also use rgb(71,57,1) instead hex code.

Text Font Color

.myTextColor { color: #473901; }

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

This text font color is #473901.

Background Color

.myBgColor { background-color: #473901; }

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

This div background color is #473901.

Border color

.myBorderColor { border: 1px solid #473901; }

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

This div border color is #473901.

Opacity

.myOpacity80 { color: #473901; opacity: 0.8; }

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

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

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

This text has shadow with #473901 color.


.textShadow {text-shadow: 3px 3px 1px #473901', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #473901; -webkit-box-shadow: 1px 1px 3px 2px #473901; box-shadow:1px 1px 3px 2px #473901;">
Div content here
</div>

This div box has shadow with color #473901.

Preview

Color preview on black background

This text has color #473901 on black background.


Color preview on white background

This text has color #473901 on white background.


Black color preview on #473901 background

This text has black color on #473901 background.


White color preview on #473901 background

This text has white color on #473901 background.


Related colors

Complementary color

Complementary color for #hex is #B8C6FE.


I love getcolorcode.com

Triadic colors

1 #014739 and #390147 with #473901 are triadic colors.

2 #013947 and #394701 with #473901 are triadic colors.