COLOR #538E5C

HEX: #538E5C
RGB: (83,142,92)

Color info

#538E5C contains red, green and blue colors in about the same proportion. Web safe color of #538E5C is #669966 (or #696).

RGB color model

#538E5C color RGB value is (83,142,92).

  • red value is 83;
  • green value is 142;
  • blue value is 92.
RGB:
(83,142,92)
(33%,56%,36%)

RGB channels and saturation

R 83 of 255 = 33%
G 142 of 255 = 56%
B 92 of 255 = 36%

83
142
92

R + G + B ~ 42%. #538E5C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 142 + 92 = 317 (100%)
R 83 of 317 ~ 26.18%
G 142 of 317 ~ 44.79%
B 92 of 317 ~ 29.02%

%26.18
%44.79
%29.02

CMYK color model

#538E5C color CMYK value is (42,0,35,44).

  • cyan value is 41.55%
  • magenta value is 0.00%
  • yellow value is 35.21%
  • key color value is 44.31%
CMYK:
(42,0,35,44)
C42M0Y35K44 
(42%,0%,35%,44%)
(0.42/0.00/0.35/0.44)	

CMYK percentages

%41.55
%0
%35.21
%44.31

Codes

Color #538E5C in popluar color models

538E5C
RGB8314292
HSL129°26.22%44.12%
HSB/HSV129°41.55%55.69%
CMYK41.55%0.00%35.21%
44.31%

Color #538E5C in popluar number systems.

HEX538E5C
Decimal8314292
Binary1010011100011101011100
Octal123216134

Shades and tints

Shades of #538E5C

#538E5C
(83,142,92)
#4C8254
(76,130,84)
#45764C
(69,118,76)
#3E6A44
(62,106,68)
#375E3C
(55,94,60)
#305234
(48,82,52)
#29462C
(41,70,44)
#223A24
(34,58,36)
#1B2E1C
(27,46,28)
#142214
(20,34,20)
#0D160C
(13,22,12)
#000000
(0,0,0)

Tints of #538E5C

#538E5C
(83,142,92)
#62986A
(98,152,106)
#71A278
(113,162,120)
#80AC86
(128,172,134)
#8FB694
(143,182,148)
#9EC0A2
(158,192,162)
#ADCAB0
(173,202,176)
#BCD4BE
(188,212,190)
#CBDECC
(203,222,204)
#DAE8DA
(218,232,218)
#E9F2E8
(233,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538E5C color. Also use rgb(83,142,92) instead hex code.

Text Font Color

.myTextColor { color: #538E5C; }

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

This text font color is #538E5C.


Background Color

.myBgColor { background-color: #538E5C; }

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

This div background color is #538E5C.


Border color

.myBorderColor { border: 1px solid #538E5C; }

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

This div border color is #538E5C.


Opacity

.myOpacity80 { color: #538E5C; opacity: 0.8; }

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

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

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

This text has shadow with #538E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538E5C on black background.


Color preview on white background

This text has color #538E5C on white background.



Black color preview on #538E5C background

This text has black color on #538E5C background.


White color preview on #538E5C background

This text has white color on #538E5C background.