COLOR #318958

HEX: #318958
RGB: (49,137,88)

Color info

#318958 contains mainly green and blue colors. Web safe color of #318958 is #339966 (or #396).

RGB color model

#318958 color RGB value is (49,137,88).

  • red value is 49;
  • green value is 137;
  • blue value is 88.
RGB:
(49,137,88)
(19%,54%,35%)

RGB channels and saturation

R 49 of 255 = 19%
G 137 of 255 = 54%
B 88 of 255 = 35%

49
137
88

R + G + B ~ 36%. #318958 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 137 + 88 = 274 (100%)
R 49 of 274 ~ 17.88%
G 137 of 274 ~ 50%
B 88 of 274 ~ 32.12%

%17.88
%50
%32.12

CMYK color model

#318958 color CMYK value is (64,0,36,46).

  • cyan value is 64.23%
  • magenta value is 0.00%
  • yellow value is 35.77%
  • key color value is 46.27%
CMYK:
(64,0,36,46)
C64M0Y36K46 
(64%,0%,36%,46%)
(0.64/0.00/0.36/0.46)	

CMYK percentages

%64.23
%0
%35.77
%46.27

Codes

Color #318958 in popluar color models

318958
RGB4913788
HSL147°47.31%36.47%
HSB/HSV147°64.23%53.73%
CMYK64.23%0.00%35.77%
46.27%

Color #318958 in popluar number systems.

HEX318958
Decimal4913788
Binary110001100010011011000
Octal61211130

Shades and tints

Shades of #318958

#318958
(49,137,88)
#2D7D50
(45,125,80)
#297148
(41,113,72)
#256540
(37,101,64)
#215938
(33,89,56)
#1D4D30
(29,77,48)
#194128
(25,65,40)
#153520
(21,53,32)
#112918
(17,41,24)
#0D1D10
(13,29,16)
#091108
(9,17,8)
#000000
(0,0,0)

Tints of #318958

#318958
(49,137,88)
#439367
(67,147,103)
#559D76
(85,157,118)
#67A785
(103,167,133)
#79B194
(121,177,148)
#8BBBA3
(139,187,163)
#9DC5B2
(157,197,178)
#AFCFC1
(175,207,193)
#C1D9D0
(193,217,208)
#D3E3DF
(211,227,223)
#E5EDEE
(229,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #318958 color. Also use rgb(49,137,88) instead hex code.

Text Font Color

.myTextColor { color: #318958; }

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

This text font color is #318958.


Background Color

.myBgColor { background-color: #318958; }

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

This div background color is #318958.


Border color

.myBorderColor { border: 1px solid #318958; }

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

This div border color is #318958.


Opacity

.myOpacity80 { color: #318958; opacity: 0.8; }

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

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

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

This text has shadow with #318958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #318958 on black background.


Color preview on white background

This text has color #318958 on white background.



Black color preview on #318958 background

This text has black color on #318958 background.


White color preview on #318958 background

This text has white color on #318958 background.