COLOR #388224

HEX: #388224
RGB: (56,130,36)

Color info

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

RGB color model

#388224 color RGB value is (56,130,36).

  • red value is 56;
  • green value is 130;
  • blue value is 36.
RGB:
(56,130,36)
(22%,51%,14%)

RGB channels and saturation

R 56 of 255 = 22%
G 130 of 255 = 51%
B 36 of 255 = 14%

56
130
36

R + G + B ~ 29%. #388224 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 130 + 36 = 222 (100%)
R 56 of 222 ~ 25.23%
G 130 of 222 ~ 58.56%
B 36 of 222 ~ 16.22%

%25.23
%58.56
%16.22

CMYK color model

#388224 color CMYK value is (57,0,72,49).

  • cyan value is 56.92%
  • magenta value is 0.00%
  • yellow value is 72.31%
  • key color value is 49.02%
CMYK:
(57,0,72,49)
C57M0Y72K49 
(57%,0%,72%,49%)
(0.57/0.00/0.72/0.49)	

CMYK percentages

%56.92
%0
%72.31
%49.02

Codes

Color #388224 in popluar color models

388224
RGB5613036
HSL107°56.63%32.55%
HSB/HSV107°72.31%50.98%
CMYK56.92%0.00%72.31%
49.02%

Color #388224 in popluar number systems.

HEX388224
Decimal5613036
Binary11100010000010100100
Octal7020244

Shades and tints

Shades of #388224

#388224
(56,130,36)
#337721
(51,119,33)
#2E6C1E
(46,108,30)
#29611B
(41,97,27)
#245618
(36,86,24)
#1F4B15
(31,75,21)
#1A4012
(26,64,18)
#15350F
(21,53,15)
#102A0C
(16,42,12)
#0B1F09
(11,31,9)
#061406
(6,20,6)
#000000
(0,0,0)

Tints of #388224

#388224
(56,130,36)
#4A8D37
(74,141,55)
#5C984A
(92,152,74)
#6EA35D
(110,163,93)
#80AE70
(128,174,112)
#92B983
(146,185,131)
#A4C496
(164,196,150)
#B6CFA9
(182,207,169)
#C8DABC
(200,218,188)
#DAE5CF
(218,229,207)
#ECF0E2
(236,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388224 color. Also use rgb(56,130,36) instead hex code.

Text Font Color

.myTextColor { color: #388224; }

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

This text font color is #388224.


Background Color

.myBgColor { background-color: #388224; }

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

This div background color is #388224.


Border color

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

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

This div border color is #388224.


Opacity

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

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

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

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

This text has shadow with #388224 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388224 on black background.


Color preview on white background

This text has color #388224 on white background.



Black color preview on #388224 background

This text has black color on #388224 background.


White color preview on #388224 background

This text has white color on #388224 background.