COLOR #538B6F

HEX: #538B6F
RGB: (83,139,111)

Color info

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

RGB color model

#538B6F color RGB value is (83,139,111).

  • red value is 83;
  • green value is 139;
  • blue value is 111.
RGB:
(83,139,111)
(33%,55%,44%)

RGB channels and saturation

R 83 of 255 = 33%
G 139 of 255 = 55%
B 111 of 255 = 44%

83
139
111

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

Portions of RGB colors in percentages

R + G + B =
83 + 139 + 111 = 333 (100%)
R 83 of 333 ~ 24.92%
G 139 of 333 ~ 41.74%
B 111 of 333 ~ 33.33%

%24.92
%41.74
%33.33

CMYK color model

#538B6F color CMYK value is (40,0,20,45).

  • cyan value is 40.29%
  • magenta value is 0.00%
  • yellow value is 20.14%
  • key color value is 45.49%
CMYK:
(40,0,20,45)
C40M0Y20K45 
(40%,0%,20%,45%)
(0.40/0.00/0.20/0.45)	

CMYK percentages

%40.29
%0
%20.14
%45.49

Codes

Color #538B6F in popluar color models

538B6F
RGB83139111
HSL150°25.23%43.53%
HSB/HSV150°40.29%54.51%
CMYK40.29%0.00%20.14%
45.49%

Color #538B6F in popluar number systems.

HEX538B6F
Decimal83139111
Binary1010011100010111101111
Octal123213157

Shades and tints

Shades of #538B6F

#538B6F
(83,139,111)
#4C7F65
(76,127,101)
#45735B
(69,115,91)
#3E6751
(62,103,81)
#375B47
(55,91,71)
#304F3D
(48,79,61)
#294333
(41,67,51)
#223729
(34,55,41)
#1B2B1F
(27,43,31)
#141F15
(20,31,21)
#0D130B
(13,19,11)
#000000
(0,0,0)

Tints of #538B6F

#538B6F
(83,139,111)
#62957C
(98,149,124)
#719F89
(113,159,137)
#80A996
(128,169,150)
#8FB3A3
(143,179,163)
#9EBDB0
(158,189,176)
#ADC7BD
(173,199,189)
#BCD1CA
(188,209,202)
#CBDBD7
(203,219,215)
#DAE5E4
(218,229,228)
#E9EFF1
(233,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538B6F color. Also use rgb(83,139,111) instead hex code.

Text Font Color

.myTextColor { color: #538B6F; }

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

This text font color is #538B6F.


Background Color

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

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

This div background color is #538B6F.


Border color

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

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

This div border color is #538B6F.


Opacity

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

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

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

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

This text has shadow with #538B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538B6F on black background.


Color preview on white background

This text has color #538B6F on white background.



Black color preview on #538B6F background

This text has black color on #538B6F background.


White color preview on #538B6F background

This text has white color on #538B6F background.