COLOR #53734F

HEX: #53734F
RGB: (83,115,79)

Color info

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

RGB color model

#53734F color RGB value is (83,115,79).

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

RGB channels and saturation

R 83 of 255 = 33%
G 115 of 255 = 45%
B 79 of 255 = 31%

83
115
79

R + G + B ~ 36%. #53734F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 115 + 79 = 277 (100%)
R 83 of 277 ~ 29.96%
G 115 of 277 ~ 41.52%
B 79 of 277 ~ 28.52%

%29.96
%41.52
%28.52

CMYK color model

#53734F color CMYK value is (28,0,31,55).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 54.90%
CMYK:
(28,0,31,55)
C28M0Y31K55 
(28%,0%,31%,55%)
(0.28/0.00/0.31/0.55)	

CMYK percentages

%27.83
%0
%31.3
%54.9

Codes

Color #53734F in popluar color models

53734F
RGB8311579
HSL113°18.56%38.04%
HSB/HSV113°31.30%45.10%
CMYK27.83%0.00%31.30%
54.90%

Color #53734F in popluar number systems.

HEX53734F
Decimal8311579
Binary101001111100111001111
Octal123163117

Shades and tints

Shades of #53734F

#53734F
(83,115,79)
#4C6948
(76,105,72)
#455F41
(69,95,65)
#3E553A
(62,85,58)
#374B33
(55,75,51)
#30412C
(48,65,44)
#293725
(41,55,37)
#222D1E
(34,45,30)
#1B2317
(27,35,23)
#141910
(20,25,16)
#0D0F09
(13,15,9)
#000000
(0,0,0)

Tints of #53734F

#53734F
(83,115,79)
#627F5F
(98,127,95)
#718B6F
(113,139,111)
#80977F
(128,151,127)
#8FA38F
(143,163,143)
#9EAF9F
(158,175,159)
#ADBBAF
(173,187,175)
#BCC7BF
(188,199,191)
#CBD3CF
(203,211,207)
#DADFDF
(218,223,223)
#E9EBEF
(233,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53734F; }

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

This text font color is #53734F.


Background Color

.myBgColor { background-color: #53734F; }

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

This div background color is #53734F.


Border color

.myBorderColor { border: 1px solid #53734F; }

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

This div border color is #53734F.


Opacity

.myOpacity80 { color: #53734F; opacity: 0.8; }

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

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

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

This text has shadow with #53734F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53734F on black background.


Color preview on white background

This text has color #53734F on white background.



Black color preview on #53734F background

This text has black color on #53734F background.


White color preview on #53734F background

This text has white color on #53734F background.