COLOR #388910

HEX: #388910
RGB: (56,137,16)

Color info

#388910 contains mainly green color. Web safe color of #388910 is #339900 (or #390).

RGB color model

#388910 color RGB value is (56,137,16).

  • red value is 56;
  • green value is 137;
  • blue value is 16.
RGB:
(56,137,16)
(22%,54%,6%)

RGB channels and saturation

R 56 of 255 = 22%
G 137 of 255 = 54%
B 16 of 255 = 6%

56
137
16

R + G + B ~ 27%. #388910 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 137 + 16 = 209 (100%)
R 56 of 209 ~ 26.79%
G 137 of 209 ~ 65.55%
B 16 of 209 ~ 7.66%

%26.79
%65.55

CMYK color model

#388910 color CMYK value is (59,0,88,46).

  • cyan value is 59.12%
  • magenta value is 0.00%
  • yellow value is 88.32%
  • key color value is 46.27%
CMYK:
(59,0,88,46)
C59M0Y88K46 
(59%,0%,88%,46%)
(0.59/0.00/0.88/0.46)	

CMYK percentages

%59.12
%0
%88.32
%46.27

Codes

Color #388910 in popluar color models

388910
RGB5613716
HSL100°79.08%30.00%
HSB/HSV100°88.32%53.73%
CMYK59.12%0.00%88.32%
46.27%

Color #388910 in popluar number systems.

HEX388910
Decimal5613716
Binary1110001000100110000
Octal7021120

Shades and tints

Shades of #388910

#388910
(56,137,16)
#337D0F
(51,125,15)
#2E710E
(46,113,14)
#29650D
(41,101,13)
#24590C
(36,89,12)
#1F4D0B
(31,77,11)
#1A410A
(26,65,10)
#153509
(21,53,9)
#102908
(16,41,8)
#0B1D07
(11,29,7)
#061106
(6,17,6)
#000000
(0,0,0)

Tints of #388910

#388910
(56,137,16)
#4A9325
(74,147,37)
#5C9D3A
(92,157,58)
#6EA74F
(110,167,79)
#80B164
(128,177,100)
#92BB79
(146,187,121)
#A4C58E
(164,197,142)
#B6CFA3
(182,207,163)
#C8D9B8
(200,217,184)
#DAE3CD
(218,227,205)
#ECEDE2
(236,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388910 color. Also use rgb(56,137,16) instead hex code.

Text Font Color

.myTextColor { color: #388910; }

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

This text font color is #388910.


Background Color

.myBgColor { background-color: #388910; }

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

This div background color is #388910.


Border color

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

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

This div border color is #388910.


Opacity

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

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

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

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

This text has shadow with #388910 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388910 on black background.


Color preview on white background

This text has color #388910 on white background.



Black color preview on #388910 background

This text has black color on #388910 background.


White color preview on #388910 background

This text has white color on #388910 background.