COLOR #537453

HEX: #537453
RGB: (83,116,83)

Color info

#537453 contains red, green and blue colors in about the same proportion. Web safe color of #537453 is #666666 (or #666).

RGB color model

#537453 color RGB value is (83,116,83).

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

RGB channels and saturation

R 83 of 255 = 33%
G 116 of 255 = 45%
B 83 of 255 = 33%

83
116
83

R + G + B ~ 37%. #537453 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 116 + 83 = 282 (100%)
R 83 of 282 ~ 29.43%
G 116 of 282 ~ 41.13%
B 83 of 282 ~ 29.43%

%29.43
%41.13
%29.43

CMYK color model

#537453 color CMYK value is (28,0,28,55).

  • cyan value is 28.45%
  • magenta value is 0.00%
  • yellow value is 28.45%
  • key color value is 54.51%
CMYK:
(28,0,28,55)
C28M0Y28K55 
(28%,0%,28%,55%)
(0.28/0.00/0.28/0.55)	

CMYK percentages

%28.45
%0
%28.45
%54.51

Codes

Color #537453 in popluar color models

537453
RGB8311683
HSL120°16.58%39.02%
HSB/HSV120°28.45%45.49%
CMYK28.45%0.00%28.45%
54.51%

Color #537453 in popluar number systems.

HEX537453
Decimal8311683
Binary101001111101001010011
Octal123164123

Shades and tints

Shades of #537453

#537453
(83,116,83)
#4C6A4C
(76,106,76)
#456045
(69,96,69)
#3E563E
(62,86,62)
#374C37
(55,76,55)
#304230
(48,66,48)
#293829
(41,56,41)
#222E22
(34,46,34)
#1B241B
(27,36,27)
#141A14
(20,26,20)
#0D100D
(13,16,13)
#000000
(0,0,0)

Tints of #537453

#537453
(83,116,83)
#628062
(98,128,98)
#718C71
(113,140,113)
#809880
(128,152,128)
#8FA48F
(143,164,143)
#9EB09E
(158,176,158)
#ADBCAD
(173,188,173)
#BCC8BC
(188,200,188)
#CBD4CB
(203,212,203)
#DAE0DA
(218,224,218)
#E9ECE9
(233,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #537453; }

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

This text font color is #537453.


Background Color

.myBgColor { background-color: #537453; }

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

This div background color is #537453.


Border color

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

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

This div border color is #537453.


Opacity

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

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

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

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

This text has shadow with #537453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #537453 on black background.


Color preview on white background

This text has color #537453 on white background.



Black color preview on #537453 background

This text has black color on #537453 background.


White color preview on #537453 background

This text has white color on #537453 background.