COLOR #557529

HEX: #557529
RGB: (85,117,41)

Color info

#557529 contains mainly red and green colors. Web safe color of #557529 is #666633 (or #663).

RGB color model

#557529 color RGB value is (85,117,41).

  • red value is 85;
  • green value is 117;
  • blue value is 41.
RGB: (85,117,41) (33%,46%,16%)

RGB channels and saturation

R 85 of 255 = 33%
G 117 of 255 = 46%
B 41 of 255 = 16%

85
117
41

R + G + B ~ 32%. #557529 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 117 + 41 = 243 (100%)
R 85 of 243 ~ 34.98%
G 117 of 243 ~ 48.15%
B 41 of 243 ~ 16.87%

%34.98
%48.15
%16.87

CMYK color model

#557529 color CMYK value is (27,0,65,54).

  • cyan value is 27.35%
  • magenta value is 0.00%
  • yellow value is 64.96%
  • key color value is 54.12%
CMYK: (27,0,65,54) C27M0Y65K54 (27%,0%,65%,54%) (0.27/0.00/0.65/0.54)

CMYK percentages

%27.35
%0
%64.96
%54.12

Codes

Color #557529 in popluar color models

557529
RGB8511741
HSL85°48.10%30.98%
HSB/HSV85°64.96%45.88%
CMYK27.35%0.00%64.96%
54.12%

Color #557529 in popluar number systems.

HEX557529
Decimal8511741
Binary10101011110101101001
Octal12516551

Shades and tints

Shades of #557529

#557529
(85,117,41)
#4E6B26
(78,107,38)
#476123
(71,97,35)
#405720
(64,87,32)
#394D1D
(57,77,29)
#32431A
(50,67,26)
#2B3917
(43,57,23)
#242F14
(36,47,20)
#1D2511
(29,37,17)
#161B0E
(22,27,14)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #557529

#557529
(85,117,41)
#64813C
(100,129,60)
#738D4F
(115,141,79)
#829962
(130,153,98)
#91A575
(145,165,117)
#A0B188
(160,177,136)
#AFBD9B
(175,189,155)
#BEC9AE
(190,201,174)
#CDD5C1
(205,213,193)
#DCE1D4
(220,225,212)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #557529 color. Also use rgb(85,117,41) instead hex code.

Text Font Color

.myTextColor { color: #557529; }

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

This text font color is #557529.


Background Color

.myBgColor { background-color: #557529; }

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

This div background color is #557529.


Border color

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

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

This div border color is #557529.


Opacity

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

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

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

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

This text has shadow with #557529 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #557529 on black background.


Color preview on white background

This text has color #557529 on white background.



Black color preview on #557529 background

This text has black color on #557529 background.


White color preview on #557529 background

This text has white color on #557529 background.