COLOR #317B22

HEX: #317B22 RGB: (49,123,34)

Color info

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

RGB color model

#317B22 color RGB value is (49,123,34).

RGB: (49,123,34) (19%, 48%, 13%)

RGB channels and saturation

R 49 of 255 = 19%
G 123 of 255 = 48%
B 34 of 255 = 13%

49
123
34

R + G + B ~ 27%. #317B22 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 123 + 34 = 206 (100%)
R 49 of 206 ~ 23.79%
G 123 of 206 ~ 59.71%
B 34 of 206 ~ 16.5'%

%23.79
%59.71
%16.5

CMYK color model

#317B22 color CMYK value is (60,0,72,52).

  • cyan value is 60.16%
  • magenta value is 0.00%
  • yellow value is 72.36%
  • key color value is 51.76%
CMYK: (60,0,72,52) C60M0Y72K52 (60%,0%,72%,52%) (0.60/0.00/0.72/0.52) 

CMYK percentages

%60.16
%0
%72.36
%51.76

Codes

Color #317B22 in popluar color models

31 7B 22
RGB 49 123 34
HSL 110° 56.69% 30.78%
HSB/HSV 110° 72.36% 48.24%
CMYK 60.16% 0.00% 72.36%
51.76%

Color #317B22 in popluar number systems.

HEX 31 7B 22
Decimal 49 123 34
Binary 110001 1111011 100010
Octal 61 173 42

Shades and tints

Shades of #317B22

#317B22
(49,123,34)
#2D701F
(45,112,31)
#29651C
(41,101,28)
#255A19
(37,90,25)
#214F16
(33,79,22)
#1D4413
(29,68,19)
#193910
(25,57,16)
#152E0D
(21,46,13)
#11230A
(17,35,10)
#0D1807
(13,24,7)
#090D04
(9,13,4)
#000000
(0,0,0)

Tints of #317B22

#317B22
(49,123,34)
#438736
(67,135,54)
#55934A
(85,147,74)
#679F5E
(103,159,94)
#79AB72
(121,171,114)
#8BB786
(139,183,134)
#9DC39A
(157,195,154)
#AFCFAE
(175,207,174)
#C1DBC2
(193,219,194)
#D3E7D6
(211,231,214)
#E5F3EA
(229,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317B22 color. Also use rgb(49,123,34) instead hex code.

Text Font Color

.myTextColor { color: #317B22; }

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

This text font color is #317B22.

Background Color

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

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

This div background color is #317B22.

Border color

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

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

This div border color is #317B22.

Opacity

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

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

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

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

This text has shadow with #317B22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #317B22.

Preview

Color preview on black background

This text has color #317B22 on black background.


Color preview on white background

This text has color #317B22 on white background.


Black color preview on #317B22 background

This text has black color on #317B22 background.


White color preview on #317B22 background

This text has white color on #317B22 background.


Related colors

Complementary color

Complementary color for #hex is #CE84DD.


I love getcolorcode.com

Triadic colors

1 #22317B and #7B2231 with #317B22 are triadic colors.

2 #227B31 and #7B3122 with #317B22 are triadic colors.