COLOR #538C63

HEX: #538C63
RGB: (83,140,99)

Color info

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

RGB color model

#538C63 color RGB value is (83,140,99).

  • red value is 83;
  • green value is 140;
  • blue value is 99.
RGB:
(83,140,99)
(33%,55%,39%)

RGB channels and saturation

R 83 of 255 = 33%
G 140 of 255 = 55%
B 99 of 255 = 39%

83
140
99

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

Portions of RGB colors in percentages

R + G + B =
83 + 140 + 99 = 322 (100%)
R 83 of 322 ~ 25.78%
G 140 of 322 ~ 43.48%
B 99 of 322 ~ 30.75%

%25.78
%43.48
%30.75

CMYK color model

#538C63 color CMYK value is (41,0,29,45).

  • cyan value is 40.71%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 45.10%
CMYK:
(41,0,29,45)
C41M0Y29K45 
(41%,0%,29%,45%)
(0.41/0.00/0.29/0.45)	

CMYK percentages

%40.71
%0
%29.29
%45.1

Codes

Color #538C63 in popluar color models

538C63
RGB8314099
HSL137°25.56%43.73%
HSB/HSV137°40.71%54.90%
CMYK40.71%0.00%29.29%
45.10%

Color #538C63 in popluar number systems.

HEX538C63
Decimal8314099
Binary1010011100011001100011
Octal123214143

Shades and tints

Shades of #538C63

#538C63
(83,140,99)
#4C805A
(76,128,90)
#457451
(69,116,81)
#3E6848
(62,104,72)
#375C3F
(55,92,63)
#305036
(48,80,54)
#29442D
(41,68,45)
#223824
(34,56,36)
#1B2C1B
(27,44,27)
#142012
(20,32,18)
#0D1409
(13,20,9)
#000000
(0,0,0)

Tints of #538C63

#538C63
(83,140,99)
#629671
(98,150,113)
#71A07F
(113,160,127)
#80AA8D
(128,170,141)
#8FB49B
(143,180,155)
#9EBEA9
(158,190,169)
#ADC8B7
(173,200,183)
#BCD2C5
(188,210,197)
#CBDCD3
(203,220,211)
#DAE6E1
(218,230,225)
#E9F0EF
(233,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538C63 color. Also use rgb(83,140,99) instead hex code.

Text Font Color

.myTextColor { color: #538C63; }

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

This text font color is #538C63.


Background Color

.myBgColor { background-color: #538C63; }

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

This div background color is #538C63.


Border color

.myBorderColor { border: 1px solid #538C63; }

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

This div border color is #538C63.


Opacity

.myOpacity80 { color: #538C63; opacity: 0.8; }

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

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

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

This text has shadow with #538C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538C63 on black background.


Color preview on white background

This text has color #538C63 on white background.



Black color preview on #538C63 background

This text has black color on #538C63 background.


White color preview on #538C63 background

This text has white color on #538C63 background.