COLOR #53B469

HEX: #53B469 RGB: (83,180,105)

Color info

#53B469 contains mainly green color. Web safe color of #53B469 is #66CC66 (or #6C6).

RGB color model

#53B469 color RGB value is (83,180,105).

RGB: (83,180,105) (33%, 71%, 41%)

RGB channels and saturation

R 83 of 255 = 33%
G 180 of 255 = 71%
B 105 of 255 = 41%

83
180
105

R + G + B ~ 48%. #53B469 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 83 + 180 + 105 = 368 (100%)
R 83 of 368 ~ 22.55%
G 180 of 368 ~ 48.91%
B 105 of 368 ~ 28.53'%

%22.55
%48.91
%28.53

CMYK color model

#53B469 color CMYK value is (54,0,42,29).

  • cyan value is 53.89%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 29.41%

CMYK: (54,0,42,29)
C54M0Y42K29 (54%, 0%, 42%, 29%)
(0.54 / 0.00 / 0.42 / 0.29)

CMYK percentages

%53.89
%0
%41.67
%29.41

Codes

Color #53B469 in popluar color models

53 B4 69
RGB 83 180 105
HSL 134° 39.27% 51.57%
HSB/HSV 134° 53.89% 70.59%
CMYK 53.89% 0.00% 41.67%
29.41%

Color #53B469 in popluar number systems.

HEX 53 B4 69
Decimal 83 180 105
Binary 1010011 10110100 1101001
Octal 123 264 151

Shades and tints

Shades of #53B469

#53B469
(83,180,105)
#4CA460
(76,164,96)
#459457
(69,148,87)
#3E844E
(62,132,78)
#377445
(55,116,69)
#30643C
(48,100,60)
#295433
(41,84,51)
#22442A
(34,68,42)
#1B3421
(27,52,33)
#142418
(20,36,24)
#0D140F
(13,20,15)
#000000
(0,0,0)

Tints of #53B469

#53B469
(83,180,105)
#62BA76
(98,186,118)
#71C083
(113,192,131)
#80C690
(128,198,144)
#8FCC9D
(143,204,157)
#9ED2AA
(158,210,170)
#ADD8B7
(173,216,183)
#BCDEC4
(188,222,196)
#CBE4D1
(203,228,209)
#DAEADE
(218,234,222)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B469 color. Also use rgb(83,180,105) instead hex code.

Text Font Color

.myTextColor { color: #53B469; }

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

This text font color is #53B469.

Background Color

.myBgColor { background-color: #53B469; }

<div style="background-color:#53B469">Inner text</div>

This div background color is #53B469.

Border color

.myBorderColor { border: 1px solid #53B469; }

<div style="border:3px solid #53B469">Div</div>

This div border color is #53B469.

Opacity

.myOpacity80 { color: #53B469; opacity: 0.8; }

<p style="color:#53B469;opacity:0.8;">80%</p>

Text with #53B469 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 #53B469;}

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

This text has shadow with #53B469 color.


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

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

This text has shadow with #53B469 primary color and red secondary color.


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

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

This text has shadow with #53B469 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #53B469.

Preview

Color preview on black background

This text has color #53B469 on black background.


Color preview on white background

This text has color #53B469 on white background.


Black color preview on #53B469 background

This text has black color on #53B469 background.


White color preview on #53B469 background

This text has white color on #53B469 background.


Related colors

Complementary color

Complementary color for #hex is #AC4B96.


I love getcolorcode.com

Triadic colors

1 #6953B4 and #B46953 with #53B469 are triadic colors.

2 #69B453 and #B45369 with #53B469 are triadic colors.