COLOR #472300

HEX: #472300 RGB: (71,35,0)

Color info

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

RGB color model

#472300 color RGB value is (71,35,0).

RGB: (71,35,0) (28%, 14%, 0%)

RGB channels and saturation

R 71 of 255 = 28%
G 35 of 255 = 14%
B 0 of 255 = 0%

71
35
0

R + G + B ~ 14%. #472300 is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 35 + 0 = 106 (100%)
R 71 of 106 ~ 66.98%
G 35 of 106 ~ 33.02%
B 0 of 106 ~ 0'%

%66.98
%33.02

CMYK color model

#472300 color CMYK value is (0,51,100,72).

  • cyan value is 0.00%
  • magenta value is 50.70%
  • yellow value is 100.00%
  • key color value is 72.16%

CMYK: (0,51,100,72)
C0M51Y100K72 (0%, 51%, 100%, 72%)
(0.00 / 0.51 / 1.00 / 0.72)

CMYK percentages

%0
%50.7
%100
%72.16

Codes

Color #472300 in popluar color models

47 23 00
RGB 71 35 0
HSL 30° 100.00% 13.92%
HSB/HSV 30° 100.00% 27.84%
CMYK 0.00% 50.70% 100.00%
72.16%

Color #472300 in popluar number systems.

HEX 47 23 00
Decimal 71 35 0
Binary 1000111 100011 0
Octal 107 43 0

Shades and tints

Shades of #472300

#472300
(71,35,0)
#412000
(65,32,0)
#3B1D00
(59,29,0)
#351A00
(53,26,0)
#2F1700
(47,23,0)
#291400
(41,20,0)
#231100
(35,17,0)
#1D0E00
(29,14,0)
#170B00
(23,11,0)
#110800
(17,8,0)
#0B0500
(11,5,0)
#000000
(0,0,0)

Tints of #472300

#472300
(71,35,0)
#573717
(87,55,23)
#674B2E
(103,75,46)
#775F45
(119,95,69)
#87735C
(135,115,92)
#978773
(151,135,115)
#A79B8A
(167,155,138)
#B7AFA1
(183,175,161)
#C7C3B8
(199,195,184)
#D7D7CF
(215,215,207)
#E7EBE6
(231,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #472300 color. Also use rgb(71,35,0) instead hex code.

Text Font Color

.myTextColor { color: #472300; }

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

This text font color is #472300.

Background Color

.myBgColor { background-color: #472300; }

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

This div background color is #472300.

Border color

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

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

This div border color is #472300.

Opacity

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

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

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

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

This text has shadow with #472300 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #472300.

Preview

Color preview on black background

This text has color #472300 on black background.


Color preview on white background

This text has color #472300 on white background.


Black color preview on #472300 background

This text has black color on #472300 background.


White color preview on #472300 background

This text has white color on #472300 background.


Related colors

Complementary color

Complementary color for #hex is #B8DCFF.


I love getcolorcode.com

Triadic colors

1 #004723 and #230047 with #472300 are triadic colors.

2 #002347 and #234700 with #472300 are triadic colors.