COLOR #37A469

HEX: #37A469
RGB: (55,164,105)

Color info

#37A469 contains mainly green and blue colors. Web safe color of #37A469 is #339966 (or #396).

RGB color model

#37A469 color RGB value is (55,164,105).

  • red value is 55;
  • green value is 164;
  • blue value is 105.
RGB:
(55,164,105)
(22%,64%,41%)

RGB channels and saturation

R 55 of 255 = 22%
G 164 of 255 = 64%
B 105 of 255 = 41%

55
164
105

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

Portions of RGB colors in percentages

R + G + B =
55 + 164 + 105 = 324 (100%)
R 55 of 324 ~ 16.98%
G 164 of 324 ~ 50.62%
B 105 of 324 ~ 32.41%

%16.98
%50.62
%32.41

CMYK color model

#37A469 color CMYK value is (66,0,36,36).

  • cyan value is 66.46%
  • magenta value is 0.00%
  • yellow value is 35.98%
  • key color value is 35.69%
CMYK:
(66,0,36,36)
C66M0Y36K36 
(66%,0%,36%,36%)
(0.66/0.00/0.36/0.36)	

CMYK percentages

%66.46
%0
%35.98
%35.69

Codes

Color #37A469 in popluar color models

37A469
RGB55164105
HSL148°49.77%42.94%
HSB/HSV148°66.46%64.31%
CMYK66.46%0.00%35.98%
35.69%

Color #37A469 in popluar number systems.

HEX37A469
Decimal55164105
Binary110111101001001101001
Octal67244151

Shades and tints

Shades of #37A469

#37A469
(55,164,105)
#329660
(50,150,96)
#2D8857
(45,136,87)
#287A4E
(40,122,78)
#236C45
(35,108,69)
#1E5E3C
(30,94,60)
#195033
(25,80,51)
#14422A
(20,66,42)
#0F3421
(15,52,33)
#0A2618
(10,38,24)
#05180F
(5,24,15)
#000000
(0,0,0)

Tints of #37A469

#37A469
(55,164,105)
#49AC76
(73,172,118)
#5BB483
(91,180,131)
#6DBC90
(109,188,144)
#7FC49D
(127,196,157)
#91CCAA
(145,204,170)
#A3D4B7
(163,212,183)
#B5DCC4
(181,220,196)
#C7E4D1
(199,228,209)
#D9ECDE
(217,236,222)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37A469 color. Also use rgb(55,164,105) instead hex code.

Text Font Color

.myTextColor { color: #37A469; }

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

This text font color is #37A469.


Background Color

.myBgColor { background-color: #37A469; }

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

This div background color is #37A469.


Border color

.myBorderColor { border: 1px solid #37A469; }

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

This div border color is #37A469.


Opacity

.myOpacity80 { color: #37A469; opacity: 0.8; }

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

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

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

This text has shadow with #37A469 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37A469 on black background.


Color preview on white background

This text has color #37A469 on white background.



Black color preview on #37A469 background

This text has black color on #37A469 background.


White color preview on #37A469 background

This text has white color on #37A469 background.