COLOR #386A5A

HEX: #386A5A
RGB: (56,106,90)

Color info

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

RGB color model

#386A5A color RGB value is (56,106,90).

  • red value is 56;
  • green value is 106;
  • blue value is 90.
RGB:
(56,106,90)
(22%,42%,35%)

RGB channels and saturation

R 56 of 255 = 22%
G 106 of 255 = 42%
B 90 of 255 = 35%

56
106
90

R + G + B ~ 33%. #386A5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 106 + 90 = 252 (100%)
R 56 of 252 ~ 22.22%
G 106 of 252 ~ 42.06%
B 90 of 252 ~ 35.71%

%22.22
%42.06
%35.71

CMYK color model

#386A5A color CMYK value is (47,0,15,58).

  • cyan value is 47.17%
  • magenta value is 0.00%
  • yellow value is 15.09%
  • key color value is 58.43%
CMYK:
(47,0,15,58)
C47M0Y15K58 
(47%,0%,15%,58%)
(0.47/0.00/0.15/0.58)	

CMYK percentages

%47.17
%0
%15.09
%58.43

Codes

Color #386A5A in popluar color models

386A5A
RGB5610690
HSL161°30.86%31.76%
HSB/HSV161°47.17%41.57%
CMYK47.17%0.00%15.09%
58.43%

Color #386A5A in popluar number systems.

HEX386A5A
Decimal5610690
Binary11100011010101011010
Octal70152132

Shades and tints

Shades of #386A5A

#386A5A
(56,106,90)
#336152
(51,97,82)
#2E584A
(46,88,74)
#294F42
(41,79,66)
#24463A
(36,70,58)
#1F3D32
(31,61,50)
#1A342A
(26,52,42)
#152B22
(21,43,34)
#10221A
(16,34,26)
#0B1912
(11,25,18)
#06100A
(6,16,10)
#000000
(0,0,0)

Tints of #386A5A

#386A5A
(56,106,90)
#4A7769
(74,119,105)
#5C8478
(92,132,120)
#6E9187
(110,145,135)
#809E96
(128,158,150)
#92ABA5
(146,171,165)
#A4B8B4
(164,184,180)
#B6C5C3
(182,197,195)
#C8D2D2
(200,210,210)
#DADFE1
(218,223,225)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386A5A color. Also use rgb(56,106,90) instead hex code.

Text Font Color

.myTextColor { color: #386A5A; }

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

This text font color is #386A5A.


Background Color

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

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

This div background color is #386A5A.


Border color

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

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

This div border color is #386A5A.


Opacity

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

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

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

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

This text has shadow with #386A5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386A5A on black background.


Color preview on white background

This text has color #386A5A on white background.



Black color preview on #386A5A background

This text has black color on #386A5A background.


White color preview on #386A5A background

This text has white color on #386A5A background.