COLOR #53733F

HEX: #53733F
RGB: (83,115,63)

Color info

#53733F contains red, green and blue colors in about the same proportion. Web safe color of #53733F is #666633 (or #663).

RGB color model

#53733F color RGB value is (83,115,63).

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

RGB channels and saturation

R 83 of 255 = 33%
G 115 of 255 = 45%
B 63 of 255 = 25%

83
115
63

R + G + B ~ 34%. #53733F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 115 + 63 = 261 (100%)
R 83 of 261 ~ 31.8%
G 115 of 261 ~ 44.06%
B 63 of 261 ~ 24.14%

%31.8
%44.06
%24.14

CMYK color model

#53733F color CMYK value is (28,0,45,55).

  • cyan value is 27.83%
  • magenta value is 0.00%
  • yellow value is 45.22%
  • key color value is 54.90%
CMYK:
(28,0,45,55)
C28M0Y45K55 
(28%,0%,45%,55%)
(0.28/0.00/0.45/0.55)	

CMYK percentages

%27.83
%0
%45.22
%54.9

Codes

Color #53733F in popluar color models

53733F
RGB8311563
HSL97°29.21%34.90%
HSB/HSV97°45.22%45.10%
CMYK27.83%0.00%45.22%
54.90%

Color #53733F in popluar number systems.

HEX53733F
Decimal8311563
Binary10100111110011111111
Octal12316377

Shades and tints

Shades of #53733F

#53733F
(83,115,63)
#4C693A
(76,105,58)
#455F35
(69,95,53)
#3E5530
(62,85,48)
#374B2B
(55,75,43)
#304126
(48,65,38)
#293721
(41,55,33)
#222D1C
(34,45,28)
#1B2317
(27,35,23)
#141912
(20,25,18)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #53733F

#53733F
(83,115,63)
#627F50
(98,127,80)
#718B61
(113,139,97)
#809772
(128,151,114)
#8FA383
(143,163,131)
#9EAF94
(158,175,148)
#ADBBA5
(173,187,165)
#BCC7B6
(188,199,182)
#CBD3C7
(203,211,199)
#DADFD8
(218,223,216)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53733F; }

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

This text font color is #53733F.


Background Color

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

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

This div background color is #53733F.


Border color

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

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

This div border color is #53733F.


Opacity

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

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

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

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

This text has shadow with #53733F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53733F on black background.


Color preview on white background

This text has color #53733F on white background.



Black color preview on #53733F background

This text has black color on #53733F background.


White color preview on #53733F background

This text has white color on #53733F background.