COLOR #388B2F

HEX: #388B2F RGB: (56,139,47)

Color info

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

RGB color model

#388B2F color RGB value is (56,139,47).

RGB: (56,139,47) (22%, 55%, 18%)

RGB channels and saturation

R 56 of 255 = 22%
G 139 of 255 = 55%
B 47 of 255 = 18%

56
139
47

R + G + B ~ 32%. #388B2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 139 + 47 = 242 (100%)
R 56 of 242 ~ 23.14%
G 139 of 242 ~ 57.44%
B 47 of 242 ~ 19.42'%

%23.14
%57.44
%19.42

CMYK color model

#388B2F color CMYK value is (60,0,66,45).

  • cyan value is 59.71%
  • magenta value is 0.00%
  • yellow value is 66.19%
  • key color value is 45.49%

CMYK: (60,0,66,45)
C60M0Y66K45 (60%, 0%, 66%, 45%)
(0.60 / 0.00 / 0.66 / 0.45)

CMYK percentages

%59.71
%0
%66.19
%45.49

Codes

Color #388B2F in popluar color models

38 8B 2F
RGB 56 139 47
HSL 114° 49.46% 36.47%
HSB/HSV 114° 66.19% 54.51%
CMYK 59.71% 0.00% 66.19%
45.49%

Color #388B2F in popluar number systems.

HEX 38 8B 2F
Decimal 56 139 47
Binary 111000 10001011 101111
Octal 70 213 57

Shades and tints

Shades of #388B2F

#388B2F
(56,139,47)
#337F2B
(51,127,43)
#2E7327
(46,115,39)
#296723
(41,103,35)
#245B1F
(36,91,31)
#1F4F1B
(31,79,27)
#1A4317
(26,67,23)
#153713
(21,55,19)
#102B0F
(16,43,15)
#0B1F0B
(11,31,11)
#061307
(6,19,7)
#000000
(0,0,0)

Tints of #388B2F

#388B2F
(56,139,47)
#4A9541
(74,149,65)
#5C9F53
(92,159,83)
#6EA965
(110,169,101)
#80B377
(128,179,119)
#92BD89
(146,189,137)
#A4C79B
(164,199,155)
#B6D1AD
(182,209,173)
#C8DBBF
(200,219,191)
#DAE5D1
(218,229,209)
#ECEFE3
(236,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388B2F color. Also use rgb(56,139,47) instead hex code.

Text Font Color

.myTextColor { color: #388B2F; }

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

This text font color is #388B2F.

Background Color

.myBgColor { background-color: #388B2F; }

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

This div background color is #388B2F.

Border color

.myBorderColor { border: 1px solid #388B2F; }

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

This div border color is #388B2F.

Opacity

.myOpacity80 { color: #388B2F; opacity: 0.8; }

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

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

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

This text has shadow with #388B2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #388B2F.

Preview

Color preview on black background

This text has color #388B2F on black background.


Color preview on white background

This text has color #388B2F on white background.


Black color preview on #388B2F background

This text has black color on #388B2F background.


White color preview on #388B2F background

This text has white color on #388B2F background.


Related colors

Complementary color

Complementary color for #hex is #C774D0.


I love getcolorcode.com

Triadic colors

1 #2F388B and #8B2F38 with #388B2F are triadic colors.

2 #2F8B38 and #8B382F with #388B2F are triadic colors.