COLOR #474A23

HEX: #474A23 RGB: (71,74,35)

Color info

#474A23 contains red, green and blue colors in about the same proportion. Web safe color of #474A23 is #333333 (or #333).

RGB color model

#474A23 color RGB value is (71,74,35).

RGB: (71,74,35) (28%, 29%, 14%)

RGB channels and saturation

R 71 of 255 = 28%
G 74 of 255 = 29%
B 35 of 255 = 14%

71
74
35

R + G + B ~ 24%. #474A23 is dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 74 + 35 = 180 (100%)
R 71 of 180 ~ 39.44%
G 74 of 180 ~ 41.11%
B 35 of 180 ~ 19.44'%

%39.44
%41.11
%19.44

CMYK color model

#474A23 color CMYK value is (4,0,53,71).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 52.70%
  • key color value is 70.98%

CMYK: (4,0,53,71)
C4M0Y53K71 (4%, 0%, 53%, 71%)
(0.04 / 0.00 / 0.53 / 0.71)

CMYK percentages

%4.05
%0
%52.7
%70.98

Codes

Color #474A23 in popluar color models

47 4A 23
RGB 71 74 35
HSL 65° 35.78% 21.37%
HSB/HSV 65° 52.70% 29.02%
CMYK 4.05% 0.00% 52.70%
70.98%

Color #474A23 in popluar number systems.

HEX 47 4A 23
Decimal 71 74 35
Binary 1000111 1001010 100011
Octal 107 112 43

Shades and tints

Shades of #474A23

#474A23
(71,74,35)
#414420
(65,68,32)
#3B3E1D
(59,62,29)
#35381A
(53,56,26)
#2F3217
(47,50,23)
#292C14
(41,44,20)
#232611
(35,38,17)
#1D200E
(29,32,14)
#171A0B
(23,26,11)
#111408
(17,20,8)
#0B0E05
(11,14,5)
#000000
(0,0,0)

Tints of #474A23

#474A23
(71,74,35)
#575A37
(87,90,55)
#676A4B
(103,106,75)
#777A5F
(119,122,95)
#878A73
(135,138,115)
#979A87
(151,154,135)
#A7AA9B
(167,170,155)
#B7BAAF
(183,186,175)
#C7CAC3
(199,202,195)
#D7DAD7
(215,218,215)
#E7EAEB
(231,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474A23; }

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

This text font color is #474A23.

Background Color

.myBgColor { background-color: #474A23; }

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

This div background color is #474A23.

Border color

.myBorderColor { border: 1px solid #474A23; }

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

This div border color is #474A23.

Opacity

.myOpacity80 { color: #474A23; opacity: 0.8; }

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

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

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

This text has shadow with #474A23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #474A23.

Preview

Color preview on black background

This text has color #474A23 on black background.


Color preview on white background

This text has color #474A23 on white background.


Black color preview on #474A23 background

This text has black color on #474A23 background.


White color preview on #474A23 background

This text has white color on #474A23 background.


Related colors

Complementary color

Complementary color for #hex is #B8B5DC.


I love getcolorcode.com

Triadic colors

1 #23474A and #4A2347 with #474A23 are triadic colors.

2 #234A47 and #4A4723 with #474A23 are triadic colors.