COLOR #538761

HEX: #538761
RGB: (83,135,97)

Color info

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

RGB color model

#538761 color RGB value is (83,135,97).

  • red value is 83;
  • green value is 135;
  • blue value is 97.
RGB:
(83,135,97)
(33%,53%,38%)

RGB channels and saturation

R 83 of 255 = 33%
G 135 of 255 = 53%
B 97 of 255 = 38%

83
135
97

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

Portions of RGB colors in percentages

R + G + B =
83 + 135 + 97 = 315 (100%)
R 83 of 315 ~ 26.35%
G 135 of 315 ~ 42.86%
B 97 of 315 ~ 30.79%

%26.35
%42.86
%30.79

CMYK color model

#538761 color CMYK value is (39,0,28,47).

  • cyan value is 38.52%
  • magenta value is 0.00%
  • yellow value is 28.15%
  • key color value is 47.06%
CMYK:
(39,0,28,47)
C39M0Y28K47 
(39%,0%,28%,47%)
(0.39/0.00/0.28/0.47)	

CMYK percentages

%38.52
%0
%28.15
%47.06

Codes

Color #538761 in popluar color models

538761
RGB8313597
HSL136°23.85%42.75%
HSB/HSV136°38.52%52.94%
CMYK38.52%0.00%28.15%
47.06%

Color #538761 in popluar number systems.

HEX538761
Decimal8313597
Binary1010011100001111100001
Octal123207141

Shades and tints

Shades of #538761

#538761
(83,135,97)
#4C7B59
(76,123,89)
#456F51
(69,111,81)
#3E6349
(62,99,73)
#375741
(55,87,65)
#304B39
(48,75,57)
#293F31
(41,63,49)
#223329
(34,51,41)
#1B2721
(27,39,33)
#141B19
(20,27,25)
#0D0F11
(13,15,17)
#000000
(0,0,0)

Tints of #538761

#538761
(83,135,97)
#62916F
(98,145,111)
#719B7D
(113,155,125)
#80A58B
(128,165,139)
#8FAF99
(143,175,153)
#9EB9A7
(158,185,167)
#ADC3B5
(173,195,181)
#BCCDC3
(188,205,195)
#CBD7D1
(203,215,209)
#DAE1DF
(218,225,223)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538761; }

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

This text font color is #538761.


Background Color

.myBgColor { background-color: #538761; }

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

This div background color is #538761.


Border color

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

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

This div border color is #538761.


Opacity

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

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

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

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

This text has shadow with #538761 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538761 on black background.


Color preview on white background

This text has color #538761 on white background.



Black color preview on #538761 background

This text has black color on #538761 background.


White color preview on #538761 background

This text has white color on #538761 background.