COLOR #545830

HEX: #545830 RGB: (84,88,48)

Color info

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

RGB color model

#545830 color RGB value is (84,88,48).

RGB: (84,88,48) (33%, 35%, 19%)

RGB channels and saturation

R 84 of 255 = 33%
G 88 of 255 = 35%
B 48 of 255 = 19%

84
88
48

R + G + B ~ 29%. #545830 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 88 + 48 = 220 (100%)
R 84 of 220 ~ 38.18%
G 88 of 220 ~ 40%
B 48 of 220 ~ 21.82'%

%38.18
%40
%21.82

CMYK color model

#545830 color CMYK value is (5,0,45,65).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 65.49%
CMYK: (5,0,45,65) C5M0Y45K65 (5%,0%,45%,65%) (0.05/0.00/0.45/0.65) 

CMYK percentages

%4.55
%0
%45.45
%65.49

Codes

Color #545830 in popluar color models

54 58 30
RGB 84 88 48
HSL 66° 29.41% 26.67%
HSB/HSV 66° 45.45% 34.51%
CMYK 4.55% 0.00% 45.45%
65.49%

Color #545830 in popluar number systems.

HEX 54 58 30
Decimal 84 88 48
Binary 1010100 1011000 110000
Octal 124 130 60

Shades and tints

Shades of #545830

#545830
(84,88,48)
#4D502C
(77,80,44)
#464828
(70,72,40)
#3F4024
(63,64,36)
#383820
(56,56,32)
#31301C
(49,48,28)
#2A2818
(42,40,24)
#232014
(35,32,20)
#1C1810
(28,24,16)
#15100C
(21,16,12)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #545830

#545830
(84,88,48)
#636742
(99,103,66)
#727654
(114,118,84)
#818566
(129,133,102)
#909478
(144,148,120)
#9FA38A
(159,163,138)
#AEB29C
(174,178,156)
#BDC1AE
(189,193,174)
#CCD0C0
(204,208,192)
#DBDFD2
(219,223,210)
#EAEEE4
(234,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #545830 color. Also use rgb(84,88,48) instead hex code.

Text Font Color

.myTextColor { color: #545830; }

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

This text font color is #545830.

Background Color

.myBgColor { background-color: #545830; }

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

This div background color is #545830.

Border color

.myBorderColor { border: 1px solid #545830; }

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

This div border color is #545830.

Opacity

.myOpacity80 { color: #545830; opacity: 0.8; }

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

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

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

This text has shadow with #545830 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #545830.

Preview

Color preview on black background

This text has color #545830 on black background.


Color preview on white background

This text has color #545830 on white background.


Black color preview on #545830 background

This text has black color on #545830 background.


White color preview on #545830 background

This text has white color on #545830 background.


Related colors

Complementary color

Complementary color for #hex is #ABA7CF.


I love getcolorcode.com

Triadic colors

1 #305458 and #583054 with #545830 are triadic colors.

2 #305854 and #585430 with #545830 are triadic colors.