COLOR #318C37

HEX: #318C37
RGB: (49,140,55)

Color info

#318C37 contains mainly green color. Web safe color of #318C37 is #339933 (or #393).

RGB color model

#318C37 color RGB value is (49,140,55).

  • red value is 49;
  • green value is 140;
  • blue value is 55.
RGB:
(49,140,55)
(19%,55%,22%)

RGB channels and saturation

R 49 of 255 = 19%
G 140 of 255 = 55%
B 55 of 255 = 22%

49
140
55

R + G + B ~ 32%. #318C37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 140 + 55 = 244 (100%)
R 49 of 244 ~ 20.08%
G 140 of 244 ~ 57.38%
B 55 of 244 ~ 22.54%

%20.08
%57.38
%22.54

CMYK color model

#318C37 color CMYK value is (65,0,61,45).

  • cyan value is 65.00%
  • magenta value is 0.00%
  • yellow value is 60.71%
  • key color value is 45.10%
CMYK:
(65,0,61,45)
C65M0Y61K45 
(65%,0%,61%,45%)
(0.65/0.00/0.61/0.45)	

CMYK percentages

%65
%0
%60.71
%45.1

Codes

Color #318C37 in popluar color models

318C37
RGB4914055
HSL124°48.15%37.06%
HSB/HSV124°65.00%54.90%
CMYK65.00%0.00%60.71%
45.10%

Color #318C37 in popluar number systems.

HEX318C37
Decimal4914055
Binary11000110001100110111
Octal6121467

Shades and tints

Shades of #318C37

#318C37
(49,140,55)
#2D8032
(45,128,50)
#29742D
(41,116,45)
#256828
(37,104,40)
#215C23
(33,92,35)
#1D501E
(29,80,30)
#194419
(25,68,25)
#153814
(21,56,20)
#112C0F
(17,44,15)
#0D200A
(13,32,10)
#091405
(9,20,5)
#000000
(0,0,0)

Tints of #318C37

#318C37
(49,140,55)
#439649
(67,150,73)
#55A05B
(85,160,91)
#67AA6D
(103,170,109)
#79B47F
(121,180,127)
#8BBE91
(139,190,145)
#9DC8A3
(157,200,163)
#AFD2B5
(175,210,181)
#C1DCC7
(193,220,199)
#D3E6D9
(211,230,217)
#E5F0EB
(229,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #318C37 color. Also use rgb(49,140,55) instead hex code.

Text Font Color

.myTextColor { color: #318C37; }

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

This text font color is #318C37.


Background Color

.myBgColor { background-color: #318C37; }

<div style="background-color:#318C37">Inner text</div>

This div background color is #318C37.


Border color

.myBorderColor { border: 1px solid #318C37; }

<div style="border:3px solid #318C37">Div</div>

This div border color is #318C37.


Opacity

.myOpacity80 { color: #318C37; opacity: 0.8; }

<p style="color:#318C37;opacity:0.8;">80%</p>

Text with #318C37 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 #318C37;}

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

This text has shadow with #318C37 color.

.textShadow {text-shadow: 3px 3px 1px #318C37, 3px 3px 1px red;}

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

This text has shadow with #318C37 primary color and red secondary color.


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

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

This text has shadow with #318C37 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #318C37 on black background.


Color preview on white background

This text has color #318C37 on white background.



Black color preview on #318C37 background

This text has black color on #318C37 background.


White color preview on #318C37 background

This text has white color on #318C37 background.