COLOR #538353

HEX: #538353
RGB: (83,131,83)

Color info

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

RGB color model

#538353 color RGB value is (83,131,83).

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

RGB channels and saturation

R 83 of 255 = 33%
G 131 of 255 = 51%
B 83 of 255 = 33%

83
131
83

R + G + B ~ 39%. #538353 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 131 + 83 = 297 (100%)
R 83 of 297 ~ 27.95%
G 131 of 297 ~ 44.11%
B 83 of 297 ~ 27.95%

%27.95
%44.11
%27.95

CMYK color model

#538353 color CMYK value is (37,0,37,49).

  • cyan value is 36.64%
  • magenta value is 0.00%
  • yellow value is 36.64%
  • key color value is 48.63%
CMYK:
(37,0,37,49)
C37M0Y37K49 
(37%,0%,37%,49%)
(0.37/0.00/0.37/0.49)	

CMYK percentages

%36.64
%0
%36.64
%48.63

Codes

Color #538353 in popluar color models

538353
RGB8313183
HSL120°22.43%41.96%
HSB/HSV120°36.64%51.37%
CMYK36.64%0.00%36.64%
48.63%

Color #538353 in popluar number systems.

HEX538353
Decimal8313183
Binary1010011100000111010011
Octal123203123

Shades and tints

Shades of #538353

#538353
(83,131,83)
#4C784C
(76,120,76)
#456D45
(69,109,69)
#3E623E
(62,98,62)
#375737
(55,87,55)
#304C30
(48,76,48)
#294129
(41,65,41)
#223622
(34,54,34)
#1B2B1B
(27,43,27)
#142014
(20,32,20)
#0D150D
(13,21,13)
#000000
(0,0,0)

Tints of #538353

#538353
(83,131,83)
#628E62
(98,142,98)
#719971
(113,153,113)
#80A480
(128,164,128)
#8FAF8F
(143,175,143)
#9EBA9E
(158,186,158)
#ADC5AD
(173,197,173)
#BCD0BC
(188,208,188)
#CBDBCB
(203,219,203)
#DAE6DA
(218,230,218)
#E9F1E9
(233,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538353; }

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

This text font color is #538353.


Background Color

.myBgColor { background-color: #538353; }

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

This div background color is #538353.


Border color

.myBorderColor { border: 1px solid #538353; }

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

This div border color is #538353.


Opacity

.myOpacity80 { color: #538353; opacity: 0.8; }

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

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

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

This text has shadow with #538353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538353 on black background.


Color preview on white background

This text has color #538353 on white background.



Black color preview on #538353 background

This text has black color on #538353 background.


White color preview on #538353 background

This text has white color on #538353 background.