COLOR #538155

HEX: #538155
RGB: (83,129,85)

Color info

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

RGB color model

#538155 color RGB value is (83,129,85).

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

RGB channels and saturation

R 83 of 255 = 33%
G 129 of 255 = 51%
B 85 of 255 = 33%

83
129
85

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

Portions of RGB colors in percentages

R + G + B =
83 + 129 + 85 = 297 (100%)
R 83 of 297 ~ 27.95%
G 129 of 297 ~ 43.43%
B 85 of 297 ~ 28.62%

%27.95
%43.43
%28.62

CMYK color model

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

  • cyan value is 35.66%
  • magenta value is 0.00%
  • yellow value is 34.11%
  • key color value is 49.41%
CMYK:
(36,0,34,49)
C36M0Y34K49 
(36%,0%,34%,49%)
(0.36/0.00/0.34/0.49)	

CMYK percentages

%35.66
%0
%34.11
%49.41

Codes

Color #538155 in popluar color models

538155
RGB8312985
HSL123°21.70%41.57%
HSB/HSV123°35.66%50.59%
CMYK35.66%0.00%34.11%
49.41%

Color #538155 in popluar number systems.

HEX538155
Decimal8312985
Binary1010011100000011010101
Octal123201125

Shades and tints

Shades of #538155

#538155
(83,129,85)
#4C764E
(76,118,78)
#456B47
(69,107,71)
#3E6040
(62,96,64)
#375539
(55,85,57)
#304A32
(48,74,50)
#293F2B
(41,63,43)
#223424
(34,52,36)
#1B291D
(27,41,29)
#141E16
(20,30,22)
#0D130F
(13,19,15)
#000000
(0,0,0)

Tints of #538155

#538155
(83,129,85)
#628C64
(98,140,100)
#719773
(113,151,115)
#80A282
(128,162,130)
#8FAD91
(143,173,145)
#9EB8A0
(158,184,160)
#ADC3AF
(173,195,175)
#BCCEBE
(188,206,190)
#CBD9CD
(203,217,205)
#DAE4DC
(218,228,220)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538155; }

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

This text font color is #538155.


Background Color

.myBgColor { background-color: #538155; }

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

This div background color is #538155.


Border color

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

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

This div border color is #538155.


Opacity

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

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

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

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

This text has shadow with #538155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538155 on black background.


Color preview on white background

This text has color #538155 on white background.



Black color preview on #538155 background

This text has black color on #538155 background.


White color preview on #538155 background

This text has white color on #538155 background.