COLOR #37713A

HEX: #37713A
RGB: (55,113,58)

Color info

#37713A contains red, green and blue colors in about the same proportion. Web safe color of #37713A is #336633 (or #363).

RGB color model

#37713A color RGB value is (55,113,58).

  • red value is 55;
  • green value is 113;
  • blue value is 58.
RGB:
(55,113,58)
(22%,44%,23%)

RGB channels and saturation

R 55 of 255 = 22%
G 113 of 255 = 44%
B 58 of 255 = 23%

55
113
58

R + G + B ~ 30%. #37713A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 113 + 58 = 226 (100%)
R 55 of 226 ~ 24.34%
G 113 of 226 ~ 50%
B 58 of 226 ~ 25.66%

%24.34
%50
%25.66

CMYK color model

#37713A color CMYK value is (51,0,49,56).

  • cyan value is 51.33%
  • magenta value is 0.00%
  • yellow value is 48.67%
  • key color value is 55.69%
CMYK:
(51,0,49,56)
C51M0Y49K56 
(51%,0%,49%,56%)
(0.51/0.00/0.49/0.56)	

CMYK percentages

%51.33
%0
%48.67
%55.69

Codes

Color #37713A in popluar color models

37713A
RGB5511358
HSL123°34.52%32.94%
HSB/HSV123°51.33%44.31%
CMYK51.33%0.00%48.67%
55.69%

Color #37713A in popluar number systems.

HEX37713A
Decimal5511358
Binary1101111110001111010
Octal6716172

Shades and tints

Shades of #37713A

#37713A
(55,113,58)
#326735
(50,103,53)
#2D5D30
(45,93,48)
#28532B
(40,83,43)
#234926
(35,73,38)
#1E3F21
(30,63,33)
#19351C
(25,53,28)
#142B17
(20,43,23)
#0F2112
(15,33,18)
#0A170D
(10,23,13)
#050D08
(5,13,8)
#000000
(0,0,0)

Tints of #37713A

#37713A
(55,113,58)
#497D4B
(73,125,75)
#5B895C
(91,137,92)
#6D956D
(109,149,109)
#7FA17E
(127,161,126)
#91AD8F
(145,173,143)
#A3B9A0
(163,185,160)
#B5C5B1
(181,197,177)
#C7D1C2
(199,209,194)
#D9DDD3
(217,221,211)
#EBE9E4
(235,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37713A color. Also use rgb(55,113,58) instead hex code.

Text Font Color

.myTextColor { color: #37713A; }

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

This text font color is #37713A.


Background Color

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

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

This div background color is #37713A.


Border color

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

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

This div border color is #37713A.


Opacity

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

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

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

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

This text has shadow with #37713A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37713A on black background.


Color preview on white background

This text has color #37713A on white background.



Black color preview on #37713A background

This text has black color on #37713A background.


White color preview on #37713A background

This text has white color on #37713A background.