COLOR #337A3A

HEX: #337A3A
RGB: (51,122,58)

Color info

#337A3A contains mainly green color. Web safe color of #337A3A is #336633 (or #363).

RGB color model

#337A3A color RGB value is (51,122,58).

  • red value is 51;
  • green value is 122;
  • blue value is 58.
RGB:
(51,122,58)
(20%,48%,23%)

RGB channels and saturation

R 51 of 255 = 20%
G 122 of 255 = 48%
B 58 of 255 = 23%

51
122
58

R + G + B ~ 30%. #337A3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 122 + 58 = 231 (100%)
R 51 of 231 ~ 22.08%
G 122 of 231 ~ 52.81%
B 58 of 231 ~ 25.11%

%22.08
%52.81
%25.11

CMYK color model

#337A3A color CMYK value is (58,0,52,52).

  • cyan value is 58.20%
  • magenta value is 0.00%
  • yellow value is 52.46%
  • key color value is 52.16%
CMYK:
(58,0,52,52)
C58M0Y52K52 
(58%,0%,52%,52%)
(0.58/0.00/0.52/0.52)	

CMYK percentages

%58.2
%0
%52.46
%52.16

Codes

Color #337A3A in popluar color models

337A3A
RGB5112258
HSL126°41.04%33.92%
HSB/HSV126°58.20%47.84%
CMYK58.20%0.00%52.46%
52.16%

Color #337A3A in popluar number systems.

HEX337A3A
Decimal5112258
Binary1100111111010111010
Octal6317272

Shades and tints

Shades of #337A3A

#337A3A
(51,122,58)
#2F6F35
(47,111,53)
#2B6430
(43,100,48)
#27592B
(39,89,43)
#234E26
(35,78,38)
#1F4321
(31,67,33)
#1B381C
(27,56,28)
#172D17
(23,45,23)
#132212
(19,34,18)
#0F170D
(15,23,13)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #337A3A

#337A3A
(51,122,58)
#45864B
(69,134,75)
#57925C
(87,146,92)
#699E6D
(105,158,109)
#7BAA7E
(123,170,126)
#8DB68F
(141,182,143)
#9FC2A0
(159,194,160)
#B1CEB1
(177,206,177)
#C3DAC2
(195,218,194)
#D5E6D3
(213,230,211)
#E7F2E4
(231,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #337A3A color. Also use rgb(51,122,58) instead hex code.

Text Font Color

.myTextColor { color: #337A3A; }

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

This text font color is #337A3A.


Background Color

.myBgColor { background-color: #337A3A; }

<div style="background-color:#337A3A">Inner text</div>

This div background color is #337A3A.


Border color

.myBorderColor { border: 1px solid #337A3A; }

<div style="border:3px solid #337A3A">Div</div>

This div border color is #337A3A.


Opacity

.myOpacity80 { color: #337A3A; opacity: 0.8; }

<p style="color:#337A3A;opacity:0.8;">80%</p>

Text with #337A3A 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 #337A3A;}

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

This text has shadow with #337A3A color.

.textShadow {text-shadow: 3px 3px 1px #337A3A, 3px 3px 1px red;}

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

This text has shadow with #337A3A primary color and red secondary color.


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

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

This text has shadow with #337A3A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #337A3A on black background.


Color preview on white background

This text has color #337A3A on white background.



Black color preview on #337A3A background

This text has black color on #337A3A background.


White color preview on #337A3A background

This text has white color on #337A3A background.