COLOR #386655

HEX: #386655
RGB: (56,102,85)

Color info

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

RGB color model

#386655 color RGB value is (56,102,85).

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

RGB channels and saturation

R 56 of 255 = 22%
G 102 of 255 = 40%
B 85 of 255 = 33%

56
102
85

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

Portions of RGB colors in percentages

R + G + B =
56 + 102 + 85 = 243 (100%)
R 56 of 243 ~ 23.05%
G 102 of 243 ~ 41.98%
B 85 of 243 ~ 34.98%

%23.05
%41.98
%34.98

CMYK color model

#386655 color CMYK value is (45,0,17,60).

  • cyan value is 45.10%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 60.00%
CMYK:
(45,0,17,60)
C45M0Y17K60 
(45%,0%,17%,60%)
(0.45/0.00/0.17/0.60)	

CMYK percentages

%45.1
%0
%16.67
%60

Codes

Color #386655 in popluar color models

386655
RGB5610285
HSL158°29.11%30.98%
HSB/HSV158°45.10%40.00%
CMYK45.10%0.00%16.67%
60.00%

Color #386655 in popluar number systems.

HEX386655
Decimal5610285
Binary11100011001101010101
Octal70146125

Shades and tints

Shades of #386655

#386655
(56,102,85)
#335D4E
(51,93,78)
#2E5447
(46,84,71)
#294B40
(41,75,64)
#244239
(36,66,57)
#1F3932
(31,57,50)
#1A302B
(26,48,43)
#152724
(21,39,36)
#101E1D
(16,30,29)
#0B1516
(11,21,22)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #386655

#386655
(56,102,85)
#4A7364
(74,115,100)
#5C8073
(92,128,115)
#6E8D82
(110,141,130)
#809A91
(128,154,145)
#92A7A0
(146,167,160)
#A4B4AF
(164,180,175)
#B6C1BE
(182,193,190)
#C8CECD
(200,206,205)
#DADBDC
(218,219,220)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #386655; }

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

This text font color is #386655.


Background Color

.myBgColor { background-color: #386655; }

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

This div background color is #386655.


Border color

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

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

This div border color is #386655.


Opacity

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

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

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

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

This text has shadow with #386655 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386655 on black background.


Color preview on white background

This text has color #386655 on white background.



Black color preview on #386655 background

This text has black color on #386655 background.


White color preview on #386655 background

This text has white color on #386655 background.