COLOR #388A55

HEX: #388A55 RGB: (56,138,85)

Color info

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

RGB color model

#388A55 color RGB value is (56,138,85).

RGB: (56,138,85) (22%, 54%, 33%)

RGB channels and saturation

R 56 of 255 = 22%
G 138 of 255 = 54%
B 85 of 255 = 33%

56
138
85

R + G + B ~ 36%. #388A55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 138 + 85 = 279 (100%)
R 56 of 279 ~ 20.07%
G 138 of 279 ~ 49.46%
B 85 of 279 ~ 30.47'%

%20.07
%49.46
%30.47

CMYK color model

#388A55 color CMYK value is (59,0,38,46).

  • cyan value is 59.42%
  • magenta value is 0.00%
  • yellow value is 38.41%
  • key color value is 45.88%

CMYK: (59,0,38,46)
C59M0Y38K46 (59%, 0%, 38%, 46%)
(0.59 / 0.00 / 0.38 / 0.46)

CMYK percentages

%59.42
%0
%38.41
%45.88

Codes

Color #388A55 in popluar color models

38 8A 55
RGB 56 138 85
HSL 141° 42.27% 38.04%
HSB/HSV 141° 59.42% 54.12%
CMYK 59.42% 0.00% 38.41%
45.88%

Color #388A55 in popluar number systems.

HEX 38 8A 55
Decimal 56 138 85
Binary 111000 10001010 1010101
Octal 70 212 125

Shades and tints

Shades of #388A55

#388A55
(56,138,85)
#337E4E
(51,126,78)
#2E7247
(46,114,71)
#296640
(41,102,64)
#245A39
(36,90,57)
#1F4E32
(31,78,50)
#1A422B
(26,66,43)
#153624
(21,54,36)
#102A1D
(16,42,29)
#0B1E16
(11,30,22)
#06120F
(6,18,15)
#000000
(0,0,0)

Tints of #388A55

#388A55
(56,138,85)
#4A9464
(74,148,100)
#5C9E73
(92,158,115)
#6EA882
(110,168,130)
#80B291
(128,178,145)
#92BCA0
(146,188,160)
#A4C6AF
(164,198,175)
#B6D0BE
(182,208,190)
#C8DACD
(200,218,205)
#DAE4DC
(218,228,220)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #388A55; }

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

This text font color is #388A55.

Background Color

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

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

This div background color is #388A55.

Border color

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

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

This div border color is #388A55.

Opacity

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

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

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

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

This text has shadow with #388A55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #388A55.

Preview

Color preview on black background

This text has color #388A55 on black background.


Color preview on white background

This text has color #388A55 on white background.


Black color preview on #388A55 background

This text has black color on #388A55 background.


White color preview on #388A55 background

This text has white color on #388A55 background.


Related colors

Complementary color

Complementary color for #hex is #C775AA.


I love getcolorcode.com

Triadic colors

1 #55388A and #8A5538 with #388A55 are triadic colors.

2 #558A38 and #8A3855 with #388A55 are triadic colors.