COLOR #538D53

HEX: #538D53
RGB: (83,141,83)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

83
141
83

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

Portions of RGB colors in percentages

R + G + B =
83 + 141 + 83 = 307 (100%)
R 83 of 307 ~ 27.04%
G 141 of 307 ~ 45.93%
B 83 of 307 ~ 27.04%

%27.04
%45.93
%27.04

CMYK color model

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

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

CMYK percentages

%41.13
%0
%41.13
%44.71

Codes

Color #538D53 in popluar color models

538D53
RGB8314183
HSL120°25.89%43.92%
HSB/HSV120°41.13%55.29%
CMYK41.13%0.00%41.13%
44.71%

Color #538D53 in popluar number systems.

HEX538D53
Decimal8314183
Binary1010011100011011010011
Octal123215123

Shades and tints

Shades of #538D53

#538D53
(83,141,83)
#4C814C
(76,129,76)
#457545
(69,117,69)
#3E693E
(62,105,62)
#375D37
(55,93,55)
#305130
(48,81,48)
#294529
(41,69,41)
#223922
(34,57,34)
#1B2D1B
(27,45,27)
#142114
(20,33,20)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #538D53

#538D53
(83,141,83)
#629762
(98,151,98)
#71A171
(113,161,113)
#80AB80
(128,171,128)
#8FB58F
(143,181,143)
#9EBF9E
(158,191,158)
#ADC9AD
(173,201,173)
#BCD3BC
(188,211,188)
#CBDDCB
(203,221,203)
#DAE7DA
(218,231,218)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538D53; }

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

This text font color is #538D53.


Background Color

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

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

This div background color is #538D53.


Border color

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

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

This div border color is #538D53.


Opacity

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

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

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

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

This text has shadow with #538D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538D53 on black background.


Color preview on white background

This text has color #538D53 on white background.



Black color preview on #538D53 background

This text has black color on #538D53 background.


White color preview on #538D53 background

This text has white color on #538D53 background.