COLOR #538E6C

HEX: #538E6C
RGB: (83,142,108)

Color info

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

RGB color model

#538E6C color RGB value is (83,142,108).

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

RGB channels and saturation

R 83 of 255 = 33%
G 142 of 255 = 56%
B 108 of 255 = 42%

83
142
108

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

Portions of RGB colors in percentages

R + G + B =
83 + 142 + 108 = 333 (100%)
R 83 of 333 ~ 24.92%
G 142 of 333 ~ 42.64%
B 108 of 333 ~ 32.43%

%24.92
%42.64
%32.43

CMYK color model

#538E6C color CMYK value is (42,0,24,44).

  • cyan value is 41.55%
  • magenta value is 0.00%
  • yellow value is 23.94%
  • key color value is 44.31%
CMYK:
(42,0,24,44)
C42M0Y24K44 
(42%,0%,24%,44%)
(0.42/0.00/0.24/0.44)	

CMYK percentages

%41.55
%0
%23.94
%44.31

Codes

Color #538E6C in popluar color models

538E6C
RGB83142108
HSL145°26.22%44.12%
HSB/HSV145°41.55%55.69%
CMYK41.55%0.00%23.94%
44.31%

Color #538E6C in popluar number systems.

HEX538E6C
Decimal83142108
Binary1010011100011101101100
Octal123216154

Shades and tints

Shades of #538E6C

#538E6C
(83,142,108)
#4C8263
(76,130,99)
#45765A
(69,118,90)
#3E6A51
(62,106,81)
#375E48
(55,94,72)
#30523F
(48,82,63)
#294636
(41,70,54)
#223A2D
(34,58,45)
#1B2E24
(27,46,36)
#14221B
(20,34,27)
#0D1612
(13,22,18)
#000000
(0,0,0)

Tints of #538E6C

#538E6C
(83,142,108)
#629879
(98,152,121)
#71A286
(113,162,134)
#80AC93
(128,172,147)
#8FB6A0
(143,182,160)
#9EC0AD
(158,192,173)
#ADCABA
(173,202,186)
#BCD4C7
(188,212,199)
#CBDED4
(203,222,212)
#DAE8E1
(218,232,225)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538E6C; }

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

This text font color is #538E6C.


Background Color

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

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

This div background color is #538E6C.


Border color

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

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

This div border color is #538E6C.


Opacity

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

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

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

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

This text has shadow with #538E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538E6C on black background.


Color preview on white background

This text has color #538E6C on white background.



Black color preview on #538E6C background

This text has black color on #538E6C background.


White color preview on #538E6C background

This text has white color on #538E6C background.