COLOR #54993B

HEX: #54993B
RGB: (84,153,59)

Color info

#54993B contains mainly green color. Web safe color of #54993B is #669933 (or #693).

RGB color model

#54993B color RGB value is (84,153,59).

  • red value is 84;
  • green value is 153;
  • blue value is 59.
RGB:
(84,153,59)
(33%,60%,23%)

RGB channels and saturation

R 84 of 255 = 33%
G 153 of 255 = 60%
B 59 of 255 = 23%

84
153
59

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

Portions of RGB colors in percentages

R + G + B =
84 + 153 + 59 = 296 (100%)
R 84 of 296 ~ 28.38%
G 153 of 296 ~ 51.69%
B 59 of 296 ~ 19.93%

%28.38
%51.69
%19.93

CMYK color model

#54993B color CMYK value is (45,0,61,40).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 61.44%
  • key color value is 40.00%
CMYK:
(45,0,61,40)
C45M0Y61K40 
(45%,0%,61%,40%)
(0.45/0.00/0.61/0.40)	

CMYK percentages

%45.1
%0
%61.44
%40

Codes

Color #54993B in popluar color models

54993B
RGB8415359
HSL104°44.34%41.57%
HSB/HSV104°61.44%60.00%
CMYK45.10%0.00%61.44%
40.00%

Color #54993B in popluar number systems.

HEX54993B
Decimal8415359
Binary101010010011001111011
Octal12423173

Shades and tints

Shades of #54993B

#54993B
(84,153,59)
#4D8C36
(77,140,54)
#467F31
(70,127,49)
#3F722C
(63,114,44)
#386527
(56,101,39)
#315822
(49,88,34)
#2A4B1D
(42,75,29)
#233E18
(35,62,24)
#1C3113
(28,49,19)
#15240E
(21,36,14)
#0E1709
(14,23,9)
#000000
(0,0,0)

Tints of #54993B

#54993B
(84,153,59)
#63A24C
(99,162,76)
#72AB5D
(114,171,93)
#81B46E
(129,180,110)
#90BD7F
(144,189,127)
#9FC690
(159,198,144)
#AECFA1
(174,207,161)
#BDD8B2
(189,216,178)
#CCE1C3
(204,225,195)
#DBEAD4
(219,234,212)
#EAF3E5
(234,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54993B color. Also use rgb(84,153,59) instead hex code.

Text Font Color

.myTextColor { color: #54993B; }

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

This text font color is #54993B.


Background Color

.myBgColor { background-color: #54993B; }

<div style="background-color:#54993B">Inner text</div>

This div background color is #54993B.


Border color

.myBorderColor { border: 1px solid #54993B; }

<div style="border:3px solid #54993B">Div</div>

This div border color is #54993B.


Opacity

.myOpacity80 { color: #54993B; opacity: 0.8; }

<p style="color:#54993B;opacity:0.8;">80%</p>

Text with #54993B 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 #54993B;}

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

This text has shadow with #54993B color.

.textShadow {text-shadow: 3px 3px 1px #54993B, 3px 3px 1px red;}

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

This text has shadow with #54993B primary color and red secondary color.


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

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

This text has shadow with #54993B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54993B on black background.


Color preview on white background

This text has color #54993B on white background.



Black color preview on #54993B background

This text has black color on #54993B background.


White color preview on #54993B background

This text has white color on #54993B background.