COLOR #315B43

HEX: #315B43
RGB: (49,91,67)

Color info

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

RGB color model

#315B43 color RGB value is (49,91,67).

  • red value is 49;
  • green value is 91;
  • blue value is 67.
RGB:
(49,91,67)
(19%,36%,26%)

RGB channels and saturation

R 49 of 255 = 19%
G 91 of 255 = 36%
B 67 of 255 = 26%

49
91
67

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

Portions of RGB colors in percentages

R + G + B =
49 + 91 + 67 = 207 (100%)
R 49 of 207 ~ 23.67%
G 91 of 207 ~ 43.96%
B 67 of 207 ~ 32.37%

%23.67
%43.96
%32.37

CMYK color model

#315B43 color CMYK value is (46,0,26,64).

  • cyan value is 46.15%
  • magenta value is 0.00%
  • yellow value is 26.37%
  • key color value is 64.31%
CMYK:
(46,0,26,64)
C46M0Y26K64 
(46%,0%,26%,64%)
(0.46/0.00/0.26/0.64)	

CMYK percentages

%46.15
%0
%26.37
%64.31

Codes

Color #315B43 in popluar color models

315B43
RGB499167
HSL146°30.00%27.45%
HSB/HSV146°46.15%35.69%
CMYK46.15%0.00%26.37%
64.31%

Color #315B43 in popluar number systems.

HEX315B43
Decimal499167
Binary11000110110111000011
Octal61133103

Shades and tints

Shades of #315B43

#315B43
(49,91,67)
#2D533D
(45,83,61)
#294B37
(41,75,55)
#254331
(37,67,49)
#213B2B
(33,59,43)
#1D3325
(29,51,37)
#192B1F
(25,43,31)
#152319
(21,35,25)
#111B13
(17,27,19)
#0D130D
(13,19,13)
#090B07
(9,11,7)
#000000
(0,0,0)

Tints of #315B43

#315B43
(49,91,67)
#436954
(67,105,84)
#557765
(85,119,101)
#678576
(103,133,118)
#799387
(121,147,135)
#8BA198
(139,161,152)
#9DAFA9
(157,175,169)
#AFBDBA
(175,189,186)
#C1CBCB
(193,203,203)
#D3D9DC
(211,217,220)
#E5E7ED
(229,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315B43 color. Also use rgb(49,91,67) instead hex code.

Text Font Color

.myTextColor { color: #315B43; }

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

This text font color is #315B43.


Background Color

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

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

This div background color is #315B43.


Border color

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

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

This div border color is #315B43.


Opacity

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

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

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

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

This text has shadow with #315B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315B43 on black background.


Color preview on white background

This text has color #315B43 on white background.



Black color preview on #315B43 background

This text has black color on #315B43 background.


White color preview on #315B43 background

This text has white color on #315B43 background.