COLOR #317C30

HEX: #317C30 RGB: (49,124,48)

Color info

#317C30 contains mainly green color. Web safe color of #317C30 is #336633 (or #363).

RGB color model

#317C30 color RGB value is (49,124,48).

RGB: (49,124,48) (19%, 49%, 19%)

RGB channels and saturation

R 49 of 255 = 19%
G 124 of 255 = 49%
B 48 of 255 = 19%

49
124
48

R + G + B ~ 29%. #317C30 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 124 + 48 = 221 (100%)
R 49 of 221 ~ 22.17%
G 124 of 221 ~ 56.11%
B 48 of 221 ~ 21.72'%

%22.17
%56.11
%21.72

CMYK color model

#317C30 color CMYK value is (60,0,61,51).

  • cyan value is 60.48%
  • magenta value is 0.00%
  • yellow value is 61.29%
  • key color value is 51.37%

CMYK: (60,0,61,51)
C60M0Y61K51 (60%, 0%, 61%, 51%)
(0.60 / 0.00 / 0.61 / 0.51)

CMYK percentages

%60.48
%0
%61.29
%51.37

Codes

Color #317C30 in popluar color models

31 7C 30
RGB 49 124 48
HSL 119° 44.19% 33.73%
HSB/HSV 119° 61.29% 48.63%
CMYK 60.48% 0.00% 61.29%
51.37%

Color #317C30 in popluar number systems.

HEX 31 7C 30
Decimal 49 124 48
Binary 110001 1111100 110000
Octal 61 174 60

Shades and tints

Shades of #317C30

#317C30
(49,124,48)
#2D712C
(45,113,44)
#296628
(41,102,40)
#255B24
(37,91,36)
#215020
(33,80,32)
#1D451C
(29,69,28)
#193A18
(25,58,24)
#152F14
(21,47,20)
#112410
(17,36,16)
#0D190C
(13,25,12)
#090E08
(9,14,8)
#000000
(0,0,0)

Tints of #317C30

#317C30
(49,124,48)
#438742
(67,135,66)
#559254
(85,146,84)
#679D66
(103,157,102)
#79A878
(121,168,120)
#8BB38A
(139,179,138)
#9DBE9C
(157,190,156)
#AFC9AE
(175,201,174)
#C1D4C0
(193,212,192)
#D3DFD2
(211,223,210)
#E5EAE4
(229,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317C30 color. Also use rgb(49,124,48) instead hex code.

Text Font Color

.myTextColor { color: #317C30; }

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

This text font color is #317C30.

Background Color

.myBgColor { background-color: #317C30; }

<div style="background-color:#317C30">Inner text</div>

This div background color is #317C30.

Border color

.myBorderColor { border: 1px solid #317C30; }

<div style="border:3px solid #317C30">Div</div>

This div border color is #317C30.

Opacity

.myOpacity80 { color: #317C30; opacity: 0.8; }

<p style="color:#317C30;opacity:0.8;">80%</p>

Text with #317C30 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 #317C30;}

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

This text has shadow with #317C30 color.


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

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

This text has shadow with #317C30 primary color and red secondary color.


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

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

This text has shadow with #317C30 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #317C30.

Preview

Color preview on black background

This text has color #317C30 on black background.


Color preview on white background

This text has color #317C30 on white background.


Black color preview on #317C30 background

This text has black color on #317C30 background.


White color preview on #317C30 background

This text has white color on #317C30 background.


Related colors

Complementary color

Complementary color for #hex is #CE83CF.


I love getcolorcode.com

Triadic colors

1 #30317C and #7C3031 with #317C30 are triadic colors.

2 #307C31 and #7C3130 with #317C30 are triadic colors.