COLOR #388F6E

HEX: #388F6E RGB: (56,143,110)

Color info

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

RGB color model

#388F6E color RGB value is (56,143,110).

RGB: (56,143,110) (22%, 56%, 43%)

RGB channels and saturation

R 56 of 255 = 22%
G 143 of 255 = 56%
B 110 of 255 = 43%

56
143
110

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

Portions of RGB colors in percentages

R + G + B = 56 + 143 + 110 = 309 (100%)
R 56 of 309 ~ 18.12%
G 143 of 309 ~ 46.28%
B 110 of 309 ~ 35.6'%

%18.12
%46.28
%35.6

CMYK color model

#388F6E color CMYK value is (61,0,23,44).

  • cyan value is 60.84%
  • magenta value is 0.00%
  • yellow value is 23.08%
  • key color value is 43.92%

CMYK: (61,0,23,44)
C61M0Y23K44 (61%, 0%, 23%, 44%)
(0.61 / 0.00 / 0.23 / 0.44)

CMYK percentages

%60.84
%0
%23.08
%43.92

Codes

Color #388F6E in popluar color models

38 8F 6E
RGB 56 143 110
HSL 157° 43.72% 39.02%
HSB/HSV 157° 60.84% 56.08%
CMYK 60.84% 0.00% 23.08%
43.92%

Color #388F6E in popluar number systems.

HEX 38 8F 6E
Decimal 56 143 110
Binary 111000 10001111 1101110
Octal 70 217 156

Shades and tints

Shades of #388F6E

#388F6E
(56,143,110)
#338264
(51,130,100)
#2E755A
(46,117,90)
#296850
(41,104,80)
#245B46
(36,91,70)
#1F4E3C
(31,78,60)
#1A4132
(26,65,50)
#153428
(21,52,40)
#10271E
(16,39,30)
#0B1A14
(11,26,20)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #388F6E

#388F6E
(56,143,110)
#4A997B
(74,153,123)
#5CA388
(92,163,136)
#6EAD95
(110,173,149)
#80B7A2
(128,183,162)
#92C1AF
(146,193,175)
#A4CBBC
(164,203,188)
#B6D5C9
(182,213,201)
#C8DFD6
(200,223,214)
#DAE9E3
(218,233,227)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388F6E color. Also use rgb(56,143,110) instead hex code.

Text Font Color

.myTextColor { color: #388F6E; }

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

This text font color is #388F6E.

Background Color

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

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

This div background color is #388F6E.

Border color

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

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

This div border color is #388F6E.

Opacity

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

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

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

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

This text has shadow with #388F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #388F6E.

Preview

Color preview on black background

This text has color #388F6E on black background.


Color preview on white background

This text has color #388F6E on white background.


Black color preview on #388F6E background

This text has black color on #388F6E background.


White color preview on #388F6E background

This text has white color on #388F6E background.


Related colors

Complementary color

Complementary color for #hex is #C77091.


I love getcolorcode.com

Triadic colors

1 #6E388F and #8F6E38 with #388F6E are triadic colors.

2 #6E8F38 and #8F386E with #388F6E are triadic colors.