COLOR #54753E

HEX: #54753E
RGB: (84,117,62)

Color info

#54753E contains red, green and blue colors in about the same proportion. Web safe color of #54753E is #666633 (or #663).

RGB color model

#54753E color RGB value is (84,117,62).

  • red value is 84;
  • green value is 117;
  • blue value is 62.
RGB:
(84,117,62)
(33%,46%,24%)

RGB channels and saturation

R 84 of 255 = 33%
G 117 of 255 = 46%
B 62 of 255 = 24%

84
117
62

R + G + B ~ 34%. #54753E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 117 + 62 = 263 (100%)
R 84 of 263 ~ 31.94%
G 117 of 263 ~ 44.49%
B 62 of 263 ~ 23.57%

%31.94
%44.49
%23.57

CMYK color model

#54753E color CMYK value is (28,0,47,54).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 47.01%
  • key color value is 54.12%
CMYK:
(28,0,47,54)
C28M0Y47K54 
(28%,0%,47%,54%)
(0.28/0.00/0.47/0.54)	

CMYK percentages

%28.21
%0
%47.01
%54.12

Codes

Color #54753E in popluar color models

54753E
RGB8411762
HSL96°30.73%35.10%
HSB/HSV96°47.01%45.88%
CMYK28.21%0.00%47.01%
54.12%

Color #54753E in popluar number systems.

HEX54753E
Decimal8411762
Binary10101001110101111110
Octal12416576

Shades and tints

Shades of #54753E

#54753E
(84,117,62)
#4D6B39
(77,107,57)
#466134
(70,97,52)
#3F572F
(63,87,47)
#384D2A
(56,77,42)
#314325
(49,67,37)
#2A3920
(42,57,32)
#232F1B
(35,47,27)
#1C2516
(28,37,22)
#151B11
(21,27,17)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #54753E

#54753E
(84,117,62)
#63814F
(99,129,79)
#728D60
(114,141,96)
#819971
(129,153,113)
#90A582
(144,165,130)
#9FB193
(159,177,147)
#AEBDA4
(174,189,164)
#BDC9B5
(189,201,181)
#CCD5C6
(204,213,198)
#DBE1D7
(219,225,215)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54753E color. Also use rgb(84,117,62) instead hex code.

Text Font Color

.myTextColor { color: #54753E; }

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

This text font color is #54753E.


Background Color

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

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

This div background color is #54753E.


Border color

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

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

This div border color is #54753E.


Opacity

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

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

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

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

This text has shadow with #54753E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54753E on black background.


Color preview on white background

This text has color #54753E on white background.



Black color preview on #54753E background

This text has black color on #54753E background.


White color preview on #54753E background

This text has white color on #54753E background.