COLOR #388A39

HEX: #388A39
RGB: (56,138,57)

Color info

#388A39 contains mainly green color. Web safe color of #388A39 is #339933 (or #393).

RGB color model

#388A39 color RGB value is (56,138,57).

  • red value is 56;
  • green value is 138;
  • blue value is 57.
RGB:
(56,138,57)
(22%,54%,22%)

RGB channels and saturation

R 56 of 255 = 22%
G 138 of 255 = 54%
B 57 of 255 = 22%

56
138
57

R + G + B ~ 33%. #388A39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 138 + 57 = 251 (100%)
R 56 of 251 ~ 22.31%
G 138 of 251 ~ 54.98%
B 57 of 251 ~ 22.71%

%22.31
%54.98
%22.71

CMYK color model

#388A39 color CMYK value is (59,0,59,46).

  • cyan value is 59.42%
  • magenta value is 0.00%
  • yellow value is 58.70%
  • key color value is 45.88%
CMYK:
(59,0,59,46)
C59M0Y59K46 
(59%,0%,59%,46%)
(0.59/0.00/0.59/0.46)	

CMYK percentages

%59.42
%0
%58.7
%45.88

Codes

Color #388A39 in popluar color models

388A39
RGB5613857
HSL121°42.27%38.04%
HSB/HSV121°59.42%54.12%
CMYK59.42%0.00%58.70%
45.88%

Color #388A39 in popluar number systems.

HEX388A39
Decimal5613857
Binary11100010001010111001
Octal7021271

Shades and tints

Shades of #388A39

#388A39
(56,138,57)
#337E34
(51,126,52)
#2E722F
(46,114,47)
#29662A
(41,102,42)
#245A25
(36,90,37)
#1F4E20
(31,78,32)
#1A421B
(26,66,27)
#153616
(21,54,22)
#102A11
(16,42,17)
#0B1E0C
(11,30,12)
#061207
(6,18,7)
#000000
(0,0,0)

Tints of #388A39

#388A39
(56,138,57)
#4A944B
(74,148,75)
#5C9E5D
(92,158,93)
#6EA86F
(110,168,111)
#80B281
(128,178,129)
#92BC93
(146,188,147)
#A4C6A5
(164,198,165)
#B6D0B7
(182,208,183)
#C8DAC9
(200,218,201)
#DAE4DB
(218,228,219)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388A39 color. Also use rgb(56,138,57) instead hex code.

Text Font Color

.myTextColor { color: #388A39; }

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

This text font color is #388A39.


Background Color

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

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

This div background color is #388A39.


Border color

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

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

This div border color is #388A39.


Opacity

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

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

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

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

This text has shadow with #388A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388A39 on black background.


Color preview on white background

This text has color #388A39 on white background.



Black color preview on #388A39 background

This text has black color on #388A39 background.


White color preview on #388A39 background

This text has white color on #388A39 background.