COLOR #38A57B

HEX: #38A57B RGB: (56,165,123)

Color info

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

RGB color model

#38A57B color RGB value is (56,165,123).

RGB: (56,165,123) (22%, 65%, 48%)

RGB channels and saturation

R 56 of 255 = 22%
G 165 of 255 = 65%
B 123 of 255 = 48%

56
165
123

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

Portions of RGB colors in percentages

R + G + B = 56 + 165 + 123 = 344 (100%)
R 56 of 344 ~ 16.28%
G 165 of 344 ~ 47.97%
B 123 of 344 ~ 35.76'%

%16.28
%47.97
%35.76

CMYK color model

#38A57B color CMYK value is (66,0,25,35).

  • cyan value is 66.06%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 35.29%

CMYK: (66,0,25,35)
C66M0Y25K35 (66%, 0%, 25%, 35%)
(0.66 / 0.00 / 0.25 / 0.35)

CMYK percentages

%66.06
%0
%25.45
%35.29

Codes

Color #38A57B in popluar color models

38 A5 7B
RGB 56 165 123
HSL 157° 49.32% 43.33%
HSB/HSV 157° 66.06% 64.71%
CMYK 66.06% 0.00% 25.45%
35.29%

Color #38A57B in popluar number systems.

HEX 38 A5 7B
Decimal 56 165 123
Binary 111000 10100101 1111011
Octal 70 245 173

Shades and tints

Shades of #38A57B

#38A57B
(56,165,123)
#339670
(51,150,112)
#2E8765
(46,135,101)
#29785A
(41,120,90)
#24694F
(36,105,79)
#1F5A44
(31,90,68)
#1A4B39
(26,75,57)
#153C2E
(21,60,46)
#102D23
(16,45,35)
#0B1E18
(11,30,24)
#060F0D
(6,15,13)
#000000
(0,0,0)

Tints of #38A57B

#38A57B
(56,165,123)
#4AAD87
(74,173,135)
#5CB593
(92,181,147)
#6EBD9F
(110,189,159)
#80C5AB
(128,197,171)
#92CDB7
(146,205,183)
#A4D5C3
(164,213,195)
#B6DDCF
(182,221,207)
#C8E5DB
(200,229,219)
#DAEDE7
(218,237,231)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38A57B color. Also use rgb(56,165,123) instead hex code.

Text Font Color

.myTextColor { color: #38A57B; }

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

This text font color is #38A57B.

Background Color

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

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

This div background color is #38A57B.

Border color

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

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

This div border color is #38A57B.

Opacity

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

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

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

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

This text has shadow with #38A57B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38A57B.

Preview

Color preview on black background

This text has color #38A57B on black background.


Color preview on white background

This text has color #38A57B on white background.


Black color preview on #38A57B background

This text has black color on #38A57B background.


White color preview on #38A57B background

This text has white color on #38A57B background.


Related colors

Complementary color

Complementary color for #hex is #C75A84.


I love getcolorcode.com

Triadic colors

1 #7B38A5 and #A57B38 with #38A57B are triadic colors.

2 #7BA538 and #A5387B with #38A57B are triadic colors.