COLOR #538273

HEX: #538273
RGB: (83,130,115)

Color info

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

RGB color model

#538273 color RGB value is (83,130,115).

  • red value is 83;
  • green value is 130;
  • blue value is 115.
RGB:
(83,130,115)
(33%,51%,45%)

RGB channels and saturation

R 83 of 255 = 33%
G 130 of 255 = 51%
B 115 of 255 = 45%

83
130
115

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

Portions of RGB colors in percentages

R + G + B =
83 + 130 + 115 = 328 (100%)
R 83 of 328 ~ 25.3%
G 130 of 328 ~ 39.63%
B 115 of 328 ~ 35.06%

%25.3
%39.63
%35.06

CMYK color model

#538273 color CMYK value is (36,0,12,49).

  • cyan value is 36.15%
  • magenta value is 0.00%
  • yellow value is 11.54%
  • key color value is 49.02%
CMYK:
(36,0,12,49)
C36M0Y12K49 
(36%,0%,12%,49%)
(0.36/0.00/0.12/0.49)	

CMYK percentages

%36.15
%0
%11.54
%49.02

Codes

Color #538273 in popluar color models

538273
RGB83130115
HSL161°22.07%41.76%
HSB/HSV161°36.15%50.98%
CMYK36.15%0.00%11.54%
49.02%

Color #538273 in popluar number systems.

HEX538273
Decimal83130115
Binary1010011100000101110011
Octal123202163

Shades and tints

Shades of #538273

#538273
(83,130,115)
#4C7769
(76,119,105)
#456C5F
(69,108,95)
#3E6155
(62,97,85)
#37564B
(55,86,75)
#304B41
(48,75,65)
#294037
(41,64,55)
#22352D
(34,53,45)
#1B2A23
(27,42,35)
#141F19
(20,31,25)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #538273

#538273
(83,130,115)
#628D7F
(98,141,127)
#71988B
(113,152,139)
#80A397
(128,163,151)
#8FAEA3
(143,174,163)
#9EB9AF
(158,185,175)
#ADC4BB
(173,196,187)
#BCCFC7
(188,207,199)
#CBDAD3
(203,218,211)
#DAE5DF
(218,229,223)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #538273 color. Also use rgb(83,130,115) instead hex code.

Text Font Color

.myTextColor { color: #538273; }

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

This text font color is #538273.


Background Color

.myBgColor { background-color: #538273; }

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

This div background color is #538273.


Border color

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

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

This div border color is #538273.


Opacity

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

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

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

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

This text has shadow with #538273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #538273 on black background.


Color preview on white background

This text has color #538273 on white background.



Black color preview on #538273 background

This text has black color on #538273 background.


White color preview on #538273 background

This text has white color on #538273 background.