COLOR #37B316

HEX: #37B316
RGB: (55,179,22)

Color info

#37B316 contains mainly green color. Web safe color of #37B316 is #339900 (or #390).

RGB color model

#37B316 color RGB value is (55,179,22).

  • red value is 55;
  • green value is 179;
  • blue value is 22.
RGB:
(55,179,22)
(22%,70%,9%)

RGB channels and saturation

R 55 of 255 = 22%
G 179 of 255 = 70%
B 22 of 255 = 9%

55
179
22

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

Portions of RGB colors in percentages

R + G + B =
55 + 179 + 22 = 256 (100%)
R 55 of 256 ~ 21.48%
G 179 of 256 ~ 69.92%
B 22 of 256 ~ 8.59%

%21.48
%69.92

CMYK color model

#37B316 color CMYK value is (69,0,88,30).

  • cyan value is 69.27%
  • magenta value is 0.00%
  • yellow value is 87.71%
  • key color value is 29.80%
CMYK:
(69,0,88,30)
C69M0Y88K30 
(69%,0%,88%,30%)
(0.69/0.00/0.88/0.30)	

CMYK percentages

%69.27
%0
%87.71
%29.8

Codes

Color #37B316 in popluar color models

37B316
RGB5517922
HSL107°78.11%39.41%
HSB/HSV107°87.71%70.20%
CMYK69.27%0.00%87.71%
29.80%

Color #37B316 in popluar number systems.

HEX37B316
Decimal5517922
Binary1101111011001110110
Octal6726326

Shades and tints

Shades of #37B316

#37B316
(55,179,22)
#32A314
(50,163,20)
#2D9312
(45,147,18)
#288310
(40,131,16)
#23730E
(35,115,14)
#1E630C
(30,99,12)
#19530A
(25,83,10)
#144308
(20,67,8)
#0F3306
(15,51,6)
#0A2304
(10,35,4)
#051302
(5,19,2)
#000000
(0,0,0)

Tints of #37B316

#37B316
(55,179,22)
#49B92B
(73,185,43)
#5BBF40
(91,191,64)
#6DC555
(109,197,85)
#7FCB6A
(127,203,106)
#91D17F
(145,209,127)
#A3D794
(163,215,148)
#B5DDA9
(181,221,169)
#C7E3BE
(199,227,190)
#D9E9D3
(217,233,211)
#EBEFE8
(235,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37B316 color. Also use rgb(55,179,22) instead hex code.

Text Font Color

.myTextColor { color: #37B316; }

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

This text font color is #37B316.


Background Color

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

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

This div background color is #37B316.


Border color

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

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

This div border color is #37B316.


Opacity

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

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

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

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

This text has shadow with #37B316 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37B316 on black background.


Color preview on white background

This text has color #37B316 on white background.



Black color preview on #37B316 background

This text has black color on #37B316 background.


White color preview on #37B316 background

This text has white color on #37B316 background.