COLOR #38686C

HEX: #38686C RGB: (56,104,108)

Color info

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

RGB color model

#38686C color RGB value is (56,104,108).

RGB: (56,104,108) (22%, 41%, 42%)

RGB channels and saturation

R 56 of 255 = 22%
G 104 of 255 = 41%
B 108 of 255 = 42%

56
104
108

R + G + B ~ 35%. #38686C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 104 + 108 = 268 (100%)
R 56 of 268 ~ 20.9%
G 104 of 268 ~ 38.81%
B 108 of 268 ~ 40.3'%

%20.9
%38.81
%40.3

CMYK color model

#38686C color CMYK value is (48,4,0,58).

  • cyan value is 48.15%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (48,4,0,58)
C48M4Y0K58 (48%, 4%, 0%, 58%)
(0.48 / 0.04 / 0.00 / 0.58)

CMYK percentages

%48.15
%3.7
%0
%57.65

Codes

Color #38686C in popluar color models

38 68 6C
RGB 56 104 108
HSL 185° 31.71% 32.16%
HSB/HSV 185° 48.15% 42.35%
CMYK 48.15% 3.70% 0.00%
57.65%

Color #38686C in popluar number systems.

HEX 38 68 6C
Decimal 56 104 108
Binary 111000 1101000 1101100
Octal 70 150 154

Shades and tints

Shades of #38686C

#38686C
(56,104,108)
#335F63
(51,95,99)
#2E565A
(46,86,90)
#294D51
(41,77,81)
#244448
(36,68,72)
#1F3B3F
(31,59,63)
#1A3236
(26,50,54)
#15292D
(21,41,45)
#102024
(16,32,36)
#0B171B
(11,23,27)
#060E12
(6,14,18)
#000000
(0,0,0)

Tints of #38686C

#38686C
(56,104,108)
#4A7579
(74,117,121)
#5C8286
(92,130,134)
#6E8F93
(110,143,147)
#809CA0
(128,156,160)
#92A9AD
(146,169,173)
#A4B6BA
(164,182,186)
#B6C3C7
(182,195,199)
#C8D0D4
(200,208,212)
#DADDE1
(218,221,225)
#ECEAEE
(236,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38686C; }

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

This text font color is #38686C.

Background Color

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

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

This div background color is #38686C.

Border color

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

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

This div border color is #38686C.

Opacity

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

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

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

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

This text has shadow with #38686C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38686C.

Preview

Color preview on black background

This text has color #38686C on black background.


Color preview on white background

This text has color #38686C on white background.


Black color preview on #38686C background

This text has black color on #38686C background.


White color preview on #38686C background

This text has white color on #38686C background.


Related colors

Complementary color

Complementary color for #hex is #C79793.


I love getcolorcode.com

Triadic colors

1 #6C3868 and #686C38 with #38686C are triadic colors.

2 #6C6838 and #68386C with #38686C are triadic colors.