COLOR #574A18

HEX: #574A18
RGB: (87,74,24)

Color info

#574A18 contains mainly red and green colors. Web safe color of #574A18 is #663300 (or #630).

RGB color model

#574A18 color RGB value is (87,74,24).

  • red value is 87;
  • green value is 74;
  • blue value is 24.
RGB:
(87,74,24)
(34%,29%,9%)

RGB channels and saturation

R 87 of 255 = 34%
G 74 of 255 = 29%
B 24 of 255 = 9%

87
74
24

R + G + B ~ 24%. #574A18 is dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 74 + 24 = 185 (100%)
R 87 of 185 ~ 47.03%
G 74 of 185 ~ 40%
B 24 of 185 ~ 12.97%

%47.03
%40
%12.97

CMYK color model

#574A18 color CMYK value is (0,15,72,66).

  • cyan value is 0.00%
  • magenta value is 14.94%
  • yellow value is 72.41%
  • key color value is 65.88%
CMYK:
(0,15,72,66)
C0M15Y72K66 
(0%,15%,72%,66%)
(0.00/0.15/0.72/0.66)	

CMYK percentages

%0
%14.94
%72.41
%65.88

Codes

Color #574A18 in popluar color models

574A18
RGB877424
HSL48°56.76%21.76%
HSB/HSV48°72.41%34.12%
CMYK0.00%14.94%72.41%
65.88%

Color #574A18 in popluar number systems.

HEX574A18
Decimal877424
Binary1010111100101011000
Octal12711230

Shades and tints

Shades of #574A18

#574A18
(87,74,24)
#504416
(80,68,22)
#493E14
(73,62,20)
#423812
(66,56,18)
#3B3210
(59,50,16)
#342C0E
(52,44,14)
#2D260C
(45,38,12)
#26200A
(38,32,10)
#1F1A08
(31,26,8)
#181406
(24,20,6)
#110E04
(17,14,4)
#000000
(0,0,0)

Tints of #574A18

#574A18
(87,74,24)
#665A2D
(102,90,45)
#756A42
(117,106,66)
#847A57
(132,122,87)
#938A6C
(147,138,108)
#A29A81
(162,154,129)
#B1AA96
(177,170,150)
#C0BAAB
(192,186,171)
#CFCAC0
(207,202,192)
#DEDAD5
(222,218,213)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #574A18 color. Also use rgb(87,74,24) instead hex code.

Text Font Color

.myTextColor { color: #574A18; }

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

This text font color is #574A18.


Background Color

.myBgColor { background-color: #574A18; }

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

This div background color is #574A18.


Border color

.myBorderColor { border: 1px solid #574A18; }

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

This div border color is #574A18.


Opacity

.myOpacity80 { color: #574A18; opacity: 0.8; }

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

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

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

This text has shadow with #574A18 color.

.textShadow {text-shadow: 3px 3px 1px #574A18, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #574A18 on black background.


Color preview on white background

This text has color #574A18 on white background.



Black color preview on #574A18 background

This text has black color on #574A18 background.


White color preview on #574A18 background

This text has white color on #574A18 background.