COLOR #388651

HEX: #388651
RGB: (56,134,81)

Color info

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

RGB color model

#388651 color RGB value is (56,134,81).

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

RGB channels and saturation

R 56 of 255 = 22%
G 134 of 255 = 53%
B 81 of 255 = 32%

56
134
81

R + G + B ~ 36%. #388651 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 134 + 81 = 271 (100%)
R 56 of 271 ~ 20.66%
G 134 of 271 ~ 49.45%
B 81 of 271 ~ 29.89%

%20.66
%49.45
%29.89

CMYK color model

#388651 color CMYK value is (58,0,40,47).

  • cyan value is 58.21%
  • magenta value is 0.00%
  • yellow value is 39.55%
  • key color value is 47.45%
CMYK:
(58,0,40,47)
C58M0Y40K47 
(58%,0%,40%,47%)
(0.58/0.00/0.40/0.47)	

CMYK percentages

%58.21
%0
%39.55
%47.45

Codes

Color #388651 in popluar color models

388651
RGB5613481
HSL139°41.05%37.25%
HSB/HSV139°58.21%52.55%
CMYK58.21%0.00%39.55%
47.45%

Color #388651 in popluar number systems.

HEX388651
Decimal5613481
Binary111000100001101010001
Octal70206121

Shades and tints

Shades of #388651

#388651
(56,134,81)
#337A4A
(51,122,74)
#2E6E43
(46,110,67)
#29623C
(41,98,60)
#245635
(36,86,53)
#1F4A2E
(31,74,46)
#1A3E27
(26,62,39)
#153220
(21,50,32)
#102619
(16,38,25)
#0B1A12
(11,26,18)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #388651

#388651
(56,134,81)
#4A9160
(74,145,96)
#5C9C6F
(92,156,111)
#6EA77E
(110,167,126)
#80B28D
(128,178,141)
#92BD9C
(146,189,156)
#A4C8AB
(164,200,171)
#B6D3BA
(182,211,186)
#C8DEC9
(200,222,201)
#DAE9D8
(218,233,216)
#ECF4E7
(236,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #388651; }

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

This text font color is #388651.


Background Color

.myBgColor { background-color: #388651; }

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

This div background color is #388651.


Border color

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

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

This div border color is #388651.


Opacity

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

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

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

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

This text has shadow with #388651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388651 on black background.


Color preview on white background

This text has color #388651 on white background.



Black color preview on #388651 background

This text has black color on #388651 background.


White color preview on #388651 background

This text has white color on #388651 background.