COLOR #53946C

HEX: #53946C RGB: (83,148,108)

Color info

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

RGB color model

#53946C color RGB value is (83,148,108).

RGB: (83,148,108) (33%, 58%, 42%)

RGB channels and saturation

R 83 of 255 = 33%
G 148 of 255 = 58%
B 108 of 255 = 42%

83
148
108

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

Portions of RGB colors in percentages

R + G + B = 83 + 148 + 108 = 339 (100%)
R 83 of 339 ~ 24.48%
G 148 of 339 ~ 43.66%
B 108 of 339 ~ 31.86'%

%24.48
%43.66
%31.86

CMYK color model

#53946C color CMYK value is (44,0,27,42).

  • cyan value is 43.92%
  • magenta value is 0.00%
  • yellow value is 27.03%
  • key color value is 41.96%

CMYK: (44,0,27,42)
C44M0Y27K42 (44%, 0%, 27%, 42%)
(0.44 / 0.00 / 0.27 / 0.42)

CMYK percentages

%43.92
%0
%27.03
%41.96

Codes

Color #53946C in popluar color models

53 94 6C
RGB 83 148 108
HSL 143° 28.14% 45.29%
HSB/HSV 143° 43.92% 58.04%
CMYK 43.92% 0.00% 27.03%
41.96%

Color #53946C in popluar number systems.

HEX 53 94 6C
Decimal 83 148 108
Binary 1010011 10010100 1101100
Octal 123 224 154

Shades and tints

Shades of #53946C

#53946C
(83,148,108)
#4C8763
(76,135,99)
#457A5A
(69,122,90)
#3E6D51
(62,109,81)
#376048
(55,96,72)
#30533F
(48,83,63)
#294636
(41,70,54)
#22392D
(34,57,45)
#1B2C24
(27,44,36)
#141F1B
(20,31,27)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #53946C

#53946C
(83,148,108)
#629D79
(98,157,121)
#71A686
(113,166,134)
#80AF93
(128,175,147)
#8FB8A0
(143,184,160)
#9EC1AD
(158,193,173)
#ADCABA
(173,202,186)
#BCD3C7
(188,211,199)
#CBDCD4
(203,220,212)
#DAE5E1
(218,229,225)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #53946C; }

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

This text font color is #53946C.

Background Color

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

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

This div background color is #53946C.

Border color

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

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

This div border color is #53946C.

Opacity

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

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

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

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

This text has shadow with #53946C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #53946C.

Preview

Color preview on black background

This text has color #53946C on black background.


Color preview on white background

This text has color #53946C on white background.


Black color preview on #53946C background

This text has black color on #53946C background.


White color preview on #53946C background

This text has white color on #53946C background.


Related colors

Complementary color

Complementary color for #hex is #AC6B93.


I love getcolorcode.com

Triadic colors

1 #6C5394 and #946C53 with #53946C are triadic colors.

2 #6C9453 and #94536C with #53946C are triadic colors.