COLOR #538E68

HEX: #538E68
RGB: (83,142,104)

Color info

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

RGB color model

#538E68 color RGB value is (83,142,104).

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

RGB channels and saturation

R 83 of 255 = 33%
G 142 of 255 = 56%
B 104 of 255 = 41%

83
142
104

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

Portions of RGB colors in percentages

R + G + B =
83 + 142 + 104 = 329 (100%)
R 83 of 329 ~ 25.23%
G 142 of 329 ~ 43.16%
B 104 of 329 ~ 31.61%

%25.23
%43.16
%31.61

CMYK color model

#538E68 color CMYK value is (42,0,27,44).

  • cyan value is 41.55%
  • magenta value is 0.00%
  • yellow value is 26.76%
  • key color value is 44.31%
CMYK:
(42,0,27,44)
C42M0Y27K44 
(42%,0%,27%,44%)
(0.42/0.00/0.27/0.44)	

CMYK percentages

%41.55
%0
%26.76
%44.31

Codes

Color #538E68 in popluar color models

538E68
RGB83142104
HSL141°26.22%44.12%
HSB/HSV141°41.55%55.69%
CMYK41.55%0.00%26.76%
44.31%

Color #538E68 in popluar number systems.

HEX538E68
Decimal83142104
Binary1010011100011101101000
Octal123216150

Shades and tints

Shades of #538E68

#538E68
(83,142,104)
#4C825F
(76,130,95)
#457656
(69,118,86)
#3E6A4D
(62,106,77)
#375E44
(55,94,68)
#30523B
(48,82,59)
#294632
(41,70,50)
#223A29
(34,58,41)
#1B2E20
(27,46,32)
#142217
(20,34,23)
#0D160E
(13,22,14)
#000000
(0,0,0)

Tints of #538E68

#538E68
(83,142,104)
#629875
(98,152,117)
#71A282
(113,162,130)
#80AC8F
(128,172,143)
#8FB69C
(143,182,156)
#9EC0A9
(158,192,169)
#ADCAB6
(173,202,182)
#BCD4C3
(188,212,195)
#CBDED0
(203,222,208)
#DAE8DD
(218,232,221)
#E9F2EA
(233,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538E68; }

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

This text font color is #538E68.


Background Color

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

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

This div background color is #538E68.


Border color

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

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

This div border color is #538E68.


Opacity

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

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

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

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

This text has shadow with #538E68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538E68 on black background.


Color preview on white background

This text has color #538E68 on white background.



Black color preview on #538E68 background

This text has black color on #538E68 background.


White color preview on #538E68 background

This text has white color on #538E68 background.