COLOR #53956A

HEX: #53956A RGB: (83,149,106)

Color info

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

RGB color model

#53956A color RGB value is (83,149,106).

RGB: (83,149,106) (33%, 58%, 42%)

RGB channels and saturation

R 83 of 255 = 33%
G 149 of 255 = 58%
B 106 of 255 = 42%

83
149
106

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

Portions of RGB colors in percentages

R + G + B = 83 + 149 + 106 = 338 (100%)
R 83 of 338 ~ 24.56%
G 149 of 338 ~ 44.08%
B 106 of 338 ~ 31.36'%

%24.56
%44.08
%31.36

CMYK color model

#53956A color CMYK value is (44,0,29,42).

  • cyan value is 44.30%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 41.57%

CMYK: (44,0,29,42)
C44M0Y29K42 (44%, 0%, 29%, 42%)
(0.44 / 0.00 / 0.29 / 0.42)

CMYK percentages

%44.3
%0
%28.86
%41.57

Codes

Color #53956A in popluar color models

53 95 6A
RGB 83 149 106
HSL 141° 28.45% 45.49%
HSB/HSV 141° 44.30% 58.43%
CMYK 44.30% 0.00% 28.86%
41.57%

Color #53956A in popluar number systems.

HEX 53 95 6A
Decimal 83 149 106
Binary 1010011 10010101 1101010
Octal 123 225 152

Shades and tints

Shades of #53956A

#53956A
(83,149,106)
#4C8861
(76,136,97)
#457B58
(69,123,88)
#3E6E4F
(62,110,79)
#376146
(55,97,70)
#30543D
(48,84,61)
#294734
(41,71,52)
#223A2B
(34,58,43)
#1B2D22
(27,45,34)
#142019
(20,32,25)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #53956A

#53956A
(83,149,106)
#629E77
(98,158,119)
#71A784
(113,167,132)
#80B091
(128,176,145)
#8FB99E
(143,185,158)
#9EC2AB
(158,194,171)
#ADCBB8
(173,203,184)
#BCD4C5
(188,212,197)
#CBDDD2
(203,221,210)
#DAE6DF
(218,230,223)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53956A color. Also use rgb(83,149,106) instead hex code.

Text Font Color

.myTextColor { color: #53956A; }

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

This text font color is #53956A.

Background Color

.myBgColor { background-color: #53956A; }

<div style="background-color:#53956A">Inner text</div>

This div background color is #53956A.

Border color

.myBorderColor { border: 1px solid #53956A; }

<div style="border:3px solid #53956A">Div</div>

This div border color is #53956A.

Opacity

.myOpacity80 { color: #53956A; opacity: 0.8; }

<p style="color:#53956A;opacity:0.8;">80%</p>

Text with #53956A 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 #53956A;}

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

This text has shadow with #53956A color.


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

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

This text has shadow with #53956A primary color and red secondary color.


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

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

This text has shadow with #53956A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53956A.

Preview

Color preview on black background

This text has color #53956A on black background.


Color preview on white background

This text has color #53956A on white background.


Black color preview on #53956A background

This text has black color on #53956A background.


White color preview on #53956A background

This text has white color on #53956A background.


Related colors

Complementary color

Complementary color for #hex is #AC6A95.


I love getcolorcode.com

Triadic colors

1 #6A5395 and #956A53 with #53956A are triadic colors.

2 #6A9553 and #95536A with #53956A are triadic colors.