COLOR #577614

HEX: #577614
RGB: (87,118,20)

Color info

#577614 contains mainly red and green colors. Web safe color of #577614 is #666600 (or #660).

RGB color model

#577614 color RGB value is (87,118,20).

  • red value is 87;
  • green value is 118;
  • blue value is 20.
RGB:
(87,118,20)
(34%,46%,8%)

RGB channels and saturation

R 87 of 255 = 34%
G 118 of 255 = 46%
B 20 of 255 = 8%

87
118
20

R + G + B ~ 29%. #577614 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
87 + 118 + 20 = 225 (100%)
R 87 of 225 ~ 38.67%
G 118 of 225 ~ 52.44%
B 20 of 225 ~ 8.89%

%38.67
%52.44

CMYK color model

#577614 color CMYK value is (26,0,83,54).

  • cyan value is 26.27%
  • magenta value is 0.00%
  • yellow value is 83.05%
  • key color value is 53.73%
CMYK:
(26,0,83,54)
C26M0Y83K54 
(26%,0%,83%,54%)
(0.26/0.00/0.83/0.54)	

CMYK percentages

%26.27
%0
%83.05
%53.73

Codes

Color #577614 in popluar color models

577614
RGB8711820
HSL79°71.01%27.06%
HSB/HSV79°83.05%46.27%
CMYK26.27%0.00%83.05%
53.73%

Color #577614 in popluar number systems.

HEX577614
Decimal8711820
Binary1010111111011010100
Octal12716624

Shades and tints

Shades of #577614

#577614
(87,118,20)
#506C13
(80,108,19)
#496212
(73,98,18)
#425811
(66,88,17)
#3B4E10
(59,78,16)
#34440F
(52,68,15)
#2D3A0E
(45,58,14)
#26300D
(38,48,13)
#1F260C
(31,38,12)
#181C0B
(24,28,11)
#11120A
(17,18,10)
#000000
(0,0,0)

Tints of #577614

#577614
(87,118,20)
#668229
(102,130,41)
#758E3E
(117,142,62)
#849A53
(132,154,83)
#93A668
(147,166,104)
#A2B27D
(162,178,125)
#B1BE92
(177,190,146)
#C0CAA7
(192,202,167)
#CFD6BC
(207,214,188)
#DEE2D1
(222,226,209)
#EDEEE6
(237,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #577614 color. Also use rgb(87,118,20) instead hex code.

Text Font Color

.myTextColor { color: #577614; }

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

This text font color is #577614.


Background Color

.myBgColor { background-color: #577614; }

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

This div background color is #577614.


Border color

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

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

This div border color is #577614.


Opacity

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

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

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

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

This text has shadow with #577614 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #577614 on black background.


Color preview on white background

This text has color #577614 on white background.



Black color preview on #577614 background

This text has black color on #577614 background.


White color preview on #577614 background

This text has white color on #577614 background.