COLOR #38686F

HEX: #38686F
RGB: (56,104,111)

Color info

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

RGB color model

#38686F color RGB value is (56,104,111).

  • red value is 56;
  • green value is 104;
  • blue value is 111.
RGB:
(56,104,111)
(22%,41%,44%)

RGB channels and saturation

R 56 of 255 = 22%
G 104 of 255 = 41%
B 111 of 255 = 44%

56
104
111

R + G + B ~ 36%. #38686F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 104 + 111 = 271 (100%)
R 56 of 271 ~ 20.66%
G 104 of 271 ~ 38.38%
B 111 of 271 ~ 40.96%

%20.66
%38.38
%40.96

CMYK color model

#38686F color CMYK value is (50,6,0,56).

  • cyan value is 49.55%
  • magenta value is 6.31%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(50,6,0,56)
C50M6Y0K56 
(50%,6%,0%,56%)
(0.50/0.06/0.00/0.56)	

CMYK percentages

%49.55
%6.31
%0
%56.47

Codes

Color #38686F in popluar color models

38686F
RGB56104111
HSL188°32.93%32.75%
HSB/HSV188°49.55%43.53%
CMYK49.55%6.31%0.00%
56.47%

Color #38686F in popluar number systems.

HEX38686F
Decimal56104111
Binary11100011010001101111
Octal70150157

Shades and tints

Shades of #38686F

#38686F
(56,104,111)
#335F65
(51,95,101)
#2E565B
(46,86,91)
#294D51
(41,77,81)
#244447
(36,68,71)
#1F3B3D
(31,59,61)
#1A3233
(26,50,51)
#152929
(21,41,41)
#10201F
(16,32,31)
#0B1715
(11,23,21)
#060E0B
(6,14,11)
#000000
(0,0,0)

Tints of #38686F

#38686F
(56,104,111)
#4A757C
(74,117,124)
#5C8289
(92,130,137)
#6E8F96
(110,143,150)
#809CA3
(128,156,163)
#92A9B0
(146,169,176)
#A4B6BD
(164,182,189)
#B6C3CA
(182,195,202)
#C8D0D7
(200,208,215)
#DADDE4
(218,221,228)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38686F color. Also use rgb(56,104,111) instead hex code.

Text Font Color

.myTextColor { color: #38686F; }

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

This text font color is #38686F.


Background Color

.myBgColor { background-color: #38686F; }

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

This div background color is #38686F.


Border color

.myBorderColor { border: 1px solid #38686F; }

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

This div border color is #38686F.


Opacity

.myOpacity80 { color: #38686F; opacity: 0.8; }

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

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

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

This text has shadow with #38686F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38686F on black background.


Color preview on white background

This text has color #38686F on white background.



Black color preview on #38686F background

This text has black color on #38686F background.


White color preview on #38686F background

This text has white color on #38686F background.