COLOR #53B554

HEX: #53B554
RGB: (83,181,84)

Color info

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

RGB color model

#53B554 color RGB value is (83,181,84).

  • red value is 83;
  • green value is 181;
  • blue value is 84.
RGB:
(83,181,84)
(33%,71%,33%)

RGB channels and saturation

R 83 of 255 = 33%
G 181 of 255 = 71%
B 84 of 255 = 33%

83
181
84

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

Portions of RGB colors in percentages

R + G + B =
83 + 181 + 84 = 348 (100%)
R 83 of 348 ~ 23.85%
G 181 of 348 ~ 52.01%
B 84 of 348 ~ 24.14%

%23.85
%52.01
%24.14

CMYK color model

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

  • cyan value is 54.14%
  • magenta value is 0.00%
  • yellow value is 53.59%
  • key color value is 29.02%
CMYK:
(54,0,54,29)
C54M0Y54K29 
(54%,0%,54%,29%)
(0.54/0.00/0.54/0.29)	

CMYK percentages

%54.14
%0
%53.59
%29.02

Codes

Color #53B554 in popluar color models

53B554
RGB8318184
HSL121°39.84%51.76%
HSB/HSV121°54.14%70.98%
CMYK54.14%0.00%53.59%
29.02%

Color #53B554 in popluar number systems.

HEX53B554
Decimal8318184
Binary1010011101101011010100
Octal123265124

Shades and tints

Shades of #53B554

#53B554
(83,181,84)
#4CA54D
(76,165,77)
#459546
(69,149,70)
#3E853F
(62,133,63)
#377538
(55,117,56)
#306531
(48,101,49)
#29552A
(41,85,42)
#224523
(34,69,35)
#1B351C
(27,53,28)
#142515
(20,37,21)
#0D150E
(13,21,14)
#000000
(0,0,0)

Tints of #53B554

#53B554
(83,181,84)
#62BB63
(98,187,99)
#71C172
(113,193,114)
#80C781
(128,199,129)
#8FCD90
(143,205,144)
#9ED39F
(158,211,159)
#ADD9AE
(173,217,174)
#BCDFBD
(188,223,189)
#CBE5CC
(203,229,204)
#DAEBDB
(218,235,219)
#E9F1EA
(233,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53B554 color. Also use rgb(83,181,84) instead hex code.

Text Font Color

.myTextColor { color: #53B554; }

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

This text font color is #53B554.


Background Color

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

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

This div background color is #53B554.


Border color

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

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

This div border color is #53B554.


Opacity

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

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

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

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

This text has shadow with #53B554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53B554 on black background.


Color preview on white background

This text has color #53B554 on white background.



Black color preview on #53B554 background

This text has black color on #53B554 background.


White color preview on #53B554 background

This text has white color on #53B554 background.