COLOR #386E5E

HEX: #386E5E
RGB: (56,110,94)

Color info

#386E5E contains red, green and blue colors in about the same proportion. Web safe color of #386E5E is #336666 (or #366).

RGB color model

#386E5E color RGB value is (56,110,94).

  • red value is 56;
  • green value is 110;
  • blue value is 94.
RGB:
(56,110,94)
(22%,43%,37%)

RGB channels and saturation

R 56 of 255 = 22%
G 110 of 255 = 43%
B 94 of 255 = 37%

56
110
94

R + G + B ~ 34%. #386E5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 110 + 94 = 260 (100%)
R 56 of 260 ~ 21.54%
G 110 of 260 ~ 42.31%
B 94 of 260 ~ 36.15%

%21.54
%42.31
%36.15

CMYK color model

#386E5E color CMYK value is (49,0,15,57).

  • cyan value is 49.09%
  • magenta value is 0.00%
  • yellow value is 14.55%
  • key color value is 56.86%
CMYK:
(49,0,15,57)
C49M0Y15K57 
(49%,0%,15%,57%)
(0.49/0.00/0.15/0.57)	

CMYK percentages

%49.09
%0
%14.55
%56.86

Codes

Color #386E5E in popluar color models

386E5E
RGB5611094
HSL162°32.53%32.55%
HSB/HSV162°49.09%43.14%
CMYK49.09%0.00%14.55%
56.86%

Color #386E5E in popluar number systems.

HEX386E5E
Decimal5611094
Binary11100011011101011110
Octal70156136

Shades and tints

Shades of #386E5E

#386E5E
(56,110,94)
#336456
(51,100,86)
#2E5A4E
(46,90,78)
#295046
(41,80,70)
#24463E
(36,70,62)
#1F3C36
(31,60,54)
#1A322E
(26,50,46)
#152826
(21,40,38)
#101E1E
(16,30,30)
#0B1416
(11,20,22)
#060A0E
(6,10,14)
#000000
(0,0,0)

Tints of #386E5E

#386E5E
(56,110,94)
#4A7B6C
(74,123,108)
#5C887A
(92,136,122)
#6E9588
(110,149,136)
#80A296
(128,162,150)
#92AFA4
(146,175,164)
#A4BCB2
(164,188,178)
#B6C9C0
(182,201,192)
#C8D6CE
(200,214,206)
#DAE3DC
(218,227,220)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386E5E color. Also use rgb(56,110,94) instead hex code.

Text Font Color

.myTextColor { color: #386E5E; }

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

This text font color is #386E5E.


Background Color

.myBgColor { background-color: #386E5E; }

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

This div background color is #386E5E.


Border color

.myBorderColor { border: 1px solid #386E5E; }

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

This div border color is #386E5E.


Opacity

.myOpacity80 { color: #386E5E; opacity: 0.8; }

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

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

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

This text has shadow with #386E5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386E5E on black background.


Color preview on white background

This text has color #386E5E on white background.



Black color preview on #386E5E background

This text has black color on #386E5E background.


White color preview on #386E5E background

This text has white color on #386E5E background.