COLOR #388184

HEX: #388184 RGB: (56,129,132)

Color info

#388184 contains mainly green and blue colors. Web safe color of #388184 is #339999 (or #399).

RGB color model

#388184 color RGB value is (56,129,132).

RGB: (56,129,132) (22%, 51%, 52%)

RGB channels and saturation

R 56 of 255 = 22%
G 129 of 255 = 51%
B 132 of 255 = 52%

56
129
132

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

Portions of RGB colors in percentages

R + G + B = 56 + 129 + 132 = 317 (100%)
R 56 of 317 ~ 17.67%
G 129 of 317 ~ 40.69%
B 132 of 317 ~ 41.64'%

%17.67
%40.69
%41.64

CMYK color model

#388184 color CMYK value is (58,2,0,48).

  • cyan value is 57.58%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (58,2,0,48)
C58M2Y0K48 (58%, 2%, 0%, 48%)
(0.58 / 0.02 / 0.00 / 0.48)

CMYK percentages

%57.58
%2.27
%0
%48.24

Codes

Color #388184 in popluar color models

38 81 84
RGB 56 129 132
HSL 182° 40.43% 36.86%
HSB/HSV 182° 57.58% 51.76%
CMYK 57.58% 2.27% 0.00%
48.24%

Color #388184 in popluar number systems.

HEX 38 81 84
Decimal 56 129 132
Binary 111000 10000001 10000100
Octal 70 201 204

Shades and tints

Shades of #388184

#388184
(56,129,132)
#337678
(51,118,120)
#2E6B6C
(46,107,108)
#296060
(41,96,96)
#245554
(36,85,84)
#1F4A48
(31,74,72)
#1A3F3C
(26,63,60)
#153430
(21,52,48)
#102924
(16,41,36)
#0B1E18
(11,30,24)
#06130C
(6,19,12)
#000000
(0,0,0)

Tints of #388184

#388184
(56,129,132)
#4A8C8F
(74,140,143)
#5C979A
(92,151,154)
#6EA2A5
(110,162,165)
#80ADB0
(128,173,176)
#92B8BB
(146,184,187)
#A4C3C6
(164,195,198)
#B6CED1
(182,206,209)
#C8D9DC
(200,217,220)
#DAE4E7
(218,228,231)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #388184; }

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

This text font color is #388184.

Background Color

.myBgColor { background-color: #388184; }

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

This div background color is #388184.

Border color

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

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

This div border color is #388184.

Opacity

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

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

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

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

This text has shadow with #388184 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #388184.

Preview

Color preview on black background

This text has color #388184 on black background.


Color preview on white background

This text has color #388184 on white background.


Black color preview on #388184 background

This text has black color on #388184 background.


White color preview on #388184 background

This text has white color on #388184 background.


Related colors

Complementary color

Complementary color for #hex is #C77E7B.


I love getcolorcode.com

Triadic colors

1 #843881 and #818438 with #388184 are triadic colors.

2 #848138 and #813884 with #388184 are triadic colors.