COLOR #315A3A

HEX: #315A3A
RGB: (49,90,58)

Color info

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

RGB color model

#315A3A color RGB value is (49,90,58).

  • red value is 49;
  • green value is 90;
  • blue value is 58.
RGB:
(49,90,58)
(19%,35%,23%)

RGB channels and saturation

R 49 of 255 = 19%
G 90 of 255 = 35%
B 58 of 255 = 23%

49
90
58

R + G + B ~ 26%. #315A3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 90 + 58 = 197 (100%)
R 49 of 197 ~ 24.87%
G 90 of 197 ~ 45.69%
B 58 of 197 ~ 29.44%

%24.87
%45.69
%29.44

CMYK color model

#315A3A color CMYK value is (46,0,36,65).

  • cyan value is 45.56%
  • magenta value is 0.00%
  • yellow value is 35.56%
  • key color value is 64.71%
CMYK:
(46,0,36,65)
C46M0Y36K65 
(46%,0%,36%,65%)
(0.46/0.00/0.36/0.65)	

CMYK percentages

%45.56
%0
%35.56
%64.71

Codes

Color #315A3A in popluar color models

315A3A
RGB499058
HSL133°29.50%27.25%
HSB/HSV133°45.56%35.29%
CMYK45.56%0.00%35.56%
64.71%

Color #315A3A in popluar number systems.

HEX315A3A
Decimal499058
Binary1100011011010111010
Octal6113272

Shades and tints

Shades of #315A3A

#315A3A
(49,90,58)
#2D5235
(45,82,53)
#294A30
(41,74,48)
#25422B
(37,66,43)
#213A26
(33,58,38)
#1D3221
(29,50,33)
#192A1C
(25,42,28)
#152217
(21,34,23)
#111A12
(17,26,18)
#0D120D
(13,18,13)
#090A08
(9,10,8)
#000000
(0,0,0)

Tints of #315A3A

#315A3A
(49,90,58)
#43694B
(67,105,75)
#55785C
(85,120,92)
#67876D
(103,135,109)
#79967E
(121,150,126)
#8BA58F
(139,165,143)
#9DB4A0
(157,180,160)
#AFC3B1
(175,195,177)
#C1D2C2
(193,210,194)
#D3E1D3
(211,225,211)
#E5F0E4
(229,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315A3A color. Also use rgb(49,90,58) instead hex code.

Text Font Color

.myTextColor { color: #315A3A; }

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

This text font color is #315A3A.


Background Color

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

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

This div background color is #315A3A.


Border color

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

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

This div border color is #315A3A.


Opacity

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

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

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

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

This text has shadow with #315A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315A3A on black background.


Color preview on white background

This text has color #315A3A on white background.



Black color preview on #315A3A background

This text has black color on #315A3A background.


White color preview on #315A3A background

This text has white color on #315A3A background.