COLOR #54613A

HEX: #54613A
RGB: (84,97,58)

Color info

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

RGB color model

#54613A color RGB value is (84,97,58).

  • red value is 84;
  • green value is 97;
  • blue value is 58.
RGB:
(84,97,58)
(33%,38%,23%)

RGB channels and saturation

R 84 of 255 = 33%
G 97 of 255 = 38%
B 58 of 255 = 23%

84
97
58

R + G + B ~ 31%. #54613A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 97 + 58 = 239 (100%)
R 84 of 239 ~ 35.15%
G 97 of 239 ~ 40.59%
B 58 of 239 ~ 24.27%

%35.15
%40.59
%24.27

CMYK color model

#54613A color CMYK value is (13,0,40,62).

  • cyan value is 13.40%
  • magenta value is 0.00%
  • yellow value is 40.21%
  • key color value is 61.96%
CMYK:
(13,0,40,62)
C13M0Y40K62 
(13%,0%,40%,62%)
(0.13/0.00/0.40/0.62)	

CMYK percentages

%13.4
%0
%40.21
%61.96

Codes

Color #54613A in popluar color models

54613A
RGB849758
HSL80°25.16%30.39%
HSB/HSV80°40.21%38.04%
CMYK13.40%0.00%40.21%
61.96%

Color #54613A in popluar number systems.

HEX54613A
Decimal849758
Binary10101001100001111010
Octal12414172

Shades and tints

Shades of #54613A

#54613A
(84,97,58)
#4D5935
(77,89,53)
#465130
(70,81,48)
#3F492B
(63,73,43)
#384126
(56,65,38)
#313921
(49,57,33)
#2A311C
(42,49,28)
#232917
(35,41,23)
#1C2112
(28,33,18)
#15190D
(21,25,13)
#0E1108
(14,17,8)
#000000
(0,0,0)

Tints of #54613A

#54613A
(84,97,58)
#636F4B
(99,111,75)
#727D5C
(114,125,92)
#818B6D
(129,139,109)
#90997E
(144,153,126)
#9FA78F
(159,167,143)
#AEB5A0
(174,181,160)
#BDC3B1
(189,195,177)
#CCD1C2
(204,209,194)
#DBDFD3
(219,223,211)
#EAEDE4
(234,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54613A color. Also use rgb(84,97,58) instead hex code.

Text Font Color

.myTextColor { color: #54613A; }

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

This text font color is #54613A.


Background Color

.myBgColor { background-color: #54613A; }

<div style="background-color:#54613A">Inner text</div>

This div background color is #54613A.


Border color

.myBorderColor { border: 1px solid #54613A; }

<div style="border:3px solid #54613A">Div</div>

This div border color is #54613A.


Opacity

.myOpacity80 { color: #54613A; opacity: 0.8; }

<p style="color:#54613A;opacity:0.8;">80%</p>

Text with #54613A 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 #54613A;}

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

This text has shadow with #54613A color.

.textShadow {text-shadow: 3px 3px 1px #54613A, 3px 3px 1px red;}

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

This text has shadow with #54613A primary color and red secondary color.


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

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

This text has shadow with #54613A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54613A on black background.


Color preview on white background

This text has color #54613A on white background.



Black color preview on #54613A background

This text has black color on #54613A background.


White color preview on #54613A background

This text has white color on #54613A background.