COLOR #317C05

HEX: #317C05 RGB: (49,124,5)

Color info

#317C05 contains mainly green color. Web safe color of #317C05 is #336600 (or #360).

RGB color model

#317C05 color RGB value is (49,124,5).

RGB: (49,124,5) (19%, 49%, 2%)

RGB channels and saturation

R 49 of 255 = 19%
G 124 of 255 = 49%
B 5 of 255 = 2%

49
124
5

R + G + B ~ 23%. #317C05 is dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 124 + 5 = 178 (100%)
R 49 of 178 ~ 27.53%
G 124 of 178 ~ 69.66%
B 5 of 178 ~ 2.81'%

%27.53
%69.66

CMYK color model

#317C05 color CMYK value is (60,0,96,51).

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

CMYK: (60,0,96,51)
C60M0Y96K51 (60%, 0%, 96%, 51%)
(0.60 / 0.00 / 0.96 / 0.51)

CMYK percentages

%60.48
%0
%95.97
%51.37

Codes

Color #317C05 in popluar color models

31 7C 05
RGB 49 124 5
HSL 98° 92.25% 25.29%
HSB/HSV 98° 95.97% 48.63%
CMYK 60.48% 0.00% 95.97%
51.37%

Color #317C05 in popluar number systems.

HEX 31 7C 05
Decimal 49 124 5
Binary 110001 1111100 101
Octal 61 174 5

Shades and tints

Shades of #317C05

#317C05
(49,124,5)
#2D7105
(45,113,5)
#296605
(41,102,5)
#255B05
(37,91,5)
#215005
(33,80,5)
#1D4505
(29,69,5)
#193A05
(25,58,5)
#152F05
(21,47,5)
#112405
(17,36,5)
#0D1905
(13,25,5)
#090E05
(9,14,5)
#000000
(0,0,0)

Tints of #317C05

#317C05
(49,124,5)
#43871B
(67,135,27)
#559231
(85,146,49)
#679D47
(103,157,71)
#79A85D
(121,168,93)
#8BB373
(139,179,115)
#9DBE89
(157,190,137)
#AFC99F
(175,201,159)
#C1D4B5
(193,212,181)
#D3DFCB
(211,223,203)
#E5EAE1
(229,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #317C05; }

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

This text font color is #317C05.

Background Color

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

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

This div background color is #317C05.

Border color

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

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

This div border color is #317C05.

Opacity

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

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

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

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

This text has shadow with #317C05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #317C05.

Preview

Color preview on black background

This text has color #317C05 on black background.


Color preview on white background

This text has color #317C05 on white background.


Black color preview on #317C05 background

This text has black color on #317C05 background.


White color preview on #317C05 background

This text has white color on #317C05 background.


Related colors

Complementary color

Complementary color for #hex is #CE83FA.


I love getcolorcode.com

Triadic colors

1 #05317C and #7C0531 with #317C05 are triadic colors.

2 #057C31 and #7C3105 with #317C05 are triadic colors.