COLOR #548751

HEX: #548751 RGB: (84,135,81)

Color info

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

RGB color model

#548751 color RGB value is (84,135,81).

RGB: (84,135,81) (33%, 53%, 32%)

RGB channels and saturation

R 84 of 255 = 33%
G 135 of 255 = 53%
B 81 of 255 = 32%

84
135
81

R + G + B ~ 39%. #548751 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 135 + 81 = 300 (100%)
R 84 of 300 ~ 28%
G 135 of 300 ~ 45%
B 81 of 300 ~ 27'%

%28
%45
%27

CMYK color model

#548751 color CMYK value is (38,0,40,47).

  • cyan value is 37.78%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 47.06%

CMYK: (38,0,40,47)
C38M0Y40K47 (38%, 0%, 40%, 47%)
(0.38 / 0.00 / 0.40 / 0.47)

CMYK percentages

%37.78
%0
%40
%47.06

Codes

Color #548751 in popluar color models

54 87 51
RGB 84 135 81
HSL 117° 25.00% 42.35%
HSB/HSV 117° 40.00% 52.94%
CMYK 37.78% 0.00% 40.00%
47.06%

Color #548751 in popluar number systems.

HEX 54 87 51
Decimal 84 135 81
Binary 1010100 10000111 1010001
Octal 124 207 121

Shades and tints

Shades of #548751

#548751
(84,135,81)
#4D7B4A
(77,123,74)
#466F43
(70,111,67)
#3F633C
(63,99,60)
#385735
(56,87,53)
#314B2E
(49,75,46)
#2A3F27
(42,63,39)
#233320
(35,51,32)
#1C2719
(28,39,25)
#151B12
(21,27,18)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #548751

#548751
(84,135,81)
#639160
(99,145,96)
#729B6F
(114,155,111)
#81A57E
(129,165,126)
#90AF8D
(144,175,141)
#9FB99C
(159,185,156)
#AEC3AB
(174,195,171)
#BDCDBA
(189,205,186)
#CCD7C9
(204,215,201)
#DBE1D8
(219,225,216)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #548751 color. Also use rgb(84,135,81) instead hex code.

Text Font Color

.myTextColor { color: #548751; }

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

This text font color is #548751.

Background Color

.myBgColor { background-color: #548751; }

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

This div background color is #548751.

Border color

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

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

This div border color is #548751.

Opacity

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

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

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

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

This text has shadow with #548751 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #548751.

Preview

Color preview on black background

This text has color #548751 on black background.


Color preview on white background

This text has color #548751 on white background.


Black color preview on #548751 background

This text has black color on #548751 background.


White color preview on #548751 background

This text has white color on #548751 background.


Related colors

Complementary color

Complementary color for #hex is #AB78AE.


I love getcolorcode.com

Triadic colors

1 #515487 and #875154 with #548751 are triadic colors.

2 #518754 and #875451 with #548751 are triadic colors.