COLOR #315E42

HEX: #315E42 RGB: (49,94,66)

Color info

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

RGB color model

#315E42 color RGB value is (49,94,66).

RGB: (49,94,66) (19%, 37%, 26%)

RGB channels and saturation

R 49 of 255 = 19%
G 94 of 255 = 37%
B 66 of 255 = 26%

49
94
66

R + G + B ~ 27%. #315E42 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 94 + 66 = 209 (100%)
R 49 of 209 ~ 23.44%
G 94 of 209 ~ 44.98%
B 66 of 209 ~ 31.58'%

%23.44
%44.98
%31.58

CMYK color model

#315E42 color CMYK value is (48,0,30,63).

  • cyan value is 47.87%
  • magenta value is 0.00%
  • yellow value is 29.79%
  • key color value is 63.14%

CMYK: (48,0,30,63)
C48M0Y30K63 (48%, 0%, 30%, 63%)
(0.48 / 0.00 / 0.30 / 0.63)

CMYK percentages

%47.87
%0
%29.79
%63.14

Codes

Color #315E42 in popluar color models

31 5E 42
RGB 49 94 66
HSL 143° 31.47% 28.04%
HSB/HSV 143° 47.87% 36.86%
CMYK 47.87% 0.00% 29.79%
63.14%

Color #315E42 in popluar number systems.

HEX 31 5E 42
Decimal 49 94 66
Binary 110001 1011110 1000010
Octal 61 136 102

Shades and tints

Shades of #315E42

#315E42
(49,94,66)
#2D563C
(45,86,60)
#294E36
(41,78,54)
#254630
(37,70,48)
#213E2A
(33,62,42)
#1D3624
(29,54,36)
#192E1E
(25,46,30)
#152618
(21,38,24)
#111E12
(17,30,18)
#0D160C
(13,22,12)
#090E06
(9,14,6)
#000000
(0,0,0)

Tints of #315E42

#315E42
(49,94,66)
#436C53
(67,108,83)
#557A64
(85,122,100)
#678875
(103,136,117)
#799686
(121,150,134)
#8BA497
(139,164,151)
#9DB2A8
(157,178,168)
#AFC0B9
(175,192,185)
#C1CECA
(193,206,202)
#D3DCDB
(211,220,219)
#E5EAEC
(229,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315E42 color. Also use rgb(49,94,66) instead hex code.

Text Font Color

.myTextColor { color: #315E42; }

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

This text font color is #315E42.

Background Color

.myBgColor { background-color: #315E42; }

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

This div background color is #315E42.

Border color

.myBorderColor { border: 1px solid #315E42; }

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

This div border color is #315E42.

Opacity

.myOpacity80 { color: #315E42; opacity: 0.8; }

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

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

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

This text has shadow with #315E42 color.


.textShadow {text-shadow: 3px 3px 1px #315E42', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #315E42; -webkit-box-shadow: 1px 1px 3px 2px #315E42; box-shadow:1px 1px 3px 2px #315E42;">
Div content here
</div>

This div box has shadow with color #315E42.

Preview

Color preview on black background

This text has color #315E42 on black background.


Color preview on white background

This text has color #315E42 on white background.


Black color preview on #315E42 background

This text has black color on #315E42 background.


White color preview on #315E42 background

This text has white color on #315E42 background.


Related colors

Complementary color

Complementary color for #hex is #CEA1BD.


I love getcolorcode.com

Triadic colors

1 #42315E and #5E4231 with #315E42 are triadic colors.

2 #425E31 and #5E3142 with #315E42 are triadic colors.