COLOR #31784B

HEX: #31784B RGB: (49,120,75)

Color info

#31784B contains mainly green and blue colors. Web safe color of #31784B is #336633 (or #363).

RGB color model

#31784B color RGB value is (49,120,75).

RGB: (49,120,75) (19%, 47%, 29%)

RGB channels and saturation

R 49 of 255 = 19%
G 120 of 255 = 47%
B 75 of 255 = 29%

49
120
75

R + G + B ~ 32%. #31784B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 49 + 120 + 75 = 244 (100%)
R 49 of 244 ~ 20.08%
G 120 of 244 ~ 49.18%
B 75 of 244 ~ 30.74'%

%20.08
%49.18
%30.74

CMYK color model

#31784B color CMYK value is (59,0,38,53).

  • cyan value is 59.17%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 52.94%

CMYK: (59,0,38,53)
C59M0Y38K53 (59%, 0%, 38%, 53%)
(0.59 / 0.00 / 0.38 / 0.53)

CMYK percentages

%59.17
%0
%37.5
%52.94

Codes

Color #31784B in popluar color models

31 78 4B
RGB 49 120 75
HSL 142° 42.01% 33.14%
HSB/HSV 142° 59.17% 47.06%
CMYK 59.17% 0.00% 37.50%
52.94%

Color #31784B in popluar number systems.

HEX 31 78 4B
Decimal 49 120 75
Binary 110001 1111000 1001011
Octal 61 170 113

Shades and tints

Shades of #31784B

#31784B
(49,120,75)
#2D6E45
(45,110,69)
#29643F
(41,100,63)
#255A39
(37,90,57)
#215033
(33,80,51)
#1D462D
(29,70,45)
#193C27
(25,60,39)
#153221
(21,50,33)
#11281B
(17,40,27)
#0D1E15
(13,30,21)
#09140F
(9,20,15)
#000000
(0,0,0)

Tints of #31784B

#31784B
(49,120,75)
#43845B
(67,132,91)
#55906B
(85,144,107)
#679C7B
(103,156,123)
#79A88B
(121,168,139)
#8BB49B
(139,180,155)
#9DC0AB
(157,192,171)
#AFCCBB
(175,204,187)
#C1D8CB
(193,216,203)
#D3E4DB
(211,228,219)
#E5F0EB
(229,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31784B color. Also use rgb(49,120,75) instead hex code.

Text Font Color

.myTextColor { color: #31784B; }

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

This text font color is #31784B.

Background Color

.myBgColor { background-color: #31784B; }

<div style="background-color:#31784B">Inner text</div>

This div background color is #31784B.

Border color

.myBorderColor { border: 1px solid #31784B; }

<div style="border:3px solid #31784B">Div</div>

This div border color is #31784B.

Opacity

.myOpacity80 { color: #31784B; opacity: 0.8; }

<p style="color:#31784B;opacity:0.8;">80%</p>

Text with #31784B 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 #31784B;}

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

This text has shadow with #31784B color.


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

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

This text has shadow with #31784B primary color and red secondary color.


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

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

This text has shadow with #31784B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #31784B.

Preview

Color preview on black background

This text has color #31784B on black background.


Color preview on white background

This text has color #31784B on white background.


Black color preview on #31784B background

This text has black color on #31784B background.


White color preview on #31784B background

This text has white color on #31784B background.


Related colors

Complementary color

Complementary color for #hex is #CE87B4.


I love getcolorcode.com

Triadic colors

1 #4B3178 and #784B31 with #31784B are triadic colors.

2 #4B7831 and #78314B with #31784B are triadic colors.