COLOR #538A59

HEX: #538A59
RGB: (83,138,89)

Color info

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

RGB color model

#538A59 color RGB value is (83,138,89).

  • red value is 83;
  • green value is 138;
  • blue value is 89.
RGB:
(83,138,89)
(33%,54%,35%)

RGB channels and saturation

R 83 of 255 = 33%
G 138 of 255 = 54%
B 89 of 255 = 35%

83
138
89

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

Portions of RGB colors in percentages

R + G + B =
83 + 138 + 89 = 310 (100%)
R 83 of 310 ~ 26.77%
G 138 of 310 ~ 44.52%
B 89 of 310 ~ 28.71%

%26.77
%44.52
%28.71

CMYK color model

#538A59 color CMYK value is (40,0,36,46).

  • cyan value is 39.86%
  • magenta value is 0.00%
  • yellow value is 35.51%
  • key color value is 45.88%
CMYK:
(40,0,36,46)
C40M0Y36K46 
(40%,0%,36%,46%)
(0.40/0.00/0.36/0.46)	

CMYK percentages

%39.86
%0
%35.51
%45.88

Codes

Color #538A59 in popluar color models

538A59
RGB8313889
HSL127°24.89%43.33%
HSB/HSV127°39.86%54.12%
CMYK39.86%0.00%35.51%
45.88%

Color #538A59 in popluar number systems.

HEX538A59
Decimal8313889
Binary1010011100010101011001
Octal123212131

Shades and tints

Shades of #538A59

#538A59
(83,138,89)
#4C7E51
(76,126,81)
#457249
(69,114,73)
#3E6641
(62,102,65)
#375A39
(55,90,57)
#304E31
(48,78,49)
#294229
(41,66,41)
#223621
(34,54,33)
#1B2A19
(27,42,25)
#141E11
(20,30,17)
#0D1209
(13,18,9)
#000000
(0,0,0)

Tints of #538A59

#538A59
(83,138,89)
#629468
(98,148,104)
#719E77
(113,158,119)
#80A886
(128,168,134)
#8FB295
(143,178,149)
#9EBCA4
(158,188,164)
#ADC6B3
(173,198,179)
#BCD0C2
(188,208,194)
#CBDAD1
(203,218,209)
#DAE4E0
(218,228,224)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538A59; }

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

This text font color is #538A59.


Background Color

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

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

This div background color is #538A59.


Border color

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

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

This div border color is #538A59.


Opacity

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

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

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

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

This text has shadow with #538A59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538A59 on black background.


Color preview on white background

This text has color #538A59 on white background.



Black color preview on #538A59 background

This text has black color on #538A59 background.


White color preview on #538A59 background

This text has white color on #538A59 background.