COLOR #388009

HEX: #388009 RGB: (56,128,9)

Color info

#388009 contains mainly green color. Web safe color of #388009 is #336600 (or #360).

RGB color model

#388009 color RGB value is (56,128,9).

RGB: (56,128,9) (22%, 50%, 4%)

RGB channels and saturation

R 56 of 255 = 22%
G 128 of 255 = 50%
B 9 of 255 = 4%

56
128
9

R + G + B ~ 25%. #388009 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 128 + 9 = 193 (100%)
R 56 of 193 ~ 29.02%
G 128 of 193 ~ 66.32%
B 9 of 193 ~ 4.66'%

%29.02
%66.32

CMYK color model

#388009 color CMYK value is (56,0,93,50).

  • cyan value is 56.25%
  • magenta value is 0.00%
  • yellow value is 92.97%
  • key color value is 49.80%

CMYK: (56,0,93,50)
C56M0Y93K50 (56%, 0%, 93%, 50%)
(0.56 / 0.00 / 0.93 / 0.50)

CMYK percentages

%56.25
%0
%92.97
%49.8

Codes

Color #388009 in popluar color models

38 80 09
RGB 56 128 9
HSL 96° 86.86% 26.86%
HSB/HSV 96° 92.97% 50.20%
CMYK 56.25% 0.00% 92.97%
49.80%

Color #388009 in popluar number systems.

HEX 38 80 09
Decimal 56 128 9
Binary 111000 10000000 1001
Octal 70 200 11

Shades and tints

Shades of #388009

#388009
(56,128,9)
#337509
(51,117,9)
#2E6A09
(46,106,9)
#295F09
(41,95,9)
#245409
(36,84,9)
#1F4909
(31,73,9)
#1A3E09
(26,62,9)
#153309
(21,51,9)
#102809
(16,40,9)
#0B1D09
(11,29,9)
#061209
(6,18,9)
#000000
(0,0,0)

Tints of #388009

#388009
(56,128,9)
#4A8B1F
(74,139,31)
#5C9635
(92,150,53)
#6EA14B
(110,161,75)
#80AC61
(128,172,97)
#92B777
(146,183,119)
#A4C28D
(164,194,141)
#B6CDA3
(182,205,163)
#C8D8B9
(200,216,185)
#DAE3CF
(218,227,207)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388009 color. Also use rgb(56,128,9) instead hex code.

Text Font Color

.myTextColor { color: #388009; }

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

This text font color is #388009.

Background Color

.myBgColor { background-color: #388009; }

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

This div background color is #388009.

Border color

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

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

This div border color is #388009.

Opacity

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

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

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

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

This text has shadow with #388009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #388009.

Preview

Color preview on black background

This text has color #388009 on black background.


Color preview on white background

This text has color #388009 on white background.


Black color preview on #388009 background

This text has black color on #388009 background.


White color preview on #388009 background

This text has white color on #388009 background.


Related colors

Complementary color

Complementary color for #hex is #C77FF6.


I love getcolorcode.com

Triadic colors

1 #093880 and #800938 with #388009 are triadic colors.

2 #098038 and #803809 with #388009 are triadic colors.