COLOR #55A34B

HEX: #55A34B
RGB: (85,163,75)

Color info

#55A34B contains mainly green color. Web safe color of #55A34B is #669933 (or #693).

RGB color model

#55A34B color RGB value is (85,163,75).

  • red value is 85;
  • green value is 163;
  • blue value is 75.
RGB:
(85,163,75)
(33%,64%,29%)

RGB channels and saturation

R 85 of 255 = 33%
G 163 of 255 = 64%
B 75 of 255 = 29%

85
163
75

R + G + B ~ 42%. #55A34B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 163 + 75 = 323 (100%)
R 85 of 323 ~ 26.32%
G 163 of 323 ~ 50.46%
B 75 of 323 ~ 23.22%

%26.32
%50.46
%23.22

CMYK color model

#55A34B color CMYK value is (48,0,54,36).

  • cyan value is 47.85%
  • magenta value is 0.00%
  • yellow value is 53.99%
  • key color value is 36.08%
CMYK:
(48,0,54,36)
C48M0Y54K36 
(48%,0%,54%,36%)
(0.48/0.00/0.54/0.36)	

CMYK percentages

%47.85
%0
%53.99
%36.08

Codes

Color #55A34B in popluar color models

55A34B
RGB8516375
HSL113°36.97%46.67%
HSB/HSV113°53.99%63.92%
CMYK47.85%0.00%53.99%
36.08%

Color #55A34B in popluar number systems.

HEX55A34B
Decimal8516375
Binary1010101101000111001011
Octal125243113

Shades and tints

Shades of #55A34B

#55A34B
(85,163,75)
#4E9545
(78,149,69)
#47873F
(71,135,63)
#407939
(64,121,57)
#396B33
(57,107,51)
#325D2D
(50,93,45)
#2B4F27
(43,79,39)
#244121
(36,65,33)
#1D331B
(29,51,27)
#162515
(22,37,21)
#0F170F
(15,23,15)
#000000
(0,0,0)

Tints of #55A34B

#55A34B
(85,163,75)
#64AB5B
(100,171,91)
#73B36B
(115,179,107)
#82BB7B
(130,187,123)
#91C38B
(145,195,139)
#A0CB9B
(160,203,155)
#AFD3AB
(175,211,171)
#BEDBBB
(190,219,187)
#CDE3CB
(205,227,203)
#DCEBDB
(220,235,219)
#EBF3EB
(235,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55A34B color. Also use rgb(85,163,75) instead hex code.

Text Font Color

.myTextColor { color: #55A34B; }

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

This text font color is #55A34B.


Background Color

.myBgColor { background-color: #55A34B; }

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

This div background color is #55A34B.


Border color

.myBorderColor { border: 1px solid #55A34B; }

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

This div border color is #55A34B.


Opacity

.myOpacity80 { color: #55A34B; opacity: 0.8; }

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

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

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

This text has shadow with #55A34B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55A34B on black background.


Color preview on white background

This text has color #55A34B on white background.



Black color preview on #55A34B background

This text has black color on #55A34B background.


White color preview on #55A34B background

This text has white color on #55A34B background.