COLOR #388171

HEX: #388171
RGB: (56,129,113)

Color info

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

RGB color model

#388171 color RGB value is (56,129,113).

  • red value is 56;
  • green value is 129;
  • blue value is 113.
RGB:
(56,129,113)
(22%,51%,44%)

RGB channels and saturation

R 56 of 255 = 22%
G 129 of 255 = 51%
B 113 of 255 = 44%

56
129
113

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

Portions of RGB colors in percentages

R + G + B =
56 + 129 + 113 = 298 (100%)
R 56 of 298 ~ 18.79%
G 129 of 298 ~ 43.29%
B 113 of 298 ~ 37.92%

%18.79
%43.29
%37.92

CMYK color model

#388171 color CMYK value is (57,0,12,49).

  • cyan value is 56.59%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 49.41%
CMYK:
(57,0,12,49)
C57M0Y12K49 
(57%,0%,12%,49%)
(0.57/0.00/0.12/0.49)	

CMYK percentages

%56.59
%0
%12.4
%49.41

Codes

Color #388171 in popluar color models

388171
RGB56129113
HSL167°39.46%36.27%
HSB/HSV167°56.59%50.59%
CMYK56.59%0.00%12.40%
49.41%

Color #388171 in popluar number systems.

HEX388171
Decimal56129113
Binary111000100000011110001
Octal70201161

Shades and tints

Shades of #388171

#388171
(56,129,113)
#337667
(51,118,103)
#2E6B5D
(46,107,93)
#296053
(41,96,83)
#245549
(36,85,73)
#1F4A3F
(31,74,63)
#1A3F35
(26,63,53)
#15342B
(21,52,43)
#102921
(16,41,33)
#0B1E17
(11,30,23)
#06130D
(6,19,13)
#000000
(0,0,0)

Tints of #388171

#388171
(56,129,113)
#4A8C7D
(74,140,125)
#5C9789
(92,151,137)
#6EA295
(110,162,149)
#80ADA1
(128,173,161)
#92B8AD
(146,184,173)
#A4C3B9
(164,195,185)
#B6CEC5
(182,206,197)
#C8D9D1
(200,217,209)
#DAE4DD
(218,228,221)
#ECEFE9
(236,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388171 color. Also use rgb(56,129,113) instead hex code.

Text Font Color

.myTextColor { color: #388171; }

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

This text font color is #388171.


Background Color

.myBgColor { background-color: #388171; }

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

This div background color is #388171.


Border color

.myBorderColor { border: 1px solid #388171; }

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

This div border color is #388171.


Opacity

.myOpacity80 { color: #388171; opacity: 0.8; }

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

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

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

This text has shadow with #388171 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388171 on black background.


Color preview on white background

This text has color #388171 on white background.



Black color preview on #388171 background

This text has black color on #388171 background.


White color preview on #388171 background

This text has white color on #388171 background.