COLOR #54734F

HEX: #54734F
RGB: (84,115,79)

Color info

#54734F contains red, green and blue colors in about the same proportion. Web safe color of #54734F is #666666 (or #666).

RGB color model

#54734F color RGB value is (84,115,79).

  • red value is 84;
  • green value is 115;
  • blue value is 79.
RGB:
(84,115,79)
(33%,45%,31%)

RGB channels and saturation

R 84 of 255 = 33%
G 115 of 255 = 45%
B 79 of 255 = 31%

84
115
79

R + G + B ~ 36%. #54734F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 115 + 79 = 278 (100%)
R 84 of 278 ~ 30.22%
G 115 of 278 ~ 41.37%
B 79 of 278 ~ 28.42%

%30.22
%41.37
%28.42

CMYK color model

#54734F color CMYK value is (27,0,31,55).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 31.30%
  • key color value is 54.90%
CMYK:
(27,0,31,55)
C27M0Y31K55 
(27%,0%,31%,55%)
(0.27/0.00/0.31/0.55)	

CMYK percentages

%26.96
%0
%31.3
%54.9

Codes

Color #54734F in popluar color models

54734F
RGB8411579
HSL112°18.56%38.04%
HSB/HSV112°31.30%45.10%
CMYK26.96%0.00%31.30%
54.90%

Color #54734F in popluar number systems.

HEX54734F
Decimal8411579
Binary101010011100111001111
Octal124163117

Shades and tints

Shades of #54734F

#54734F
(84,115,79)
#4D6948
(77,105,72)
#465F41
(70,95,65)
#3F553A
(63,85,58)
#384B33
(56,75,51)
#31412C
(49,65,44)
#2A3725
(42,55,37)
#232D1E
(35,45,30)
#1C2317
(28,35,23)
#151910
(21,25,16)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #54734F

#54734F
(84,115,79)
#637F5F
(99,127,95)
#728B6F
(114,139,111)
#81977F
(129,151,127)
#90A38F
(144,163,143)
#9FAF9F
(159,175,159)
#AEBBAF
(174,187,175)
#BDC7BF
(189,199,191)
#CCD3CF
(204,211,207)
#DBDFDF
(219,223,223)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54734F color. Also use rgb(84,115,79) instead hex code.

Text Font Color

.myTextColor { color: #54734F; }

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

This text font color is #54734F.


Background Color

.myBgColor { background-color: #54734F; }

<div style="background-color:#54734F">Inner text</div>

This div background color is #54734F.


Border color

.myBorderColor { border: 1px solid #54734F; }

<div style="border:3px solid #54734F">Div</div>

This div border color is #54734F.


Opacity

.myOpacity80 { color: #54734F; opacity: 0.8; }

<p style="color:#54734F;opacity:0.8;">80%</p>

Text with #54734F 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 #54734F;}

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

This text has shadow with #54734F color.

.textShadow {text-shadow: 3px 3px 1px #54734F, 3px 3px 1px red;}

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

This text has shadow with #54734F primary color and red secondary color.


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

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

This text has shadow with #54734F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54734F on black background.


Color preview on white background

This text has color #54734F on white background.



Black color preview on #54734F background

This text has black color on #54734F background.


White color preview on #54734F background

This text has white color on #54734F background.