COLOR #315C28

HEX: #315C28 RGB: (49,92,40)

Color info

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

RGB color model

#315C28 color RGB value is (49,92,40).

RGB: (49,92,40) (19%, 36%, 16%)

RGB channels and saturation

R 49 of 255 = 19%
G 92 of 255 = 36%
B 40 of 255 = 16%

49
92
40

R + G + B ~ 24%. #315C28 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 92 + 40 = 181 (100%)
R 49 of 181 ~ 27.07%
G 92 of 181 ~ 50.83%
B 40 of 181 ~ 22.1'%

%27.07
%50.83
%22.1

CMYK color model

#315C28 color CMYK value is (47,0,57,64).

  • cyan value is 46.74%
  • magenta value is 0.00%
  • yellow value is 56.52%
  • key color value is 63.92%

CMYK: (47,0,57,64)
C47M0Y57K64 (47%, 0%, 57%, 64%)
(0.47 / 0.00 / 0.57 / 0.64)

CMYK percentages

%46.74
%0
%56.52
%63.92

Codes

Color #315C28 in popluar color models

31 5C 28
RGB 49 92 40
HSL 110° 39.39% 25.88%
HSB/HSV 110° 56.52% 36.08%
CMYK 46.74% 0.00% 56.52%
63.92%

Color #315C28 in popluar number systems.

HEX 31 5C 28
Decimal 49 92 40
Binary 110001 1011100 101000
Octal 61 134 50

Shades and tints

Shades of #315C28

#315C28
(49,92,40)
#2D5425
(45,84,37)
#294C22
(41,76,34)
#25441F
(37,68,31)
#213C1C
(33,60,28)
#1D3419
(29,52,25)
#192C16
(25,44,22)
#152413
(21,36,19)
#111C10
(17,28,16)
#0D140D
(13,20,13)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #315C28

#315C28
(49,92,40)
#436A3B
(67,106,59)
#55784E
(85,120,78)
#678661
(103,134,97)
#799474
(121,148,116)
#8BA287
(139,162,135)
#9DB09A
(157,176,154)
#AFBEAD
(175,190,173)
#C1CCC0
(193,204,192)
#D3DAD3
(211,218,211)
#E5E8E6
(229,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #315C28; }

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

This text font color is #315C28.

Background Color

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

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

This div background color is #315C28.

Border color

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

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

This div border color is #315C28.

Opacity

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

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

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

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

This text has shadow with #315C28 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #315C28.

Preview

Color preview on black background

This text has color #315C28 on black background.


Color preview on white background

This text has color #315C28 on white background.


Black color preview on #315C28 background

This text has black color on #315C28 background.


White color preview on #315C28 background

This text has white color on #315C28 background.


Related colors

Complementary color

Complementary color for #hex is #CEA3D7.


I love getcolorcode.com

Triadic colors

1 #28315C and #5C2831 with #315C28 are triadic colors.

2 #285C31 and #5C3128 with #315C28 are triadic colors.