COLOR #315C01

HEX: #315C01
RGB: (49,92,1)

Color info

#315C01 contains mainly red and green colors. Web safe color of #315C01 is #336600 (or #360).

RGB color model

#315C01 color RGB value is (49,92,1).

  • red value is 49;
  • green value is 92;
  • blue value is 1.
RGB:
(49,92,1)
(19%,36%,0%)

RGB channels and saturation

R 49 of 255 = 19%
G 92 of 255 = 36%
B 1 of 255 = 0%

49
92
1

R + G + B ~ 18%. #315C01 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 92 + 1 = 142 (100%)
R 49 of 142 ~ 34.51%
G 92 of 142 ~ 64.79%
B 1 of 142 ~ 0.7%

%34.51
%64.79

CMYK color model

#315C01 color CMYK value is (47,0,99,64).

  • cyan value is 46.74%
  • magenta value is 0.00%
  • yellow value is 98.91%
  • key color value is 63.92%
CMYK:
(47,0,99,64)
C47M0Y99K64 
(47%,0%,99%,64%)
(0.47/0.00/0.99/0.64)	

CMYK percentages

%46.74
%0
%98.91
%63.92

Codes

Color #315C01 in popluar color models

315C01
RGB49921
HSL88°97.85%18.24%
HSB/HSV88°98.91%36.08%
CMYK46.74%0.00%98.91%
63.92%

Color #315C01 in popluar number systems.

HEX315C01
Decimal49921
Binary11000110111001
Octal611341

Shades and tints

Shades of #315C01

#315C01
(49,92,1)
#2D5401
(45,84,1)
#294C01
(41,76,1)
#254401
(37,68,1)
#213C01
(33,60,1)
#1D3401
(29,52,1)
#192C01
(25,44,1)
#152401
(21,36,1)
#111C01
(17,28,1)
#0D1401
(13,20,1)
#090C01
(9,12,1)
#000000
(0,0,0)

Tints of #315C01

#315C01
(49,92,1)
#436A18
(67,106,24)
#55782F
(85,120,47)
#678646
(103,134,70)
#79945D
(121,148,93)
#8BA274
(139,162,116)
#9DB08B
(157,176,139)
#AFBEA2
(175,190,162)
#C1CCB9
(193,204,185)
#D3DAD0
(211,218,208)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #315C01 color. Also use rgb(49,92,1) instead hex code.

Text Font Color

.myTextColor { color: #315C01; }

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

This text font color is #315C01.


Background Color

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

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

This div background color is #315C01.


Border color

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

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

This div border color is #315C01.


Opacity

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

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

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

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

This text has shadow with #315C01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #315C01 on black background.


Color preview on white background

This text has color #315C01 on white background.



Black color preview on #315C01 background

This text has black color on #315C01 background.


White color preview on #315C01 background

This text has white color on #315C01 background.