COLOR #38AE77

HEX: #38AE77 RGB: (56,174,119)

Color info

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

RGB color model

#38AE77 color RGB value is (56,174,119).

RGB: (56,174,119) (22%, 68%, 47%)

RGB channels and saturation

R 56 of 255 = 22%
G 174 of 255 = 68%
B 119 of 255 = 47%

56
174
119

R + G + B ~ 46%. #38AE77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 56 + 174 + 119 = 349 (100%)
R 56 of 349 ~ 16.05%
G 174 of 349 ~ 49.86%
B 119 of 349 ~ 34.1'%

%16.05
%49.86
%34.1

CMYK color model

#38AE77 color CMYK value is (68,0,32,32).

  • cyan value is 67.82%
  • magenta value is 0.00%
  • yellow value is 31.61%
  • key color value is 31.76%
CMYK: (68,0,32,32) C68M0Y32K32 (68%,0%,32%,32%) (0.68/0.00/0.32/0.32) 

CMYK percentages

%67.82
%0
%31.61
%31.76

Codes

Color #38AE77 in popluar color models

38 AE 77
RGB 56 174 119
HSL 152° 51.30% 45.10%
HSB/HSV 152° 67.82% 68.24%
CMYK 67.82% 0.00% 31.61%
31.76%

Color #38AE77 in popluar number systems.

HEX 38 AE 77
Decimal 56 174 119
Binary 111000 10101110 1110111
Octal 70 256 167

Shades and tints

Shades of #38AE77

#38AE77
(56,174,119)
#339F6D
(51,159,109)
#2E9063
(46,144,99)
#298159
(41,129,89)
#24724F
(36,114,79)
#1F6345
(31,99,69)
#1A543B
(26,84,59)
#154531
(21,69,49)
#103627
(16,54,39)
#0B271D
(11,39,29)
#061813
(6,24,19)
#000000
(0,0,0)

Tints of #38AE77

#38AE77
(56,174,119)
#4AB583
(74,181,131)
#5CBC8F
(92,188,143)
#6EC39B
(110,195,155)
#80CAA7
(128,202,167)
#92D1B3
(146,209,179)
#A4D8BF
(164,216,191)
#B6DFCB
(182,223,203)
#C8E6D7
(200,230,215)
#DAEDE3
(218,237,227)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38AE77 color. Also use rgb(56,174,119) instead hex code.

Text Font Color

.myTextColor { color: #38AE77; }

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

This text font color is #38AE77.

Background Color

.myBgColor { background-color: #38AE77; }

<div style="background-color:#38AE77">Inner text</div>

This div background color is #38AE77.

Border color

.myBorderColor { border: 1px solid #38AE77; }

<div style="border:3px solid #38AE77">Div</div>

This div border color is #38AE77.

Opacity

.myOpacity80 { color: #38AE77; opacity: 0.8; }

<p style="color:#38AE77;opacity:0.8;">80%</p>

Text with #38AE77 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 #38AE77;}

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

This text has shadow with #38AE77 color.


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

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

This text has shadow with #38AE77 primary color and red secondary color.


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

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

This text has shadow with #38AE77 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #38AE77.

Preview

Color preview on black background

This text has color #38AE77 on black background.


Color preview on white background

This text has color #38AE77 on white background.


Black color preview on #38AE77 background

This text has black color on #38AE77 background.


White color preview on #38AE77 background

This text has white color on #38AE77 background.


Related colors

Complementary color

Complementary color for #hex is #C75188.


I love getcolorcode.com

Triadic colors

1 #7738AE and #AE7738 with #38AE77 are triadic colors.

2 #77AE38 and #AE3877 with #38AE77 are triadic colors.