COLOR #388340

HEX: #388340
RGB: (56,131,64)

Color info

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

RGB color model

#388340 color RGB value is (56,131,64).

  • red value is 56;
  • green value is 131;
  • blue value is 64.
RGB:
(56,131,64)
(22%,51%,25%)

RGB channels and saturation

R 56 of 255 = 22%
G 131 of 255 = 51%
B 64 of 255 = 25%

56
131
64

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

Portions of RGB colors in percentages

R + G + B =
56 + 131 + 64 = 251 (100%)
R 56 of 251 ~ 22.31%
G 131 of 251 ~ 52.19%
B 64 of 251 ~ 25.5%

%22.31
%52.19
%25.5

CMYK color model

#388340 color CMYK value is (57,0,51,49).

  • cyan value is 57.25%
  • magenta value is 0.00%
  • yellow value is 51.15%
  • key color value is 48.63%
CMYK:
(57,0,51,49)
C57M0Y51K49 
(57%,0%,51%,49%)
(0.57/0.00/0.51/0.49)	

CMYK percentages

%57.25
%0
%51.15
%48.63

Codes

Color #388340 in popluar color models

388340
RGB5613164
HSL126°40.11%36.67%
HSB/HSV126°57.25%51.37%
CMYK57.25%0.00%51.15%
48.63%

Color #388340 in popluar number systems.

HEX388340
Decimal5613164
Binary111000100000111000000
Octal70203100

Shades and tints

Shades of #388340

#388340
(56,131,64)
#33783B
(51,120,59)
#2E6D36
(46,109,54)
#296231
(41,98,49)
#24572C
(36,87,44)
#1F4C27
(31,76,39)
#1A4122
(26,65,34)
#15361D
(21,54,29)
#102B18
(16,43,24)
#0B2013
(11,32,19)
#06150E
(6,21,14)
#000000
(0,0,0)

Tints of #388340

#388340
(56,131,64)
#4A8E51
(74,142,81)
#5C9962
(92,153,98)
#6EA473
(110,164,115)
#80AF84
(128,175,132)
#92BA95
(146,186,149)
#A4C5A6
(164,197,166)
#B6D0B7
(182,208,183)
#C8DBC8
(200,219,200)
#DAE6D9
(218,230,217)
#ECF1EA
(236,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388340 color. Also use rgb(56,131,64) instead hex code.

Text Font Color

.myTextColor { color: #388340; }

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

This text font color is #388340.


Background Color

.myBgColor { background-color: #388340; }

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

This div background color is #388340.


Border color

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

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

This div border color is #388340.


Opacity

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

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

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

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

This text has shadow with #388340 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388340 on black background.


Color preview on white background

This text has color #388340 on white background.



Black color preview on #388340 background

This text has black color on #388340 background.


White color preview on #388340 background

This text has white color on #388340 background.