COLOR #54836E

HEX: #54836E
RGB: (84,131,110)

Color info

#54836E contains red, green and blue colors in about the same proportion. Web safe color of #54836E is #669966 (or #696).

RGB color model

#54836E color RGB value is (84,131,110).

  • red value is 84;
  • green value is 131;
  • blue value is 110.
RGB:
(84,131,110)
(33%,51%,43%)

RGB channels and saturation

R 84 of 255 = 33%
G 131 of 255 = 51%
B 110 of 255 = 43%

84
131
110

R + G + B ~ 42%. #54836E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 131 + 110 = 325 (100%)
R 84 of 325 ~ 25.85%
G 131 of 325 ~ 40.31%
B 110 of 325 ~ 33.85%

%25.85
%40.31
%33.85

CMYK color model

#54836E color CMYK value is (36,0,16,49).

  • cyan value is 35.88%
  • magenta value is 0.00%
  • yellow value is 16.03%
  • key color value is 48.63%
CMYK:
(36,0,16,49)
C36M0Y16K49 
(36%,0%,16%,49%)
(0.36/0.00/0.16/0.49)	

CMYK percentages

%35.88
%0
%16.03
%48.63

Codes

Color #54836E in popluar color models

54836E
RGB84131110
HSL153°21.86%42.16%
HSB/HSV153°35.88%51.37%
CMYK35.88%0.00%16.03%
48.63%

Color #54836E in popluar number systems.

HEX54836E
Decimal84131110
Binary1010100100000111101110
Octal124203156

Shades and tints

Shades of #54836E

#54836E
(84,131,110)
#4D7864
(77,120,100)
#466D5A
(70,109,90)
#3F6250
(63,98,80)
#385746
(56,87,70)
#314C3C
(49,76,60)
#2A4132
(42,65,50)
#233628
(35,54,40)
#1C2B1E
(28,43,30)
#152014
(21,32,20)
#0E150A
(14,21,10)
#000000
(0,0,0)

Tints of #54836E

#54836E
(84,131,110)
#638E7B
(99,142,123)
#729988
(114,153,136)
#81A495
(129,164,149)
#90AFA2
(144,175,162)
#9FBAAF
(159,186,175)
#AEC5BC
(174,197,188)
#BDD0C9
(189,208,201)
#CCDBD6
(204,219,214)
#DBE6E3
(219,230,227)
#EAF1F0
(234,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54836E color. Also use rgb(84,131,110) instead hex code.

Text Font Color

.myTextColor { color: #54836E; }

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

This text font color is #54836E.


Background Color

.myBgColor { background-color: #54836E; }

<div style="background-color:#54836E">Inner text</div>

This div background color is #54836E.


Border color

.myBorderColor { border: 1px solid #54836E; }

<div style="border:3px solid #54836E">Div</div>

This div border color is #54836E.


Opacity

.myOpacity80 { color: #54836E; opacity: 0.8; }

<p style="color:#54836E;opacity:0.8;">80%</p>

Text with #54836E 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 #54836E;}

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

This text has shadow with #54836E color.

.textShadow {text-shadow: 3px 3px 1px #54836E, 3px 3px 1px red;}

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

This text has shadow with #54836E primary color and red secondary color.


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

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

This text has shadow with #54836E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54836E on black background.


Color preview on white background

This text has color #54836E on white background.



Black color preview on #54836E background

This text has black color on #54836E background.


White color preview on #54836E background

This text has white color on #54836E background.