COLOR #538858

HEX: #538858
RGB: (83,136,88)

Color info

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

RGB color model

#538858 color RGB value is (83,136,88).

  • red value is 83;
  • green value is 136;
  • blue value is 88.
RGB:
(83,136,88)
(33%,53%,35%)

RGB channels and saturation

R 83 of 255 = 33%
G 136 of 255 = 53%
B 88 of 255 = 35%

83
136
88

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

Portions of RGB colors in percentages

R + G + B =
83 + 136 + 88 = 307 (100%)
R 83 of 307 ~ 27.04%
G 136 of 307 ~ 44.3%
B 88 of 307 ~ 28.66%

%27.04
%44.3
%28.66

CMYK color model

#538858 color CMYK value is (39,0,35,47).

  • cyan value is 38.97%
  • magenta value is 0.00%
  • yellow value is 35.29%
  • key color value is 46.67%
CMYK:
(39,0,35,47)
C39M0Y35K47 
(39%,0%,35%,47%)
(0.39/0.00/0.35/0.47)	

CMYK percentages

%38.97
%0
%35.29
%46.67

Codes

Color #538858 in popluar color models

538858
RGB8313688
HSL126°24.20%42.94%
HSB/HSV126°38.97%53.33%
CMYK38.97%0.00%35.29%
46.67%

Color #538858 in popluar number systems.

HEX538858
Decimal8313688
Binary1010011100010001011000
Octal123210130

Shades and tints

Shades of #538858

#538858
(83,136,88)
#4C7C50
(76,124,80)
#457048
(69,112,72)
#3E6440
(62,100,64)
#375838
(55,88,56)
#304C30
(48,76,48)
#294028
(41,64,40)
#223420
(34,52,32)
#1B2818
(27,40,24)
#141C10
(20,28,16)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #538858

#538858
(83,136,88)
#629267
(98,146,103)
#719C76
(113,156,118)
#80A685
(128,166,133)
#8FB094
(143,176,148)
#9EBAA3
(158,186,163)
#ADC4B2
(173,196,178)
#BCCEC1
(188,206,193)
#CBD8D0
(203,216,208)
#DAE2DF
(218,226,223)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538858; }

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

This text font color is #538858.


Background Color

.myBgColor { background-color: #538858; }

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

This div background color is #538858.


Border color

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

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

This div border color is #538858.


Opacity

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

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

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

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

This text has shadow with #538858 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538858 on black background.


Color preview on white background

This text has color #538858 on white background.



Black color preview on #538858 background

This text has black color on #538858 background.


White color preview on #538858 background

This text has white color on #538858 background.