COLOR #388F97

HEX: #388F97
RGB: (56,143,151)

Color info

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

RGB color model

#388F97 color RGB value is (56,143,151).

  • red value is 56;
  • green value is 143;
  • blue value is 151.
RGB:
(56,143,151)
(22%,56%,59%)

RGB channels and saturation

R 56 of 255 = 22%
G 143 of 255 = 56%
B 151 of 255 = 59%

56
143
151

R + G + B ~ 46%. #388F97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 143 + 151 = 350 (100%)
R 56 of 350 ~ 16%
G 143 of 350 ~ 40.86%
B 151 of 350 ~ 43.14%

%16
%40.86
%43.14

CMYK color model

#388F97 color CMYK value is (63,5,0,41).

  • cyan value is 62.91%
  • magenta value is 5.30%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(63,5,0,41)
C63M5Y0K41 
(63%,5%,0%,41%)
(0.63/0.05/0.00/0.41)	

CMYK percentages

%62.91
%5.3
%0
%40.78

Codes

Color #388F97 in popluar color models

388F97
RGB56143151
HSL185°45.89%40.59%
HSB/HSV185°62.91%59.22%
CMYK62.91%5.30%0.00%
40.78%

Color #388F97 in popluar number systems.

HEX388F97
Decimal56143151
Binary1110001000111110010111
Octal70217227

Shades and tints

Shades of #388F97

#388F97
(56,143,151)
#33828A
(51,130,138)
#2E757D
(46,117,125)
#296870
(41,104,112)
#245B63
(36,91,99)
#1F4E56
(31,78,86)
#1A4149
(26,65,73)
#15343C
(21,52,60)
#10272F
(16,39,47)
#0B1A22
(11,26,34)
#060D15
(6,13,21)
#000000
(0,0,0)

Tints of #388F97

#388F97
(56,143,151)
#4A99A0
(74,153,160)
#5CA3A9
(92,163,169)
#6EADB2
(110,173,178)
#80B7BB
(128,183,187)
#92C1C4
(146,193,196)
#A4CBCD
(164,203,205)
#B6D5D6
(182,213,214)
#C8DFDF
(200,223,223)
#DAE9E8
(218,233,232)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388F97 color. Also use rgb(56,143,151) instead hex code.

Text Font Color

.myTextColor { color: #388F97; }

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

This text font color is #388F97.


Background Color

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

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

This div background color is #388F97.


Border color

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

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

This div border color is #388F97.


Opacity

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

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

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

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

This text has shadow with #388F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388F97 on black background.


Color preview on white background

This text has color #388F97 on white background.



Black color preview on #388F97 background

This text has black color on #388F97 background.


White color preview on #388F97 background

This text has white color on #388F97 background.