COLOR #37953C

HEX: #37953C
RGB: (55,149,60)

Color info

#37953C contains mainly green color. Web safe color of #37953C is #339933 (or #393).

RGB color model

#37953C color RGB value is (55,149,60).

  • red value is 55;
  • green value is 149;
  • blue value is 60.
RGB:
(55,149,60)
(22%,58%,24%)

RGB channels and saturation

R 55 of 255 = 22%
G 149 of 255 = 58%
B 60 of 255 = 24%

55
149
60

R + G + B ~ 35%. #37953C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 149 + 60 = 264 (100%)
R 55 of 264 ~ 20.83%
G 149 of 264 ~ 56.44%
B 60 of 264 ~ 22.73%

%20.83
%56.44
%22.73

CMYK color model

#37953C color CMYK value is (63,0,60,42).

  • cyan value is 63.09%
  • magenta value is 0.00%
  • yellow value is 59.73%
  • key color value is 41.57%
CMYK:
(63,0,60,42)
C63M0Y60K42 
(63%,0%,60%,42%)
(0.63/0.00/0.60/0.42)	

CMYK percentages

%63.09
%0
%59.73
%41.57

Codes

Color #37953C in popluar color models

37953C
RGB5514960
HSL123°46.08%40.00%
HSB/HSV123°63.09%58.43%
CMYK63.09%0.00%59.73%
41.57%

Color #37953C in popluar number systems.

HEX37953C
Decimal5514960
Binary11011110010101111100
Octal6722574

Shades and tints

Shades of #37953C

#37953C
(55,149,60)
#328837
(50,136,55)
#2D7B32
(45,123,50)
#286E2D
(40,110,45)
#236128
(35,97,40)
#1E5423
(30,84,35)
#19471E
(25,71,30)
#143A19
(20,58,25)
#0F2D14
(15,45,20)
#0A200F
(10,32,15)
#05130A
(5,19,10)
#000000
(0,0,0)

Tints of #37953C

#37953C
(55,149,60)
#499E4D
(73,158,77)
#5BA75E
(91,167,94)
#6DB06F
(109,176,111)
#7FB980
(127,185,128)
#91C291
(145,194,145)
#A3CBA2
(163,203,162)
#B5D4B3
(181,212,179)
#C7DDC4
(199,221,196)
#D9E6D5
(217,230,213)
#EBEFE6
(235,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37953C color. Also use rgb(55,149,60) instead hex code.

Text Font Color

.myTextColor { color: #37953C; }

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

This text font color is #37953C.


Background Color

.myBgColor { background-color: #37953C; }

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

This div background color is #37953C.


Border color

.myBorderColor { border: 1px solid #37953C; }

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

This div border color is #37953C.


Opacity

.myOpacity80 { color: #37953C; opacity: 0.8; }

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

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

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

This text has shadow with #37953C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37953C on black background.


Color preview on white background

This text has color #37953C on white background.



Black color preview on #37953C background

This text has black color on #37953C background.


White color preview on #37953C background

This text has white color on #37953C background.