COLOR #388B65

HEX: #388B65 RGB: (56,139,101)

Color info

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

RGB color model

#388B65 color RGB value is (56,139,101).

RGB: (56,139,101) (22%, 55%, 40%)

RGB channels and saturation

R 56 of 255 = 22%
G 139 of 255 = 55%
B 101 of 255 = 40%

56
139
101

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

Portions of RGB colors in percentages

R + G + B = 56 + 139 + 101 = 296 (100%)
R 56 of 296 ~ 18.92%
G 139 of 296 ~ 46.96%
B 101 of 296 ~ 34.12'%

%18.92
%46.96
%34.12

CMYK color model

#388B65 color CMYK value is (60,0,27,45).

  • cyan value is 59.71%
  • magenta value is 0.00%
  • yellow value is 27.34%
  • key color value is 45.49%
CMYK: (60,0,27,45) C60M0Y27K45 (60%,0%,27%,45%) (0.60/0.00/0.27/0.45) 

CMYK percentages

%59.71
%0
%27.34
%45.49

Codes

Color #388B65 in popluar color models

38 8B 65
RGB 56 139 101
HSL 153° 42.56% 38.24%
HSB/HSV 153° 59.71% 54.51%
CMYK 59.71% 0.00% 27.34%
45.49%

Color #388B65 in popluar number systems.

HEX 38 8B 65
Decimal 56 139 101
Binary 111000 10001011 1100101
Octal 70 213 145

Shades and tints

Shades of #388B65

#388B65
(56,139,101)
#337F5C
(51,127,92)
#2E7353
(46,115,83)
#29674A
(41,103,74)
#245B41
(36,91,65)
#1F4F38
(31,79,56)
#1A432F
(26,67,47)
#153726
(21,55,38)
#102B1D
(16,43,29)
#0B1F14
(11,31,20)
#06130B
(6,19,11)
#000000
(0,0,0)

Tints of #388B65

#388B65
(56,139,101)
#4A9573
(74,149,115)
#5C9F81
(92,159,129)
#6EA98F
(110,169,143)
#80B39D
(128,179,157)
#92BDAB
(146,189,171)
#A4C7B9
(164,199,185)
#B6D1C7
(182,209,199)
#C8DBD5
(200,219,213)
#DAE5E3
(218,229,227)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388B65 color. Also use rgb(56,139,101) instead hex code.

Text Font Color

.myTextColor { color: #388B65; }

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

This text font color is #388B65.

Background Color

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

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

This div background color is #388B65.

Border color

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

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

This div border color is #388B65.

Opacity

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

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

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

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

This text has shadow with #388B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #388B65.

Preview

Color preview on black background

This text has color #388B65 on black background.


Color preview on white background

This text has color #388B65 on white background.


Black color preview on #388B65 background

This text has black color on #388B65 background.


White color preview on #388B65 background

This text has white color on #388B65 background.


Related colors

Complementary color

Complementary color for #hex is #C7749A.


I love getcolorcode.com

Triadic colors

1 #65388B and #8B6538 with #388B65 are triadic colors.

2 #658B38 and #8B3865 with #388B65 are triadic colors.