COLOR #38575C

HEX: #38575C RGB: (56,87,92)

Color info

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

RGB color model

#38575C color RGB value is (56,87,92).

RGB: (56,87,92) (22%, 34%, 36%)

RGB channels and saturation

R 56 of 255 = 22%
G 87 of 255 = 34%
B 92 of 255 = 36%

56
87
92

R + G + B ~ 31%. #38575C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 87 + 92 = 235 (100%)
R 56 of 235 ~ 23.83%
G 87 of 235 ~ 37.02%
B 92 of 235 ~ 39.15'%

%23.83
%37.02
%39.15

CMYK color model

#38575C color CMYK value is (39,5,0,64).

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

CMYK: (39,5,0,64)
C39M5Y0K64 (39%, 5%, 0%, 64%)
(0.39 / 0.05 / 0.00 / 0.64)

CMYK percentages

%39.13
%5.43
%0
%63.92

Codes

Color #38575C in popluar color models

38 57 5C
RGB 56 87 92
HSL 188° 24.32% 29.02%
HSB/HSV 188° 39.13% 36.08%
CMYK 39.13% 5.43% 0.00%
63.92%

Color #38575C in popluar number systems.

HEX 38 57 5C
Decimal 56 87 92
Binary 111000 1010111 1011100
Octal 70 127 134

Shades and tints

Shades of #38575C

#38575C
(56,87,92)
#335054
(51,80,84)
#2E494C
(46,73,76)
#294244
(41,66,68)
#243B3C
(36,59,60)
#1F3434
(31,52,52)
#1A2D2C
(26,45,44)
#152624
(21,38,36)
#101F1C
(16,31,28)
#0B1814
(11,24,20)
#06110C
(6,17,12)
#000000
(0,0,0)

Tints of #38575C

#38575C
(56,87,92)
#4A666A
(74,102,106)
#5C7578
(92,117,120)
#6E8486
(110,132,134)
#809394
(128,147,148)
#92A2A2
(146,162,162)
#A4B1B0
(164,177,176)
#B6C0BE
(182,192,190)
#C8CFCC
(200,207,204)
#DADEDA
(218,222,218)
#ECEDE8
(236,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38575C; }

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

This text font color is #38575C.

Background Color

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

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

This div background color is #38575C.

Border color

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

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

This div border color is #38575C.

Opacity

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

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

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

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

This text has shadow with #38575C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38575C.

Preview

Color preview on black background

This text has color #38575C on black background.


Color preview on white background

This text has color #38575C on white background.


Black color preview on #38575C background

This text has black color on #38575C background.


White color preview on #38575C background

This text has white color on #38575C background.


Related colors

Complementary color

Complementary color for #hex is #C7A8A3.


I love getcolorcode.com

Triadic colors

1 #5C3857 and #575C38 with #38575C are triadic colors.

2 #5C5738 and #57385C with #38575C are triadic colors.