COLOR #388146

HEX: #388146
RGB: (56,129,70)

Color info

#388146 contains mainly green and blue colors. Web safe color of #388146 is #339933 (or #393).

RGB color model

#388146 color RGB value is (56,129,70).

  • red value is 56;
  • green value is 129;
  • blue value is 70.
RGB: (56,129,70) (22%,51%,27%)

RGB channels and saturation

R 56 of 255 = 22%
G 129 of 255 = 51%
B 70 of 255 = 27%

56
129
70

R + G + B ~ 33%. #388146 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 129 + 70 = 255 (100%)
R 56 of 255 ~ 21.96%
G 129 of 255 ~ 50.59%
B 70 of 255 ~ 27.45%

%21.96
%50.59
%27.45

CMYK color model

#388146 color CMYK value is (57,0,46,49).

  • cyan value is 56.59%
  • magenta value is 0.00%
  • yellow value is 45.74%
  • key color value is 49.41%
CMYK: (57,0,46,49) C57M0Y46K49 (57%,0%,46%,49%) (0.57/0.00/0.46/0.49)

CMYK percentages

%56.59
%0
%45.74
%49.41

Codes

Color #388146 in popluar color models

388146
RGB5612970
HSL132°39.46%36.27%
HSB/HSV132°56.59%50.59%
CMYK56.59%0.00%45.74%
49.41%

Color #388146 in popluar number systems.

HEX388146
Decimal5612970
Binary111000100000011000110
Octal70201106

Shades and tints

Shades of #388146

#388146
(56,129,70)
#337640
(51,118,64)
#2E6B3A
(46,107,58)
#296034
(41,96,52)
#24552E
(36,85,46)
#1F4A28
(31,74,40)
#1A3F22
(26,63,34)
#15341C
(21,52,28)
#102916
(16,41,22)
#0B1E10
(11,30,16)
#06130A
(6,19,10)
#000000
(0,0,0)

Tints of #388146

#388146
(56,129,70)
#4A8C56
(74,140,86)
#5C9766
(92,151,102)
#6EA276
(110,162,118)
#80AD86
(128,173,134)
#92B896
(146,184,150)
#A4C3A6
(164,195,166)
#B6CEB6
(182,206,182)
#C8D9C6
(200,217,198)
#DAE4D6
(218,228,214)
#ECEFE6
(236,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388146 color. Also use rgb(56,129,70) instead hex code.

Text Font Color

.myTextColor { color: #388146; }

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

This text font color is #388146.


Background Color

.myBgColor { background-color: #388146; }

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

This div background color is #388146.


Border color

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

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

This div border color is #388146.


Opacity

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

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

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

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

This text has shadow with #388146 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #388146 on black background.


Color preview on white background

This text has color #388146 on white background.



Black color preview on #388146 background

This text has black color on #388146 background.


White color preview on #388146 background

This text has white color on #388146 background.