COLOR #548729

HEX: #548729
RGB: (84,135,41)

Color info

#548729 contains mainly red and green colors. Web safe color of #548729 is #669933 (or #693).

RGB color model

#548729 color RGB value is (84,135,41).

  • red value is 84;
  • green value is 135;
  • blue value is 41.
RGB:
(84,135,41)
(33%,53%,16%)

RGB channels and saturation

R 84 of 255 = 33%
G 135 of 255 = 53%
B 41 of 255 = 16%

84
135
41

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

Portions of RGB colors in percentages

R + G + B =
84 + 135 + 41 = 260 (100%)
R 84 of 260 ~ 32.31%
G 135 of 260 ~ 51.92%
B 41 of 260 ~ 15.77%

%32.31
%51.92
%15.77

CMYK color model

#548729 color CMYK value is (38,0,70,47).

  • cyan value is 37.78%
  • magenta value is 0.00%
  • yellow value is 69.63%
  • key color value is 47.06%
CMYK:
(38,0,70,47)
C38M0Y70K47 
(38%,0%,70%,47%)
(0.38/0.00/0.70/0.47)	

CMYK percentages

%37.78
%0
%69.63
%47.06

Codes

Color #548729 in popluar color models

548729
RGB8413541
HSL93°53.41%34.51%
HSB/HSV93°69.63%52.94%
CMYK37.78%0.00%69.63%
47.06%

Color #548729 in popluar number systems.

HEX548729
Decimal8413541
Binary101010010000111101001
Octal12420751

Shades and tints

Shades of #548729

#548729
(84,135,41)
#4D7B26
(77,123,38)
#466F23
(70,111,35)
#3F6320
(63,99,32)
#38571D
(56,87,29)
#314B1A
(49,75,26)
#2A3F17
(42,63,23)
#233314
(35,51,20)
#1C2711
(28,39,17)
#151B0E
(21,27,14)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #548729

#548729
(84,135,41)
#63913C
(99,145,60)
#729B4F
(114,155,79)
#81A562
(129,165,98)
#90AF75
(144,175,117)
#9FB988
(159,185,136)
#AEC39B
(174,195,155)
#BDCDAE
(189,205,174)
#CCD7C1
(204,215,193)
#DBE1D4
(219,225,212)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #548729; }

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

This text font color is #548729.


Background Color

.myBgColor { background-color: #548729; }

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

This div background color is #548729.


Border color

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

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

This div border color is #548729.


Opacity

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

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

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

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

This text has shadow with #548729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #548729 on black background.


Color preview on white background

This text has color #548729 on white background.



Black color preview on #548729 background

This text has black color on #548729 background.


White color preview on #548729 background

This text has white color on #548729 background.