COLOR #386759

HEX: #386759
RGB: (56,103,89)

Color info

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

RGB color model

#386759 color RGB value is (56,103,89).

  • red value is 56;
  • green value is 103;
  • blue value is 89.
RGB:
(56,103,89)
(22%,40%,35%)

RGB channels and saturation

R 56 of 255 = 22%
G 103 of 255 = 40%
B 89 of 255 = 35%

56
103
89

R + G + B ~ 32%. #386759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 103 + 89 = 248 (100%)
R 56 of 248 ~ 22.58%
G 103 of 248 ~ 41.53%
B 89 of 248 ~ 35.89%

%22.58
%41.53
%35.89

CMYK color model

#386759 color CMYK value is (46,0,14,60).

  • cyan value is 45.63%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 59.61%
CMYK:
(46,0,14,60)
C46M0Y14K60 
(46%,0%,14%,60%)
(0.46/0.00/0.14/0.60)	

CMYK percentages

%45.63
%0
%13.59
%59.61

Codes

Color #386759 in popluar color models

386759
RGB5610389
HSL162°29.56%31.18%
HSB/HSV162°45.63%40.39%
CMYK45.63%0.00%13.59%
59.61%

Color #386759 in popluar number systems.

HEX386759
Decimal5610389
Binary11100011001111011001
Octal70147131

Shades and tints

Shades of #386759

#386759
(56,103,89)
#335E51
(51,94,81)
#2E5549
(46,85,73)
#294C41
(41,76,65)
#244339
(36,67,57)
#1F3A31
(31,58,49)
#1A3129
(26,49,41)
#152821
(21,40,33)
#101F19
(16,31,25)
#0B1611
(11,22,17)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #386759

#386759
(56,103,89)
#4A7468
(74,116,104)
#5C8177
(92,129,119)
#6E8E86
(110,142,134)
#809B95
(128,155,149)
#92A8A4
(146,168,164)
#A4B5B3
(164,181,179)
#B6C2C2
(182,194,194)
#C8CFD1
(200,207,209)
#DADCE0
(218,220,224)
#ECE9EF
(236,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386759 color. Also use rgb(56,103,89) instead hex code.

Text Font Color

.myTextColor { color: #386759; }

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

This text font color is #386759.


Background Color

.myBgColor { background-color: #386759; }

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

This div background color is #386759.


Border color

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

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

This div border color is #386759.


Opacity

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

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

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

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

This text has shadow with #386759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386759 on black background.


Color preview on white background

This text has color #386759 on white background.



Black color preview on #386759 background

This text has black color on #386759 background.


White color preview on #386759 background

This text has white color on #386759 background.