COLOR #388251

HEX: #388251
RGB: (56,130,81)

Color info

#388251 contains mainly green and blue colors. Web safe color of #388251 is #339966 (or #396).

RGB color model

#388251 color RGB value is (56,130,81).

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

RGB channels and saturation

R 56 of 255 = 22%
G 130 of 255 = 51%
B 81 of 255 = 32%

56
130
81

R + G + B ~ 35%. #388251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 130 + 81 = 267 (100%)
R 56 of 267 ~ 20.97%
G 130 of 267 ~ 48.69%
B 81 of 267 ~ 30.34%

%20.97
%48.69
%30.34

CMYK color model

#388251 color CMYK value is (57,0,38,49).

  • cyan value is 56.92%
  • magenta value is 0.00%
  • yellow value is 37.69%
  • key color value is 49.02%
CMYK:
(57,0,38,49)
C57M0Y38K49 
(57%,0%,38%,49%)
(0.57/0.00/0.38/0.49)	

CMYK percentages

%56.92
%0
%37.69
%49.02

Codes

Color #388251 in popluar color models

388251
RGB5613081
HSL140°39.78%36.47%
HSB/HSV140°56.92%50.98%
CMYK56.92%0.00%37.69%
49.02%

Color #388251 in popluar number systems.

HEX388251
Decimal5613081
Binary111000100000101010001
Octal70202121

Shades and tints

Shades of #388251

#388251
(56,130,81)
#33774A
(51,119,74)
#2E6C43
(46,108,67)
#29613C
(41,97,60)
#245635
(36,86,53)
#1F4B2E
(31,75,46)
#1A4027
(26,64,39)
#153520
(21,53,32)
#102A19
(16,42,25)
#0B1F12
(11,31,18)
#06140B
(6,20,11)
#000000
(0,0,0)

Tints of #388251

#388251
(56,130,81)
#4A8D60
(74,141,96)
#5C986F
(92,152,111)
#6EA37E
(110,163,126)
#80AE8D
(128,174,141)
#92B99C
(146,185,156)
#A4C4AB
(164,196,171)
#B6CFBA
(182,207,186)
#C8DAC9
(200,218,201)
#DAE5D8
(218,229,216)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #388251; }

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

This text font color is #388251.


Background Color

.myBgColor { background-color: #388251; }

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

This div background color is #388251.


Border color

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

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

This div border color is #388251.


Opacity

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

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

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

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

This text has shadow with #388251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388251 on black background.


Color preview on white background

This text has color #388251 on white background.



Black color preview on #388251 background

This text has black color on #388251 background.


White color preview on #388251 background

This text has white color on #388251 background.