COLOR #538E65

HEX: #538E65
RGB: (83,142,101)

Color info

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

RGB color model

#538E65 color RGB value is (83,142,101).

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

RGB channels and saturation

R 83 of 255 = 33%
G 142 of 255 = 56%
B 101 of 255 = 40%

83
142
101

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

Portions of RGB colors in percentages

R + G + B =
83 + 142 + 101 = 326 (100%)
R 83 of 326 ~ 25.46%
G 142 of 326 ~ 43.56%
B 101 of 326 ~ 30.98%

%25.46
%43.56
%30.98

CMYK color model

#538E65 color CMYK value is (42,0,29,44).

  • cyan value is 41.55%
  • magenta value is 0.00%
  • yellow value is 28.87%
  • key color value is 44.31%
CMYK:
(42,0,29,44)
C42M0Y29K44 
(42%,0%,29%,44%)
(0.42/0.00/0.29/0.44)	

CMYK percentages

%41.55
%0
%28.87
%44.31

Codes

Color #538E65 in popluar color models

538E65
RGB83142101
HSL138°26.22%44.12%
HSB/HSV138°41.55%55.69%
CMYK41.55%0.00%28.87%
44.31%

Color #538E65 in popluar number systems.

HEX538E65
Decimal83142101
Binary1010011100011101100101
Octal123216145

Shades and tints

Shades of #538E65

#538E65
(83,142,101)
#4C825C
(76,130,92)
#457653
(69,118,83)
#3E6A4A
(62,106,74)
#375E41
(55,94,65)
#305238
(48,82,56)
#29462F
(41,70,47)
#223A26
(34,58,38)
#1B2E1D
(27,46,29)
#142214
(20,34,20)
#0D160B
(13,22,11)
#000000
(0,0,0)

Tints of #538E65

#538E65
(83,142,101)
#629873
(98,152,115)
#71A281
(113,162,129)
#80AC8F
(128,172,143)
#8FB69D
(143,182,157)
#9EC0AB
(158,192,171)
#ADCAB9
(173,202,185)
#BCD4C7
(188,212,199)
#CBDED5
(203,222,213)
#DAE8E3
(218,232,227)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538E65; }

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

This text font color is #538E65.


Background Color

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

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

This div background color is #538E65.


Border color

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

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

This div border color is #538E65.


Opacity

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

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

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

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

This text has shadow with #538E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538E65 on black background.


Color preview on white background

This text has color #538E65 on white background.



Black color preview on #538E65 background

This text has black color on #538E65 background.


White color preview on #538E65 background

This text has white color on #538E65 background.