COLOR #538D58

HEX: #538D58
RGB: (83,141,88)

Color info

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

RGB color model

#538D58 color RGB value is (83,141,88).

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

RGB channels and saturation

R 83 of 255 = 33%
G 141 of 255 = 55%
B 88 of 255 = 35%

83
141
88

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

Portions of RGB colors in percentages

R + G + B =
83 + 141 + 88 = 312 (100%)
R 83 of 312 ~ 26.6%
G 141 of 312 ~ 45.19%
B 88 of 312 ~ 28.21%

%26.6
%45.19
%28.21

CMYK color model

#538D58 color CMYK value is (41,0,38,45).

  • cyan value is 41.13%
  • magenta value is 0.00%
  • yellow value is 37.59%
  • key color value is 44.71%
CMYK:
(41,0,38,45)
C41M0Y38K45 
(41%,0%,38%,45%)
(0.41/0.00/0.38/0.45)	

CMYK percentages

%41.13
%0
%37.59
%44.71

Codes

Color #538D58 in popluar color models

538D58
RGB8314188
HSL125°25.89%43.92%
HSB/HSV125°41.13%55.29%
CMYK41.13%0.00%37.59%
44.71%

Color #538D58 in popluar number systems.

HEX538D58
Decimal8314188
Binary1010011100011011011000
Octal123215130

Shades and tints

Shades of #538D58

#538D58
(83,141,88)
#4C8150
(76,129,80)
#457548
(69,117,72)
#3E6940
(62,105,64)
#375D38
(55,93,56)
#305130
(48,81,48)
#294528
(41,69,40)
#223920
(34,57,32)
#1B2D18
(27,45,24)
#142110
(20,33,16)
#0D1508
(13,21,8)
#000000
(0,0,0)

Tints of #538D58

#538D58
(83,141,88)
#629767
(98,151,103)
#71A176
(113,161,118)
#80AB85
(128,171,133)
#8FB594
(143,181,148)
#9EBFA3
(158,191,163)
#ADC9B2
(173,201,178)
#BCD3C1
(188,211,193)
#CBDDD0
(203,221,208)
#DAE7DF
(218,231,223)
#E9F1EE
(233,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538D58; }

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

This text font color is #538D58.


Background Color

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

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

This div background color is #538D58.


Border color

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

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

This div border color is #538D58.


Opacity

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

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

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

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

This text has shadow with #538D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538D58 on black background.


Color preview on white background

This text has color #538D58 on white background.



Black color preview on #538D58 background

This text has black color on #538D58 background.


White color preview on #538D58 background

This text has white color on #538D58 background.