COLOR #31956D

HEX: #31956D RGB: (49,149,109)

Color info

#31956D contains mainly green and blue colors. Web safe color of #31956D is #339966 (or #396).

RGB color model

#31956D color RGB value is (49,149,109).

RGB: (49,149,109) (19%, 58%, 43%)

RGB channels and saturation

R 49 of 255 = 19%
G 149 of 255 = 58%
B 109 of 255 = 43%

49
149
109

R + G + B ~ 40%. #31956D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 49 + 149 + 109 = 307 (100%)
R 49 of 307 ~ 15.96%
G 149 of 307 ~ 48.53%
B 109 of 307 ~ 35.5'%

%15.96
%48.53
%35.5

CMYK color model

#31956D color CMYK value is (67,0,27,42).

  • cyan value is 67.11%
  • magenta value is 0.00%
  • yellow value is 26.85%
  • key color value is 41.57%

CMYK: (67,0,27,42)
C67M0Y27K42 (67%, 0%, 27%, 42%)
(0.67 / 0.00 / 0.27 / 0.42)

CMYK percentages

%67.11
%0
%26.85
%41.57

Codes

Color #31956D in popluar color models

31 95 6D
RGB 49 149 109
HSL 156° 50.51% 38.82%
HSB/HSV 156° 67.11% 58.43%
CMYK 67.11% 0.00% 26.85%
41.57%

Color #31956D in popluar number systems.

HEX 31 95 6D
Decimal 49 149 109
Binary 110001 10010101 1101101
Octal 61 225 155

Shades and tints

Shades of #31956D

#31956D
(49,149,109)
#2D8864
(45,136,100)
#297B5B
(41,123,91)
#256E52
(37,110,82)
#216149
(33,97,73)
#1D5440
(29,84,64)
#194737
(25,71,55)
#153A2E
(21,58,46)
#112D25
(17,45,37)
#0D201C
(13,32,28)
#091313
(9,19,19)
#000000
(0,0,0)

Tints of #31956D

#31956D
(49,149,109)
#439E7A
(67,158,122)
#55A787
(85,167,135)
#67B094
(103,176,148)
#79B9A1
(121,185,161)
#8BC2AE
(139,194,174)
#9DCBBB
(157,203,187)
#AFD4C8
(175,212,200)
#C1DDD5
(193,221,213)
#D3E6E2
(211,230,226)
#E5EFEF
(229,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31956D color. Also use rgb(49,149,109) instead hex code.

Text Font Color

.myTextColor { color: #31956D; }

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

This text font color is #31956D.

Background Color

.myBgColor { background-color: #31956D; }

<div style="background-color:#31956D">Inner text</div>

This div background color is #31956D.

Border color

.myBorderColor { border: 1px solid #31956D; }

<div style="border:3px solid #31956D">Div</div>

This div border color is #31956D.

Opacity

.myOpacity80 { color: #31956D; opacity: 0.8; }

<p style="color:#31956D;opacity:0.8;">80%</p>

Text with #31956D 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 #31956D;}

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

This text has shadow with #31956D color.


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

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

This text has shadow with #31956D primary color and red secondary color.


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

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

This text has shadow with #31956D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #31956D.

Preview

Color preview on black background

This text has color #31956D on black background.


Color preview on white background

This text has color #31956D on white background.


Black color preview on #31956D background

This text has black color on #31956D background.


White color preview on #31956D background

This text has white color on #31956D background.


Related colors

Complementary color

Complementary color for #hex is #CE6A92.


I love getcolorcode.com

Triadic colors

1 #6D3195 and #956D31 with #31956D are triadic colors.

2 #6D9531 and #95316D with #31956D are triadic colors.