COLOR #538D60

HEX: #538D60
RGB: (83,141,96)

Color info

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

RGB color model

#538D60 color RGB value is (83,141,96).

  • red value is 83;
  • green value is 141;
  • blue value is 96.
RGB:
(83,141,96)
(33%,55%,38%)

RGB channels and saturation

R 83 of 255 = 33%
G 141 of 255 = 55%
B 96 of 255 = 38%

83
141
96

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

Portions of RGB colors in percentages

R + G + B =
83 + 141 + 96 = 320 (100%)
R 83 of 320 ~ 25.94%
G 141 of 320 ~ 44.06%
B 96 of 320 ~ 30%

%25.94
%44.06
%30

CMYK color model

#538D60 color CMYK value is (41,0,32,45).

  • cyan value is 41.13%
  • magenta value is 0.00%
  • yellow value is 31.91%
  • key color value is 44.71%
CMYK:
(41,0,32,45)
C41M0Y32K45 
(41%,0%,32%,45%)
(0.41/0.00/0.32/0.45)	

CMYK percentages

%41.13
%0
%31.91
%44.71

Codes

Color #538D60 in popluar color models

538D60
RGB8314196
HSL133°25.89%43.92%
HSB/HSV133°41.13%55.29%
CMYK41.13%0.00%31.91%
44.71%

Color #538D60 in popluar number systems.

HEX538D60
Decimal8314196
Binary1010011100011011100000
Octal123215140

Shades and tints

Shades of #538D60

#538D60
(83,141,96)
#4C8158
(76,129,88)
#457550
(69,117,80)
#3E6948
(62,105,72)
#375D40
(55,93,64)
#305138
(48,81,56)
#294530
(41,69,48)
#223928
(34,57,40)
#1B2D20
(27,45,32)
#142118
(20,33,24)
#0D1510
(13,21,16)
#000000
(0,0,0)

Tints of #538D60

#538D60
(83,141,96)
#62976E
(98,151,110)
#71A17C
(113,161,124)
#80AB8A
(128,171,138)
#8FB598
(143,181,152)
#9EBFA6
(158,191,166)
#ADC9B4
(173,201,180)
#BCD3C2
(188,211,194)
#CBDDD0
(203,221,208)
#DAE7DE
(218,231,222)
#E9F1EC
(233,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538D60 color. Also use rgb(83,141,96) instead hex code.

Text Font Color

.myTextColor { color: #538D60; }

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

This text font color is #538D60.


Background Color

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

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

This div background color is #538D60.


Border color

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

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

This div border color is #538D60.


Opacity

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

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

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

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

This text has shadow with #538D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538D60 on black background.


Color preview on white background

This text has color #538D60 on white background.



Black color preview on #538D60 background

This text has black color on #538D60 background.


White color preview on #538D60 background

This text has white color on #538D60 background.