COLOR #388765

HEX: #388765
RGB: (56,135,101)

Color info

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

RGB color model

#388765 color RGB value is (56,135,101).

  • red value is 56;
  • green value is 135;
  • blue value is 101.
RGB:
(56,135,101)
(22%,53%,40%)

RGB channels and saturation

R 56 of 255 = 22%
G 135 of 255 = 53%
B 101 of 255 = 40%

56
135
101

R + G + B ~ 38%. #388765 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 135 + 101 = 292 (100%)
R 56 of 292 ~ 19.18%
G 135 of 292 ~ 46.23%
B 101 of 292 ~ 34.59%

%19.18
%46.23
%34.59

CMYK color model

#388765 color CMYK value is (59,0,25,47).

  • cyan value is 58.52%
  • magenta value is 0.00%
  • yellow value is 25.19%
  • key color value is 47.06%
CMYK:
(59,0,25,47)
C59M0Y25K47 
(59%,0%,25%,47%)
(0.59/0.00/0.25/0.47)	

CMYK percentages

%58.52
%0
%25.19
%47.06

Codes

Color #388765 in popluar color models

388765
RGB56135101
HSL154°41.36%37.45%
HSB/HSV154°58.52%52.94%
CMYK58.52%0.00%25.19%
47.06%

Color #388765 in popluar number systems.

HEX388765
Decimal56135101
Binary111000100001111100101
Octal70207145

Shades and tints

Shades of #388765

#388765
(56,135,101)
#337B5C
(51,123,92)
#2E6F53
(46,111,83)
#29634A
(41,99,74)
#245741
(36,87,65)
#1F4B38
(31,75,56)
#1A3F2F
(26,63,47)
#153326
(21,51,38)
#10271D
(16,39,29)
#0B1B14
(11,27,20)
#060F0B
(6,15,11)
#000000
(0,0,0)

Tints of #388765

#388765
(56,135,101)
#4A9173
(74,145,115)
#5C9B81
(92,155,129)
#6EA58F
(110,165,143)
#80AF9D
(128,175,157)
#92B9AB
(146,185,171)
#A4C3B9
(164,195,185)
#B6CDC7
(182,205,199)
#C8D7D5
(200,215,213)
#DAE1E3
(218,225,227)
#ECEBF1
(236,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388765 color. Also use rgb(56,135,101) instead hex code.

Text Font Color

.myTextColor { color: #388765; }

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

This text font color is #388765.


Background Color

.myBgColor { background-color: #388765; }

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

This div background color is #388765.


Border color

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

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

This div border color is #388765.


Opacity

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

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

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

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

This text has shadow with #388765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388765 on black background.


Color preview on white background

This text has color #388765 on white background.



Black color preview on #388765 background

This text has black color on #388765 background.


White color preview on #388765 background

This text has white color on #388765 background.