COLOR #388476

HEX: #388476
RGB: (56,132,118)

Color info

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

RGB color model

#388476 color RGB value is (56,132,118).

  • red value is 56;
  • green value is 132;
  • blue value is 118.
RGB:
(56,132,118)
(22%,52%,46%)

RGB channels and saturation

R 56 of 255 = 22%
G 132 of 255 = 52%
B 118 of 255 = 46%

56
132
118

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

Portions of RGB colors in percentages

R + G + B =
56 + 132 + 118 = 306 (100%)
R 56 of 306 ~ 18.3%
G 132 of 306 ~ 43.14%
B 118 of 306 ~ 38.56%

%18.3
%43.14
%38.56

CMYK color model

#388476 color CMYK value is (58,0,11,48).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 48.24%
CMYK:
(58,0,11,48)
C58M0Y11K48 
(58%,0%,11%,48%)
(0.58/0.00/0.11/0.48)	

CMYK percentages

%57.58
%0
%10.61
%48.24

Codes

Color #388476 in popluar color models

388476
RGB56132118
HSL169°40.43%36.86%
HSB/HSV169°57.58%51.76%
CMYK57.58%0.00%10.61%
48.24%

Color #388476 in popluar number systems.

HEX388476
Decimal56132118
Binary111000100001001110110
Octal70204166

Shades and tints

Shades of #388476

#388476
(56,132,118)
#33786C
(51,120,108)
#2E6C62
(46,108,98)
#296058
(41,96,88)
#24544E
(36,84,78)
#1F4844
(31,72,68)
#1A3C3A
(26,60,58)
#153030
(21,48,48)
#102426
(16,36,38)
#0B181C
(11,24,28)
#060C12
(6,12,18)
#000000
(0,0,0)

Tints of #388476

#388476
(56,132,118)
#4A8F82
(74,143,130)
#5C9A8E
(92,154,142)
#6EA59A
(110,165,154)
#80B0A6
(128,176,166)
#92BBB2
(146,187,178)
#A4C6BE
(164,198,190)
#B6D1CA
(182,209,202)
#C8DCD6
(200,220,214)
#DAE7E2
(218,231,226)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388476 color. Also use rgb(56,132,118) instead hex code.

Text Font Color

.myTextColor { color: #388476; }

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

This text font color is #388476.


Background Color

.myBgColor { background-color: #388476; }

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

This div background color is #388476.


Border color

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

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

This div border color is #388476.


Opacity

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

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

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

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

This text has shadow with #388476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388476 on black background.


Color preview on white background

This text has color #388476 on white background.



Black color preview on #388476 background

This text has black color on #388476 background.


White color preview on #388476 background

This text has white color on #388476 background.