COLOR #538152

HEX: #538152
RGB: (83,129,82)

Color info

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

RGB color model

#538152 color RGB value is (83,129,82).

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

RGB channels and saturation

R 83 of 255 = 33%
G 129 of 255 = 51%
B 82 of 255 = 32%

83
129
82

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

Portions of RGB colors in percentages

R + G + B =
83 + 129 + 82 = 294 (100%)
R 83 of 294 ~ 28.23%
G 129 of 294 ~ 43.88%
B 82 of 294 ~ 27.89%

%28.23
%43.88
%27.89

CMYK color model

#538152 color CMYK value is (36,0,36,49).

  • cyan value is 35.66%
  • magenta value is 0.00%
  • yellow value is 36.43%
  • key color value is 49.41%
CMYK:
(36,0,36,49)
C36M0Y36K49 
(36%,0%,36%,49%)
(0.36/0.00/0.36/0.49)	

CMYK percentages

%35.66
%0
%36.43
%49.41

Codes

Color #538152 in popluar color models

538152
RGB8312982
HSL119°22.27%41.37%
HSB/HSV119°36.43%50.59%
CMYK35.66%0.00%36.43%
49.41%

Color #538152 in popluar number systems.

HEX538152
Decimal8312982
Binary1010011100000011010010
Octal123201122

Shades and tints

Shades of #538152

#538152
(83,129,82)
#4C764B
(76,118,75)
#456B44
(69,107,68)
#3E603D
(62,96,61)
#375536
(55,85,54)
#304A2F
(48,74,47)
#293F28
(41,63,40)
#223421
(34,52,33)
#1B291A
(27,41,26)
#141E13
(20,30,19)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #538152

#538152
(83,129,82)
#628C61
(98,140,97)
#719770
(113,151,112)
#80A27F
(128,162,127)
#8FAD8E
(143,173,142)
#9EB89D
(158,184,157)
#ADC3AC
(173,195,172)
#BCCEBB
(188,206,187)
#CBD9CA
(203,217,202)
#DAE4D9
(218,228,217)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538152; }

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

This text font color is #538152.


Background Color

.myBgColor { background-color: #538152; }

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

This div background color is #538152.


Border color

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

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

This div border color is #538152.


Opacity

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

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

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

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

This text has shadow with #538152 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538152 on black background.


Color preview on white background

This text has color #538152 on white background.



Black color preview on #538152 background

This text has black color on #538152 background.


White color preview on #538152 background

This text has white color on #538152 background.