COLOR #547D1F

HEX: #547D1F
RGB: (84,125,31)

Color info

#547D1F contains mainly red and green colors. Web safe color of #547D1F is #666633 (or #663).

RGB color model

#547D1F color RGB value is (84,125,31).

  • red value is 84;
  • green value is 125;
  • blue value is 31.
RGB:
(84,125,31)
(33%,49%,12%)

RGB channels and saturation

R 84 of 255 = 33%
G 125 of 255 = 49%
B 31 of 255 = 12%

84
125
31

R + G + B ~ 31%. #547D1F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 125 + 31 = 240 (100%)
R 84 of 240 ~ 35%
G 125 of 240 ~ 52.08%
B 31 of 240 ~ 12.92%

%35
%52.08
%12.92

CMYK color model

#547D1F color CMYK value is (33,0,75,51).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 75.20%
  • key color value is 50.98%
CMYK:
(33,0,75,51)
C33M0Y75K51 
(33%,0%,75%,51%)
(0.33/0.00/0.75/0.51)	

CMYK percentages

%32.8
%0
%75.2
%50.98

Codes

Color #547D1F in popluar color models

547D1F
RGB8412531
HSL86°60.26%30.59%
HSB/HSV86°75.20%49.02%
CMYK32.80%0.00%75.20%
50.98%

Color #547D1F in popluar number systems.

HEX547D1F
Decimal8412531
Binary1010100111110111111
Octal12417537

Shades and tints

Shades of #547D1F

#547D1F
(84,125,31)
#4D721D
(77,114,29)
#46671B
(70,103,27)
#3F5C19
(63,92,25)
#385117
(56,81,23)
#314615
(49,70,21)
#2A3B13
(42,59,19)
#233011
(35,48,17)
#1C250F
(28,37,15)
#151A0D
(21,26,13)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #547D1F

#547D1F
(84,125,31)
#638833
(99,136,51)
#729347
(114,147,71)
#819E5B
(129,158,91)
#90A96F
(144,169,111)
#9FB483
(159,180,131)
#AEBF97
(174,191,151)
#BDCAAB
(189,202,171)
#CCD5BF
(204,213,191)
#DBE0D3
(219,224,211)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #547D1F color. Also use rgb(84,125,31) instead hex code.

Text Font Color

.myTextColor { color: #547D1F; }

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

This text font color is #547D1F.


Background Color

.myBgColor { background-color: #547D1F; }

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

This div background color is #547D1F.


Border color

.myBorderColor { border: 1px solid #547D1F; }

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

This div border color is #547D1F.


Opacity

.myOpacity80 { color: #547D1F; opacity: 0.8; }

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

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

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

This text has shadow with #547D1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #547D1F on black background.


Color preview on white background

This text has color #547D1F on white background.



Black color preview on #547D1F background

This text has black color on #547D1F background.


White color preview on #547D1F background

This text has white color on #547D1F background.