COLOR #537554

HEX: #537554
RGB: (83,117,84)

Color info

#537554 contains red, green and blue colors in about the same proportion. Web safe color of #537554 is #666666 (or #666).

RGB color model

#537554 color RGB value is (83,117,84).

  • red value is 83;
  • green value is 117;
  • blue value is 84.
RGB:
(83,117,84)
(33%,46%,33%)

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 84 of 255 = 33%

83
117
84

R + G + B ~ 37%. #537554 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 117 + 84 = 284 (100%)
R 83 of 284 ~ 29.23%
G 117 of 284 ~ 41.2%
B 84 of 284 ~ 29.58%

%29.23
%41.2
%29.58

CMYK color model

#537554 color CMYK value is (29,0,28,54).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 28.21%
  • key color value is 54.12%
CMYK:
(29,0,28,54)
C29M0Y28K54 
(29%,0%,28%,54%)
(0.29/0.00/0.28/0.54)	

CMYK percentages

%29.06
%0
%28.21
%54.12

Codes

Color #537554 in popluar color models

537554
RGB8311784
HSL122°17.00%39.22%
HSB/HSV122°29.06%45.88%
CMYK29.06%0.00%28.21%
54.12%

Color #537554 in popluar number systems.

HEX537554
Decimal8311784
Binary101001111101011010100
Octal123165124

Shades and tints

Shades of #537554

#537554
(83,117,84)
#4C6B4D
(76,107,77)
#456146
(69,97,70)
#3E573F
(62,87,63)
#374D38
(55,77,56)
#304331
(48,67,49)
#29392A
(41,57,42)
#222F23
(34,47,35)
#1B251C
(27,37,28)
#141B15
(20,27,21)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #537554

#537554
(83,117,84)
#628163
(98,129,99)
#718D72
(113,141,114)
#809981
(128,153,129)
#8FA590
(143,165,144)
#9EB19F
(158,177,159)
#ADBDAE
(173,189,174)
#BCC9BD
(188,201,189)
#CBD5CC
(203,213,204)
#DAE1DB
(218,225,219)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #537554 color. Also use rgb(83,117,84) instead hex code.

Text Font Color

.myTextColor { color: #537554; }

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

This text font color is #537554.


Background Color

.myBgColor { background-color: #537554; }

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

This div background color is #537554.


Border color

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

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

This div border color is #537554.


Opacity

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

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

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

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

This text has shadow with #537554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537554 on black background.


Color preview on white background

This text has color #537554 on white background.



Black color preview on #537554 background

This text has black color on #537554 background.


White color preview on #537554 background

This text has white color on #537554 background.