COLOR #538B6E

HEX: #538B6E
RGB: (83,139,110)

Color info

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

RGB color model

#538B6E color RGB value is (83,139,110).

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

RGB channels and saturation

R 83 of 255 = 33%
G 139 of 255 = 55%
B 110 of 255 = 43%

83
139
110

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

Portions of RGB colors in percentages

R + G + B =
83 + 139 + 110 = 332 (100%)
R 83 of 332 ~ 25%
G 139 of 332 ~ 41.87%
B 110 of 332 ~ 33.13%

%25
%41.87
%33.13

CMYK color model

#538B6E color CMYK value is (40,0,21,45).

  • cyan value is 40.29%
  • magenta value is 0.00%
  • yellow value is 20.86%
  • key color value is 45.49%
CMYK:
(40,0,21,45)
C40M0Y21K45 
(40%,0%,21%,45%)
(0.40/0.00/0.21/0.45)	

CMYK percentages

%40.29
%0
%20.86
%45.49

Codes

Color #538B6E in popluar color models

538B6E
RGB83139110
HSL149°25.23%43.53%
HSB/HSV149°40.29%54.51%
CMYK40.29%0.00%20.86%
45.49%

Color #538B6E in popluar number systems.

HEX538B6E
Decimal83139110
Binary1010011100010111101110
Octal123213156

Shades and tints

Shades of #538B6E

#538B6E
(83,139,110)
#4C7F64
(76,127,100)
#45735A
(69,115,90)
#3E6750
(62,103,80)
#375B46
(55,91,70)
#304F3C
(48,79,60)
#294332
(41,67,50)
#223728
(34,55,40)
#1B2B1E
(27,43,30)
#141F14
(20,31,20)
#0D130A
(13,19,10)
#000000
(0,0,0)

Tints of #538B6E

#538B6E
(83,139,110)
#62957B
(98,149,123)
#719F88
(113,159,136)
#80A995
(128,169,149)
#8FB3A2
(143,179,162)
#9EBDAF
(158,189,175)
#ADC7BC
(173,199,188)
#BCD1C9
(188,209,201)
#CBDBD6
(203,219,214)
#DAE5E3
(218,229,227)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538B6E; }

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

This text font color is #538B6E.


Background Color

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

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

This div background color is #538B6E.


Border color

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

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

This div border color is #538B6E.


Opacity

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

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

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

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

This text has shadow with #538B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538B6E on black background.


Color preview on white background

This text has color #538B6E on white background.



Black color preview on #538B6E background

This text has black color on #538B6E background.


White color preview on #538B6E background

This text has white color on #538B6E background.