COLOR #388E7D

HEX: #388E7D
RGB: (56,142,125)

Color info

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

RGB color model

#388E7D color RGB value is (56,142,125).

  • red value is 56;
  • green value is 142;
  • blue value is 125.
RGB:
(56,142,125)
(22%,56%,49%)

RGB channels and saturation

R 56 of 255 = 22%
G 142 of 255 = 56%
B 125 of 255 = 49%

56
142
125

R + G + B ~ 42%. #388E7D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 142 + 125 = 323 (100%)
R 56 of 323 ~ 17.34%
G 142 of 323 ~ 43.96%
B 125 of 323 ~ 38.7%

%17.34
%43.96
%38.7

CMYK color model

#388E7D color CMYK value is (61,0,12,44).

  • cyan value is 60.56%
  • magenta value is 0.00%
  • yellow value is 11.97%
  • key color value is 44.31%
CMYK:
(61,0,12,44)
C61M0Y12K44 
(61%,0%,12%,44%)
(0.61/0.00/0.12/0.44)	

CMYK percentages

%60.56
%0
%11.97
%44.31

Codes

Color #388E7D in popluar color models

388E7D
RGB56142125
HSL168°43.43%38.82%
HSB/HSV168°60.56%55.69%
CMYK60.56%0.00%11.97%
44.31%

Color #388E7D in popluar number systems.

HEX388E7D
Decimal56142125
Binary111000100011101111101
Octal70216175

Shades and tints

Shades of #388E7D

#388E7D
(56,142,125)
#338272
(51,130,114)
#2E7667
(46,118,103)
#296A5C
(41,106,92)
#245E51
(36,94,81)
#1F5246
(31,82,70)
#1A463B
(26,70,59)
#153A30
(21,58,48)
#102E25
(16,46,37)
#0B221A
(11,34,26)
#06160F
(6,22,15)
#000000
(0,0,0)

Tints of #388E7D

#388E7D
(56,142,125)
#4A9888
(74,152,136)
#5CA293
(92,162,147)
#6EAC9E
(110,172,158)
#80B6A9
(128,182,169)
#92C0B4
(146,192,180)
#A4CABF
(164,202,191)
#B6D4CA
(182,212,202)
#C8DED5
(200,222,213)
#DAE8E0
(218,232,224)
#ECF2EB
(236,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388E7D color. Also use rgb(56,142,125) instead hex code.

Text Font Color

.myTextColor { color: #388E7D; }

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

This text font color is #388E7D.


Background Color

.myBgColor { background-color: #388E7D; }

<div style="background-color:#388E7D">Inner text</div>

This div background color is #388E7D.


Border color

.myBorderColor { border: 1px solid #388E7D; }

<div style="border:3px solid #388E7D">Div</div>

This div border color is #388E7D.


Opacity

.myOpacity80 { color: #388E7D; opacity: 0.8; }

<p style="color:#388E7D;opacity:0.8;">80%</p>

Text with #388E7D 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 #388E7D;}

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

This text has shadow with #388E7D color.

.textShadow {text-shadow: 3px 3px 1px #388E7D, 3px 3px 1px red;}

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

This text has shadow with #388E7D primary color and red secondary color.


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

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

This text has shadow with #388E7D and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #388E7D;
-webkit-box-shadow: 1px 1px 3px 2px #388E7D;
box-shadow:1px 1px 3px 2px #388E7D;">
Div content here</div>
This div box has shadow with color #388E7D.

Preview

Color preview on black background

This text has color #388E7D on black background.


Color preview on white background

This text has color #388E7D on white background.



Black color preview on #388E7D background

This text has black color on #388E7D background.


White color preview on #388E7D background

This text has white color on #388E7D background.