COLOR #54A46B

HEX: #54A46B
RGB: (84,164,107)

Color info

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

RGB color model

#54A46B color RGB value is (84,164,107).

  • red value is 84;
  • green value is 164;
  • blue value is 107.
RGB:
(84,164,107)
(33%,64%,42%)

RGB channels and saturation

R 84 of 255 = 33%
G 164 of 255 = 64%
B 107 of 255 = 42%

84
164
107

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

Portions of RGB colors in percentages

R + G + B =
84 + 164 + 107 = 355 (100%)
R 84 of 355 ~ 23.66%
G 164 of 355 ~ 46.2%
B 107 of 355 ~ 30.14%

%23.66
%46.2
%30.14

CMYK color model

#54A46B color CMYK value is (49,0,35,36).

  • cyan value is 48.78%
  • magenta value is 0.00%
  • yellow value is 34.76%
  • key color value is 35.69%
CMYK:
(49,0,35,36)
C49M0Y35K36 
(49%,0%,35%,36%)
(0.49/0.00/0.35/0.36)	

CMYK percentages

%48.78
%0
%34.76
%35.69

Codes

Color #54A46B in popluar color models

54A46B
RGB84164107
HSL137°32.26%48.63%
HSB/HSV137°48.78%64.31%
CMYK48.78%0.00%34.76%
35.69%

Color #54A46B in popluar number systems.

HEX54A46B
Decimal84164107
Binary1010100101001001101011
Octal124244153

Shades and tints

Shades of #54A46B

#54A46B
(84,164,107)
#4D9662
(77,150,98)
#468859
(70,136,89)
#3F7A50
(63,122,80)
#386C47
(56,108,71)
#315E3E
(49,94,62)
#2A5035
(42,80,53)
#23422C
(35,66,44)
#1C3423
(28,52,35)
#15261A
(21,38,26)
#0E1811
(14,24,17)
#000000
(0,0,0)

Tints of #54A46B

#54A46B
(84,164,107)
#63AC78
(99,172,120)
#72B485
(114,180,133)
#81BC92
(129,188,146)
#90C49F
(144,196,159)
#9FCCAC
(159,204,172)
#AED4B9
(174,212,185)
#BDDCC6
(189,220,198)
#CCE4D3
(204,228,211)
#DBECE0
(219,236,224)
#EAF4ED
(234,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A46B color. Also use rgb(84,164,107) instead hex code.

Text Font Color

.myTextColor { color: #54A46B; }

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

This text font color is #54A46B.


Background Color

.myBgColor { background-color: #54A46B; }

<div style="background-color:#54A46B">Inner text</div>

This div background color is #54A46B.


Border color

.myBorderColor { border: 1px solid #54A46B; }

<div style="border:3px solid #54A46B">Div</div>

This div border color is #54A46B.


Opacity

.myOpacity80 { color: #54A46B; opacity: 0.8; }

<p style="color:#54A46B;opacity:0.8;">80%</p>

Text with #54A46B 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 #54A46B;}

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

This text has shadow with #54A46B color.

.textShadow {text-shadow: 3px 3px 1px #54A46B, 3px 3px 1px red;}

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

This text has shadow with #54A46B primary color and red secondary color.


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

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

This text has shadow with #54A46B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A46B on black background.


Color preview on white background

This text has color #54A46B on white background.



Black color preview on #54A46B background

This text has black color on #54A46B background.


White color preview on #54A46B background

This text has white color on #54A46B background.