COLOR #388416

HEX: #388416
RGB: (56,132,22)

Color info

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

RGB color model

#388416 color RGB value is (56,132,22).

  • red value is 56;
  • green value is 132;
  • blue value is 22.
RGB:
(56,132,22)
(22%,52%,9%)

RGB channels and saturation

R 56 of 255 = 22%
G 132 of 255 = 52%
B 22 of 255 = 9%

56
132
22

R + G + B ~ 28%. #388416 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 132 + 22 = 210 (100%)
R 56 of 210 ~ 26.67%
G 132 of 210 ~ 62.86%
B 22 of 210 ~ 10.48%

%26.67
%62.86
%10.48

CMYK color model

#388416 color CMYK value is (58,0,83,48).

  • cyan value is 57.58%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 48.24%
CMYK:
(58,0,83,48)
C58M0Y83K48 
(58%,0%,83%,48%)
(0.58/0.00/0.83/0.48)	

CMYK percentages

%57.58
%0
%83.33
%48.24

Codes

Color #388416 in popluar color models

388416
RGB5613222
HSL101°71.43%30.20%
HSB/HSV101°83.33%51.76%
CMYK57.58%0.00%83.33%
48.24%

Color #388416 in popluar number systems.

HEX388416
Decimal5613222
Binary1110001000010010110
Octal7020426

Shades and tints

Shades of #388416

#388416
(56,132,22)
#337814
(51,120,20)
#2E6C12
(46,108,18)
#296010
(41,96,16)
#24540E
(36,84,14)
#1F480C
(31,72,12)
#1A3C0A
(26,60,10)
#153008
(21,48,8)
#102406
(16,36,6)
#0B1804
(11,24,4)
#060C02
(6,12,2)
#000000
(0,0,0)

Tints of #388416

#388416
(56,132,22)
#4A8F2B
(74,143,43)
#5C9A40
(92,154,64)
#6EA555
(110,165,85)
#80B06A
(128,176,106)
#92BB7F
(146,187,127)
#A4C694
(164,198,148)
#B6D1A9
(182,209,169)
#C8DCBE
(200,220,190)
#DAE7D3
(218,231,211)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388416 color. Also use rgb(56,132,22) instead hex code.

Text Font Color

.myTextColor { color: #388416; }

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

This text font color is #388416.


Background Color

.myBgColor { background-color: #388416; }

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

This div background color is #388416.


Border color

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

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

This div border color is #388416.


Opacity

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

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

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

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

This text has shadow with #388416 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388416 on black background.


Color preview on white background

This text has color #388416 on white background.



Black color preview on #388416 background

This text has black color on #388416 background.


White color preview on #388416 background

This text has white color on #388416 background.