COLOR #388A68

HEX: #388A68
RGB: (56,138,104)

Color info

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

RGB color model

#388A68 color RGB value is (56,138,104).

  • red value is 56;
  • green value is 138;
  • blue value is 104.
RGB:
(56,138,104)
(22%,54%,41%)

RGB channels and saturation

R 56 of 255 = 22%
G 138 of 255 = 54%
B 104 of 255 = 41%

56
138
104

R + G + B ~ 39%. #388A68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 138 + 104 = 298 (100%)
R 56 of 298 ~ 18.79%
G 138 of 298 ~ 46.31%
B 104 of 298 ~ 34.9%

%18.79
%46.31
%34.9

CMYK color model

#388A68 color CMYK value is (59,0,25,46).

  • cyan value is 59.42%
  • magenta value is 0.00%
  • yellow value is 24.64%
  • key color value is 45.88%
CMYK:
(59,0,25,46)
C59M0Y25K46 
(59%,0%,25%,46%)
(0.59/0.00/0.25/0.46)	

CMYK percentages

%59.42
%0
%24.64
%45.88

Codes

Color #388A68 in popluar color models

388A68
RGB56138104
HSL155°42.27%38.04%
HSB/HSV155°59.42%54.12%
CMYK59.42%0.00%24.64%
45.88%

Color #388A68 in popluar number systems.

HEX388A68
Decimal56138104
Binary111000100010101101000
Octal70212150

Shades and tints

Shades of #388A68

#388A68
(56,138,104)
#337E5F
(51,126,95)
#2E7256
(46,114,86)
#29664D
(41,102,77)
#245A44
(36,90,68)
#1F4E3B
(31,78,59)
#1A4232
(26,66,50)
#153629
(21,54,41)
#102A20
(16,42,32)
#0B1E17
(11,30,23)
#06120E
(6,18,14)
#000000
(0,0,0)

Tints of #388A68

#388A68
(56,138,104)
#4A9475
(74,148,117)
#5C9E82
(92,158,130)
#6EA88F
(110,168,143)
#80B29C
(128,178,156)
#92BCA9
(146,188,169)
#A4C6B6
(164,198,182)
#B6D0C3
(182,208,195)
#C8DAD0
(200,218,208)
#DAE4DD
(218,228,221)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388A68 color. Also use rgb(56,138,104) instead hex code.

Text Font Color

.myTextColor { color: #388A68; }

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

This text font color is #388A68.


Background Color

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

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

This div background color is #388A68.


Border color

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

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

This div border color is #388A68.


Opacity

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

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

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

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

This text has shadow with #388A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388A68 on black background.


Color preview on white background

This text has color #388A68 on white background.



Black color preview on #388A68 background

This text has black color on #388A68 background.


White color preview on #388A68 background

This text has white color on #388A68 background.