COLOR #538565

HEX: #538565
RGB: (83,133,101)

Color info

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

RGB color model

#538565 color RGB value is (83,133,101).

  • red value is 83;
  • green value is 133;
  • blue value is 101.
RGB:
(83,133,101)
(33%,52%,40%)

RGB channels and saturation

R 83 of 255 = 33%
G 133 of 255 = 52%
B 101 of 255 = 40%

83
133
101

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

Portions of RGB colors in percentages

R + G + B =
83 + 133 + 101 = 317 (100%)
R 83 of 317 ~ 26.18%
G 133 of 317 ~ 41.96%
B 101 of 317 ~ 31.86%

%26.18
%41.96
%31.86

CMYK color model

#538565 color CMYK value is (38,0,24,48).

  • cyan value is 37.59%
  • magenta value is 0.00%
  • yellow value is 24.06%
  • key color value is 47.84%
CMYK:
(38,0,24,48)
C38M0Y24K48 
(38%,0%,24%,48%)
(0.38/0.00/0.24/0.48)	

CMYK percentages

%37.59
%0
%24.06
%47.84

Codes

Color #538565 in popluar color models

538565
RGB83133101
HSL142°23.15%42.35%
HSB/HSV142°37.59%52.16%
CMYK37.59%0.00%24.06%
47.84%

Color #538565 in popluar number systems.

HEX538565
Decimal83133101
Binary1010011100001011100101
Octal123205145

Shades and tints

Shades of #538565

#538565
(83,133,101)
#4C795C
(76,121,92)
#456D53
(69,109,83)
#3E614A
(62,97,74)
#375541
(55,85,65)
#304938
(48,73,56)
#293D2F
(41,61,47)
#223126
(34,49,38)
#1B251D
(27,37,29)
#141914
(20,25,20)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #538565

#538565
(83,133,101)
#629073
(98,144,115)
#719B81
(113,155,129)
#80A68F
(128,166,143)
#8FB19D
(143,177,157)
#9EBCAB
(158,188,171)
#ADC7B9
(173,199,185)
#BCD2C7
(188,210,199)
#CBDDD5
(203,221,213)
#DAE8E3
(218,232,227)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #538565; }

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

This text font color is #538565.


Background Color

.myBgColor { background-color: #538565; }

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

This div background color is #538565.


Border color

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

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

This div border color is #538565.


Opacity

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

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

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

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

This text has shadow with #538565 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538565 on black background.


Color preview on white background

This text has color #538565 on white background.



Black color preview on #538565 background

This text has black color on #538565 background.


White color preview on #538565 background

This text has white color on #538565 background.