COLOR #37752A

HEX: #37752A
RGB: (55,117,42)

Color info

#37752A contains mainly green color. Web safe color of #37752A is #336633 (or #363).

RGB color model

#37752A color RGB value is (55,117,42).

  • red value is 55;
  • green value is 117;
  • blue value is 42.
RGB:
(55,117,42)
(22%,46%,16%)

RGB channels and saturation

R 55 of 255 = 22%
G 117 of 255 = 46%
B 42 of 255 = 16%

55
117
42

R + G + B ~ 28%. #37752A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 117 + 42 = 214 (100%)
R 55 of 214 ~ 25.7%
G 117 of 214 ~ 54.67%
B 42 of 214 ~ 19.63%

%25.7
%54.67
%19.63

CMYK color model

#37752A color CMYK value is (53,0,64,54).

  • cyan value is 52.99%
  • magenta value is 0.00%
  • yellow value is 64.10%
  • key color value is 54.12%
CMYK:
(53,0,64,54)
C53M0Y64K54 
(53%,0%,64%,54%)
(0.53/0.00/0.64/0.54)	

CMYK percentages

%52.99
%0
%64.1
%54.12

Codes

Color #37752A in popluar color models

37752A
RGB5511742
HSL110°47.17%31.18%
HSB/HSV110°64.10%45.88%
CMYK52.99%0.00%64.10%
54.12%

Color #37752A in popluar number systems.

HEX37752A
Decimal5511742
Binary1101111110101101010
Octal6716552

Shades and tints

Shades of #37752A

#37752A
(55,117,42)
#326B27
(50,107,39)
#2D6124
(45,97,36)
#285721
(40,87,33)
#234D1E
(35,77,30)
#1E431B
(30,67,27)
#193918
(25,57,24)
#142F15
(20,47,21)
#0F2512
(15,37,18)
#0A1B0F
(10,27,15)
#05110C
(5,17,12)
#000000
(0,0,0)

Tints of #37752A

#37752A
(55,117,42)
#49813D
(73,129,61)
#5B8D50
(91,141,80)
#6D9963
(109,153,99)
#7FA576
(127,165,118)
#91B189
(145,177,137)
#A3BD9C
(163,189,156)
#B5C9AF
(181,201,175)
#C7D5C2
(199,213,194)
#D9E1D5
(217,225,213)
#EBEDE8
(235,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37752A color. Also use rgb(55,117,42) instead hex code.

Text Font Color

.myTextColor { color: #37752A; }

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

This text font color is #37752A.


Background Color

.myBgColor { background-color: #37752A; }

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

This div background color is #37752A.


Border color

.myBorderColor { border: 1px solid #37752A; }

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

This div border color is #37752A.


Opacity

.myOpacity80 { color: #37752A; opacity: 0.8; }

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

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

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

This text has shadow with #37752A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37752A on black background.


Color preview on white background

This text has color #37752A on white background.



Black color preview on #37752A background

This text has black color on #37752A background.


White color preview on #37752A background

This text has white color on #37752A background.