COLOR #54A335

HEX: #54A335
RGB: (84,163,53)

Color info

#54A335 contains mainly green color. Web safe color of #54A335 is #669933 (or #693).

RGB color model

#54A335 color RGB value is (84,163,53).

  • red value is 84;
  • green value is 163;
  • blue value is 53.
RGB:
(84,163,53)
(33%,64%,21%)

RGB channels and saturation

R 84 of 255 = 33%
G 163 of 255 = 64%
B 53 of 255 = 21%

84
163
53

R + G + B ~ 39%. #54A335 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 163 + 53 = 300 (100%)
R 84 of 300 ~ 28%
G 163 of 300 ~ 54.33%
B 53 of 300 ~ 17.67%

%28
%54.33
%17.67

CMYK color model

#54A335 color CMYK value is (48,0,67,36).

  • cyan value is 48.47%
  • magenta value is 0.00%
  • yellow value is 67.48%
  • key color value is 36.08%
CMYK:
(48,0,67,36)
C48M0Y67K36 
(48%,0%,67%,36%)
(0.48/0.00/0.67/0.36)	

CMYK percentages

%48.47
%0
%67.48
%36.08

Codes

Color #54A335 in popluar color models

54A335
RGB8416353
HSL103°50.93%42.35%
HSB/HSV103°67.48%63.92%
CMYK48.47%0.00%67.48%
36.08%

Color #54A335 in popluar number systems.

HEX54A335
Decimal8416353
Binary101010010100011110101
Octal12424365

Shades and tints

Shades of #54A335

#54A335
(84,163,53)
#4D9531
(77,149,49)
#46872D
(70,135,45)
#3F7929
(63,121,41)
#386B25
(56,107,37)
#315D21
(49,93,33)
#2A4F1D
(42,79,29)
#234119
(35,65,25)
#1C3315
(28,51,21)
#152511
(21,37,17)
#0E170D
(14,23,13)
#000000
(0,0,0)

Tints of #54A335

#54A335
(84,163,53)
#63AB47
(99,171,71)
#72B359
(114,179,89)
#81BB6B
(129,187,107)
#90C37D
(144,195,125)
#9FCB8F
(159,203,143)
#AED3A1
(174,211,161)
#BDDBB3
(189,219,179)
#CCE3C5
(204,227,197)
#DBEBD7
(219,235,215)
#EAF3E9
(234,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54A335 color. Also use rgb(84,163,53) instead hex code.

Text Font Color

.myTextColor { color: #54A335; }

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

This text font color is #54A335.


Background Color

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

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

This div background color is #54A335.


Border color

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

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

This div border color is #54A335.


Opacity

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

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

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

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

This text has shadow with #54A335 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54A335 on black background.


Color preview on white background

This text has color #54A335 on white background.



Black color preview on #54A335 background

This text has black color on #54A335 background.


White color preview on #54A335 background

This text has white color on #54A335 background.