COLOR #53946D

HEX: #53946D
RGB: (83,148,109)

Color info

#53946D contains mainly green and blue colors. Web safe color of #53946D is #669966 (or #696).

RGB color model

#53946D color RGB value is (83,148,109).

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

RGB channels and saturation

R 83 of 255 = 33%
G 148 of 255 = 58%
B 109 of 255 = 43%

83
148
109

R + G + B ~ 45%. #53946D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 148 + 109 = 340 (100%)
R 83 of 340 ~ 24.41%
G 148 of 340 ~ 43.53%
B 109 of 340 ~ 32.06%

%24.41
%43.53
%32.06

CMYK color model

#53946D color CMYK value is (44,0,26,42).

  • cyan value is 43.92%
  • magenta value is 0.00%
  • yellow value is 26.35%
  • key color value is 41.96%
CMYK:
(44,0,26,42)
C44M0Y26K42 
(44%,0%,26%,42%)
(0.44/0.00/0.26/0.42)	

CMYK percentages

%43.92
%0
%26.35
%41.96

Codes

Color #53946D in popluar color models

53946D
RGB83148109
HSL144°28.14%45.29%
HSB/HSV144°43.92%58.04%
CMYK43.92%0.00%26.35%
41.96%

Color #53946D in popluar number systems.

HEX53946D
Decimal83148109
Binary1010011100101001101101
Octal123224155

Shades and tints

Shades of #53946D

#53946D
(83,148,109)
#4C8764
(76,135,100)
#457A5B
(69,122,91)
#3E6D52
(62,109,82)
#376049
(55,96,73)
#305340
(48,83,64)
#294637
(41,70,55)
#22392E
(34,57,46)
#1B2C25
(27,44,37)
#141F1C
(20,31,28)
#0D1213
(13,18,19)
#000000
(0,0,0)

Tints of #53946D

#53946D
(83,148,109)
#629D7A
(98,157,122)
#71A687
(113,166,135)
#80AF94
(128,175,148)
#8FB8A1
(143,184,161)
#9EC1AE
(158,193,174)
#ADCABB
(173,202,187)
#BCD3C8
(188,211,200)
#CBDCD5
(203,220,213)
#DAE5E2
(218,229,226)
#E9EEEF
(233,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53946D color. Also use rgb(83,148,109) instead hex code.

Text Font Color

.myTextColor { color: #53946D; }

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

This text font color is #53946D.


Background Color

.myBgColor { background-color: #53946D; }

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

This div background color is #53946D.


Border color

.myBorderColor { border: 1px solid #53946D; }

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

This div border color is #53946D.


Opacity

.myOpacity80 { color: #53946D; opacity: 0.8; }

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

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

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

This text has shadow with #53946D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53946D on black background.


Color preview on white background

This text has color #53946D on white background.



Black color preview on #53946D background

This text has black color on #53946D background.


White color preview on #53946D background

This text has white color on #53946D background.