COLOR #38586B

HEX: #38586B
RGB: (56,88,107)

Color info

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

RGB color model

#38586B color RGB value is (56,88,107).

  • red value is 56;
  • green value is 88;
  • blue value is 107.
RGB:
(56,88,107)
(22%,35%,42%)

RGB channels and saturation

R 56 of 255 = 22%
G 88 of 255 = 35%
B 107 of 255 = 42%

56
88
107

R + G + B ~ 33%. #38586B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 88 + 107 = 251 (100%)
R 56 of 251 ~ 22.31%
G 88 of 251 ~ 35.06%
B 107 of 251 ~ 42.63%

%22.31
%35.06
%42.63

CMYK color model

#38586B color CMYK value is (48,18,0,58).

  • cyan value is 47.66%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(48,18,0,58)
C48M18Y0K58 
(48%,18%,0%,58%)
(0.48/0.18/0.00/0.58)	

CMYK percentages

%47.66
%17.76
%0
%58.04

Codes

Color #38586B in popluar color models

38586B
RGB5688107
HSL202°31.29%31.96%
HSB/HSV202°47.66%41.96%
CMYK47.66%17.76%0.00%
58.04%

Color #38586B in popluar number systems.

HEX38586B
Decimal5688107
Binary11100010110001101011
Octal70130153

Shades and tints

Shades of #38586B

#38586B
(56,88,107)
#335062
(51,80,98)
#2E4859
(46,72,89)
#294050
(41,64,80)
#243847
(36,56,71)
#1F303E
(31,48,62)
#1A2835
(26,40,53)
#15202C
(21,32,44)
#101823
(16,24,35)
#0B101A
(11,16,26)
#060811
(6,8,17)
#000000
(0,0,0)

Tints of #38586B

#38586B
(56,88,107)
#4A6778
(74,103,120)
#5C7685
(92,118,133)
#6E8592
(110,133,146)
#80949F
(128,148,159)
#92A3AC
(146,163,172)
#A4B2B9
(164,178,185)
#B6C1C6
(182,193,198)
#C8D0D3
(200,208,211)
#DADFE0
(218,223,224)
#ECEEED
(236,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38586B color. Also use rgb(56,88,107) instead hex code.

Text Font Color

.myTextColor { color: #38586B; }

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

This text font color is #38586B.


Background Color

.myBgColor { background-color: #38586B; }

<div style="background-color:#38586B">Inner text</div>

This div background color is #38586B.


Border color

.myBorderColor { border: 1px solid #38586B; }

<div style="border:3px solid #38586B">Div</div>

This div border color is #38586B.


Opacity

.myOpacity80 { color: #38586B; opacity: 0.8; }

<p style="color:#38586B;opacity:0.8;">80%</p>

Text with #38586B 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 #38586B;}

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

This text has shadow with #38586B color.

.textShadow {text-shadow: 3px 3px 1px #38586B, 3px 3px 1px red;}

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

This text has shadow with #38586B primary color and red secondary color.


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

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

This text has shadow with #38586B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38586B on black background.


Color preview on white background

This text has color #38586B on white background.



Black color preview on #38586B background

This text has black color on #38586B background.


White color preview on #38586B background

This text has white color on #38586B background.