COLOR #53944E

HEX: #53944E
RGB: (83,148,78)

Color info

#53944E contains mainly green color. Web safe color of #53944E is #669966 (or #696).

RGB color model

#53944E color RGB value is (83,148,78).

  • red value is 83;
  • green value is 148;
  • blue value is 78.
RGB:
(83,148,78)
(33%,58%,31%)

RGB channels and saturation

R 83 of 255 = 33%
G 148 of 255 = 58%
B 78 of 255 = 31%

83
148
78

R + G + B ~ 41%. #53944E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 148 + 78 = 309 (100%)
R 83 of 309 ~ 26.86%
G 148 of 309 ~ 47.9%
B 78 of 309 ~ 25.24%

%26.86
%47.9
%25.24

CMYK color model

#53944E color CMYK value is (44,0,47,42).

  • cyan value is 43.92%
  • magenta value is 0.00%
  • yellow value is 47.30%
  • key color value is 41.96%
CMYK:
(44,0,47,42)
C44M0Y47K42 
(44%,0%,47%,42%)
(0.44/0.00/0.47/0.42)	

CMYK percentages

%43.92
%0
%47.3
%41.96

Codes

Color #53944E in popluar color models

53944E
RGB8314878
HSL116°30.97%44.31%
HSB/HSV116°47.30%58.04%
CMYK43.92%0.00%47.30%
41.96%

Color #53944E in popluar number systems.

HEX53944E
Decimal8314878
Binary1010011100101001001110
Octal123224116

Shades and tints

Shades of #53944E

#53944E
(83,148,78)
#4C8747
(76,135,71)
#457A40
(69,122,64)
#3E6D39
(62,109,57)
#376032
(55,96,50)
#30532B
(48,83,43)
#294624
(41,70,36)
#22391D
(34,57,29)
#1B2C16
(27,44,22)
#141F0F
(20,31,15)
#0D1208
(13,18,8)
#000000
(0,0,0)

Tints of #53944E

#53944E
(83,148,78)
#629D5E
(98,157,94)
#71A66E
(113,166,110)
#80AF7E
(128,175,126)
#8FB88E
(143,184,142)
#9EC19E
(158,193,158)
#ADCAAE
(173,202,174)
#BCD3BE
(188,211,190)
#CBDCCE
(203,220,206)
#DAE5DE
(218,229,222)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53944E color. Also use rgb(83,148,78) instead hex code.

Text Font Color

.myTextColor { color: #53944E; }

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

This text font color is #53944E.


Background Color

.myBgColor { background-color: #53944E; }

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

This div background color is #53944E.


Border color

.myBorderColor { border: 1px solid #53944E; }

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

This div border color is #53944E.


Opacity

.myOpacity80 { color: #53944E; opacity: 0.8; }

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

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

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

This text has shadow with #53944E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53944E on black background.


Color preview on white background

This text has color #53944E on white background.



Black color preview on #53944E background

This text has black color on #53944E background.


White color preview on #53944E background

This text has white color on #53944E background.