COLOR #38515C

HEX: #38515C RGB: (56,81,92)

Color info

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

RGB color model

#38515C color RGB value is (56,81,92).

RGB: (56,81,92) (22%, 32%, 36%)

RGB channels and saturation

R 56 of 255 = 22%
G 81 of 255 = 32%
B 92 of 255 = 36%

56
81
92

R + G + B ~ 30%. #38515C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 81 + 92 = 229 (100%)
R 56 of 229 ~ 24.45%
G 81 of 229 ~ 35.37%
B 92 of 229 ~ 40.17'%

%24.45
%35.37
%40.17

CMYK color model

#38515C color CMYK value is (39,12,0,64).

  • cyan value is 39.13%
  • magenta value is 11.96%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (39,12,0,64)
C39M12Y0K64 (39%, 12%, 0%, 64%)
(0.39 / 0.12 / 0.00 / 0.64)

CMYK percentages

%39.13
%11.96
%0
%63.92

Codes

Color #38515C in popluar color models

38 51 5C
RGB 56 81 92
HSL 198° 24.32% 29.02%
HSB/HSV 198° 39.13% 36.08%
CMYK 39.13% 11.96% 0.00%
63.92%

Color #38515C in popluar number systems.

HEX 38 51 5C
Decimal 56 81 92
Binary 111000 1010001 1011100
Octal 70 121 134

Shades and tints

Shades of #38515C

#38515C
(56,81,92)
#334A54
(51,74,84)
#2E434C
(46,67,76)
#293C44
(41,60,68)
#24353C
(36,53,60)
#1F2E34
(31,46,52)
#1A272C
(26,39,44)
#152024
(21,32,36)
#10191C
(16,25,28)
#0B1214
(11,18,20)
#060B0C
(6,11,12)
#000000
(0,0,0)

Tints of #38515C

#38515C
(56,81,92)
#4A606A
(74,96,106)
#5C6F78
(92,111,120)
#6E7E86
(110,126,134)
#808D94
(128,141,148)
#929CA2
(146,156,162)
#A4ABB0
(164,171,176)
#B6BABE
(182,186,190)
#C8C9CC
(200,201,204)
#DAD8DA
(218,216,218)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38515C color. Also use rgb(56,81,92) instead hex code.

Text Font Color

.myTextColor { color: #38515C; }

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

This text font color is #38515C.

Background Color

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

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

This div background color is #38515C.

Border color

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

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

This div border color is #38515C.

Opacity

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

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

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

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

This text has shadow with #38515C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38515C.

Preview

Color preview on black background

This text has color #38515C on black background.


Color preview on white background

This text has color #38515C on white background.


Black color preview on #38515C background

This text has black color on #38515C background.


White color preview on #38515C background

This text has white color on #38515C background.


Related colors

Complementary color

Complementary color for #hex is #C7AEA3.


I love getcolorcode.com

Triadic colors

1 #5C3851 and #515C38 with #38515C are triadic colors.

2 #5C5138 and #51385C with #38515C are triadic colors.