COLOR #388F5D

HEX: #388F5D
RGB: (56,143,93)

Color info

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

RGB color model

#388F5D color RGB value is (56,143,93).

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

RGB channels and saturation

R 56 of 255 = 22%
G 143 of 255 = 56%
B 93 of 255 = 36%

56
143
93

R + G + B ~ 38%. #388F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 143 + 93 = 292 (100%)
R 56 of 292 ~ 19.18%
G 143 of 292 ~ 48.97%
B 93 of 292 ~ 31.85%

%19.18
%48.97
%31.85

CMYK color model

#388F5D color CMYK value is (61,0,35,44).

  • cyan value is 60.84%
  • magenta value is 0.00%
  • yellow value is 34.97%
  • key color value is 43.92%
CMYK:
(61,0,35,44)
C61M0Y35K44 
(61%,0%,35%,44%)
(0.61/0.00/0.35/0.44)	

CMYK percentages

%60.84
%0
%34.97
%43.92

Codes

Color #388F5D in popluar color models

388F5D
RGB5614393
HSL146°43.72%39.02%
HSB/HSV146°60.84%56.08%
CMYK60.84%0.00%34.97%
43.92%

Color #388F5D in popluar number systems.

HEX388F5D
Decimal5614393
Binary111000100011111011101
Octal70217135

Shades and tints

Shades of #388F5D

#388F5D
(56,143,93)
#338255
(51,130,85)
#2E754D
(46,117,77)
#296845
(41,104,69)
#245B3D
(36,91,61)
#1F4E35
(31,78,53)
#1A412D
(26,65,45)
#153425
(21,52,37)
#10271D
(16,39,29)
#0B1A15
(11,26,21)
#060D0D
(6,13,13)
#000000
(0,0,0)

Tints of #388F5D

#388F5D
(56,143,93)
#4A996B
(74,153,107)
#5CA379
(92,163,121)
#6EAD87
(110,173,135)
#80B795
(128,183,149)
#92C1A3
(146,193,163)
#A4CBB1
(164,203,177)
#B6D5BF
(182,213,191)
#C8DFCD
(200,223,205)
#DAE9DB
(218,233,219)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #388F5D; }

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

This text font color is #388F5D.


Background Color

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

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

This div background color is #388F5D.


Border color

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

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

This div border color is #388F5D.


Opacity

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

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

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

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

This text has shadow with #388F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388F5D on black background.


Color preview on white background

This text has color #388F5D on white background.



Black color preview on #388F5D background

This text has black color on #388F5D background.


White color preview on #388F5D background

This text has white color on #388F5D background.