COLOR #38585C

HEX: #38585C RGB: (56,88,92)

Color info

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

RGB color model

#38585C color RGB value is (56,88,92).

RGB: (56,88,92) (22%, 35%, 36%)

RGB channels and saturation

R 56 of 255 = 22%
G 88 of 255 = 35%
B 92 of 255 = 36%

56
88
92

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

Portions of RGB colors in percentages

R + G + B = 56 + 88 + 92 = 236 (100%)
R 56 of 236 ~ 23.73%
G 88 of 236 ~ 37.29%
B 92 of 236 ~ 38.98'%

%23.73
%37.29
%38.98

CMYK color model

#38585C color CMYK value is (39,4,0,64).

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

CMYK: (39,4,0,64)
C39M4Y0K64 (39%, 4%, 0%, 64%)
(0.39 / 0.04 / 0.00 / 0.64)

CMYK percentages

%39.13
%4.35
%0
%63.92

Codes

Color #38585C in popluar color models

38 58 5C
RGB 56 88 92
HSL 187° 24.32% 29.02%
HSB/HSV 187° 39.13% 36.08%
CMYK 39.13% 4.35% 0.00%
63.92%

Color #38585C in popluar number systems.

HEX 38 58 5C
Decimal 56 88 92
Binary 111000 1011000 1011100
Octal 70 130 134

Shades and tints

Shades of #38585C

#38585C
(56,88,92)
#335054
(51,80,84)
#2E484C
(46,72,76)
#294044
(41,64,68)
#24383C
(36,56,60)
#1F3034
(31,48,52)
#1A282C
(26,40,44)
#152024
(21,32,36)
#10181C
(16,24,28)
#0B1014
(11,16,20)
#06080C
(6,8,12)
#000000
(0,0,0)

Tints of #38585C

#38585C
(56,88,92)
#4A676A
(74,103,106)
#5C7678
(92,118,120)
#6E8586
(110,133,134)
#809494
(128,148,148)
#92A3A2
(146,163,162)
#A4B2B0
(164,178,176)
#B6C1BE
(182,193,190)
#C8D0CC
(200,208,204)
#DADFDA
(218,223,218)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38585C; }

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

This text font color is #38585C.

Background Color

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

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

This div background color is #38585C.

Border color

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

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

This div border color is #38585C.

Opacity

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

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

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

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

This text has shadow with #38585C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38585C.

Preview

Color preview on black background

This text has color #38585C on black background.


Color preview on white background

This text has color #38585C on white background.


Black color preview on #38585C background

This text has black color on #38585C background.


White color preview on #38585C background

This text has white color on #38585C background.


Related colors

Complementary color

Complementary color for #hex is #C7A7A3.


I love getcolorcode.com

Triadic colors

1 #5C3858 and #585C38 with #38585C are triadic colors.

2 #5C5838 and #58385C with #38585C are triadic colors.