COLOR #54995B

HEX: #54995B RGB: (84,153,91)

Color info

#54995B contains mainly green color. Web safe color of #54995B is #669966 (or #696).

RGB color model

#54995B color RGB value is (84,153,91).

RGB: (84,153,91) (33%, 60%, 36%)

RGB channels and saturation

R 84 of 255 = 33%
G 153 of 255 = 60%
B 91 of 255 = 36%

84
153
91

R + G + B ~ 43%. #54995B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 153 + 91 = 328 (100%)
R 84 of 328 ~ 25.61%
G 153 of 328 ~ 46.65%
B 91 of 328 ~ 27.74'%

%25.61
%46.65
%27.74

CMYK color model

#54995B color CMYK value is (45,0,41,40).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 40.52%
  • key color value is 40.00%
CMYK: (45,0,41,40) C45M0Y41K40 (45%,0%,41%,40%) (0.45/0.00/0.41/0.40) 

CMYK percentages

%45.1
%0
%40.52
%40

Codes

Color #54995B in popluar color models

54 99 5B
RGB 84 153 91
HSL 126° 29.11% 46.47%
HSB/HSV 126° 45.10% 60.00%
CMYK 45.10% 0.00% 40.52%
40.00%

Color #54995B in popluar number systems.

HEX 54 99 5B
Decimal 84 153 91
Binary 1010100 10011001 1011011
Octal 124 231 133

Shades and tints

Shades of #54995B

#54995B
(84,153,91)
#4D8C53
(77,140,83)
#467F4B
(70,127,75)
#3F7243
(63,114,67)
#38653B
(56,101,59)
#315833
(49,88,51)
#2A4B2B
(42,75,43)
#233E23
(35,62,35)
#1C311B
(28,49,27)
#152413
(21,36,19)
#0E170B
(14,23,11)
#000000
(0,0,0)

Tints of #54995B

#54995B
(84,153,91)
#63A269
(99,162,105)
#72AB77
(114,171,119)
#81B485
(129,180,133)
#90BD93
(144,189,147)
#9FC6A1
(159,198,161)
#AECFAF
(174,207,175)
#BDD8BD
(189,216,189)
#CCE1CB
(204,225,203)
#DBEAD9
(219,234,217)
#EAF3E7
(234,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54995B; }

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

This text font color is #54995B.

Background Color

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

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

This div background color is #54995B.

Border color

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

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

This div border color is #54995B.

Opacity

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

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

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

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

This text has shadow with #54995B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54995B.

Preview

Color preview on black background

This text has color #54995B on black background.


Color preview on white background

This text has color #54995B on white background.


Black color preview on #54995B background

This text has black color on #54995B background.


White color preview on #54995B background

This text has white color on #54995B background.


Related colors

Complementary color

Complementary color for #hex is #AB66A4.


I love getcolorcode.com

Triadic colors

1 #5B5499 and #995B54 with #54995B are triadic colors.

2 #5B9954 and #99545B with #54995B are triadic colors.