COLOR #31C384

HEX: #31C384 RGB: (49,195,132)

Color info

#31C384 contains mainly green color. Web safe color of #31C384 is #33CC99 (or #3C9).

RGB color model

#31C384 color RGB value is (49,195,132).

RGB: (49,195,132) (19%, 76%, 52%)

RGB channels and saturation

R 49 of 255 = 19%
G 195 of 255 = 76%
B 132 of 255 = 52%

49
195
132

R + G + B ~ 49%. #31C384 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 49 + 195 + 132 = 376 (100%)
R 49 of 376 ~ 13.03%
G 195 of 376 ~ 51.86%
B 132 of 376 ~ 35.11'%

%13.03
%51.86
%35.11

CMYK color model

#31C384 color CMYK value is (75,0,32,24).

  • cyan value is 74.87%
  • magenta value is 0.00%
  • yellow value is 32.31%
  • key color value is 23.53%

CMYK: (75,0,32,24)
C75M0Y32K24 (75%, 0%, 32%, 24%)
(0.75 / 0.00 / 0.32 / 0.24)

CMYK percentages

%74.87
%0
%32.31
%23.53

Codes

Color #31C384 in popluar color models

31 C3 84
RGB 49 195 132
HSL 154° 59.84% 47.84%
HSB/HSV 154° 74.87% 76.47%
CMYK 74.87% 0.00% 32.31%
23.53%

Color #31C384 in popluar number systems.

HEX 31 C3 84
Decimal 49 195 132
Binary 110001 11000011 10000100
Octal 61 303 204

Shades and tints

Shades of #31C384

#31C384
(49,195,132)
#2DB278
(45,178,120)
#29A16C
(41,161,108)
#259060
(37,144,96)
#217F54
(33,127,84)
#1D6E48
(29,110,72)
#195D3C
(25,93,60)
#154C30
(21,76,48)
#113B24
(17,59,36)
#0D2A18
(13,42,24)
#09190C
(9,25,12)
#000000
(0,0,0)

Tints of #31C384

#31C384
(49,195,132)
#43C88F
(67,200,143)
#55CD9A
(85,205,154)
#67D2A5
(103,210,165)
#79D7B0
(121,215,176)
#8BDCBB
(139,220,187)
#9DE1C6
(157,225,198)
#AFE6D1
(175,230,209)
#C1EBDC
(193,235,220)
#D3F0E7
(211,240,231)
#E5F5F2
(229,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31C384 color. Also use rgb(49,195,132) instead hex code.

Text Font Color

.myTextColor { color: #31C384; }

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

This text font color is #31C384.

Background Color

.myBgColor { background-color: #31C384; }

<div style="background-color:#31C384">Inner text</div>

This div background color is #31C384.

Border color

.myBorderColor { border: 1px solid #31C384; }

<div style="border:3px solid #31C384">Div</div>

This div border color is #31C384.

Opacity

.myOpacity80 { color: #31C384; opacity: 0.8; }

<p style="color:#31C384;opacity:0.8;">80%</p>

Text with #31C384 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 #31C384;}

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

This text has shadow with #31C384 color.


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

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

This text has shadow with #31C384 primary color and red secondary color.


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

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

This text has shadow with #31C384 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #31C384.

Preview

Color preview on black background

This text has color #31C384 on black background.


Color preview on white background

This text has color #31C384 on white background.


Black color preview on #31C384 background

This text has black color on #31C384 background.


White color preview on #31C384 background

This text has white color on #31C384 background.


Related colors

Complementary color

Complementary color for #hex is #CE3C7B.


I love getcolorcode.com

Triadic colors

1 #8431C3 and #C38431 with #31C384 are triadic colors.

2 #84C331 and #C33184 with #31C384 are triadic colors.