COLOR #549950

HEX: #549950
RGB: (84,153,80)

Color info

#549950 contains mainly green color. Web safe color of #549950 is #669966 (or #696).

RGB color model

#549950 color RGB value is (84,153,80).

  • red value is 84;
  • green value is 153;
  • blue value is 80.
RGB:
(84,153,80)
(33%,60%,31%)

RGB channels and saturation

R 84 of 255 = 33%
G 153 of 255 = 60%
B 80 of 255 = 31%

84
153
80

R + G + B ~ 41%. #549950 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 153 + 80 = 317 (100%)
R 84 of 317 ~ 26.5%
G 153 of 317 ~ 48.26%
B 80 of 317 ~ 25.24%

%26.5
%48.26
%25.24

CMYK color model

#549950 color CMYK value is (45,0,48,40).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 47.71%
  • key color value is 40.00%
CMYK:
(45,0,48,40)
C45M0Y48K40 
(45%,0%,48%,40%)
(0.45/0.00/0.48/0.40)	

CMYK percentages

%45.1
%0
%47.71
%40

Codes

Color #549950 in popluar color models

549950
RGB8415380
HSL117°31.33%45.69%
HSB/HSV117°47.71%60.00%
CMYK45.10%0.00%47.71%
40.00%

Color #549950 in popluar number systems.

HEX549950
Decimal8415380
Binary1010100100110011010000
Octal124231120

Shades and tints

Shades of #549950

#549950
(84,153,80)
#4D8C49
(77,140,73)
#467F42
(70,127,66)
#3F723B
(63,114,59)
#386534
(56,101,52)
#31582D
(49,88,45)
#2A4B26
(42,75,38)
#233E1F
(35,62,31)
#1C3118
(28,49,24)
#152411
(21,36,17)
#0E170A
(14,23,10)
#000000
(0,0,0)

Tints of #549950

#549950
(84,153,80)
#63A25F
(99,162,95)
#72AB6E
(114,171,110)
#81B47D
(129,180,125)
#90BD8C
(144,189,140)
#9FC69B
(159,198,155)
#AECFAA
(174,207,170)
#BDD8B9
(189,216,185)
#CCE1C8
(204,225,200)
#DBEAD7
(219,234,215)
#EAF3E6
(234,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #549950 color. Also use rgb(84,153,80) instead hex code.

Text Font Color

.myTextColor { color: #549950; }

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

This text font color is #549950.


Background Color

.myBgColor { background-color: #549950; }

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

This div background color is #549950.


Border color

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

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

This div border color is #549950.


Opacity

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

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

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

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

This text has shadow with #549950 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #549950 on black background.


Color preview on white background

This text has color #549950 on white background.



Black color preview on #549950 background

This text has black color on #549950 background.


White color preview on #549950 background

This text has white color on #549950 background.