COLOR #388766

HEX: #388766
RGB: (56,135,102)

Color info

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

RGB color model

#388766 color RGB value is (56,135,102).

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

RGB channels and saturation

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

56
135
102

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

Portions of RGB colors in percentages

R + G + B =
56 + 135 + 102 = 293 (100%)
R 56 of 293 ~ 19.11%
G 135 of 293 ~ 46.08%
B 102 of 293 ~ 34.81%

%19.11
%46.08
%34.81

CMYK color model

#388766 color CMYK value is (59,0,24,47).

  • cyan value is 58.52%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 47.06%
CMYK:
(59,0,24,47)
C59M0Y24K47 
(59%,0%,24%,47%)
(0.59/0.00/0.24/0.47)	

CMYK percentages

%58.52
%0
%24.44
%47.06

Codes

Color #388766 in popluar color models

388766
RGB56135102
HSL155°41.36%37.45%
HSB/HSV155°58.52%52.94%
CMYK58.52%0.00%24.44%
47.06%

Color #388766 in popluar number systems.

HEX388766
Decimal56135102
Binary111000100001111100110
Octal70207146

Shades and tints

Shades of #388766

#388766
(56,135,102)
#337B5D
(51,123,93)
#2E6F54
(46,111,84)
#29634B
(41,99,75)
#245742
(36,87,66)
#1F4B39
(31,75,57)
#1A3F30
(26,63,48)
#153327
(21,51,39)
#10271E
(16,39,30)
#0B1B15
(11,27,21)
#060F0C
(6,15,12)
#000000
(0,0,0)

Tints of #388766

#388766
(56,135,102)
#4A9173
(74,145,115)
#5C9B80
(92,155,128)
#6EA58D
(110,165,141)
#80AF9A
(128,175,154)
#92B9A7
(146,185,167)
#A4C3B4
(164,195,180)
#B6CDC1
(182,205,193)
#C8D7CE
(200,215,206)
#DAE1DB
(218,225,219)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #388766; }

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

This text font color is #388766.


Background Color

.myBgColor { background-color: #388766; }

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

This div background color is #388766.


Border color

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

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

This div border color is #388766.


Opacity

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

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

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

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

This text has shadow with #388766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388766 on black background.


Color preview on white background

This text has color #388766 on white background.



Black color preview on #388766 background

This text has black color on #388766 background.


White color preview on #388766 background

This text has white color on #388766 background.