COLOR #38566B

HEX: #38566B
RGB: (56,86,107)

Color info

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

RGB color model

#38566B color RGB value is (56,86,107).

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

RGB channels and saturation

R 56 of 255 = 22%
G 86 of 255 = 34%
B 107 of 255 = 42%

56
86
107

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

Portions of RGB colors in percentages

R + G + B =
56 + 86 + 107 = 249 (100%)
R 56 of 249 ~ 22.49%
G 86 of 249 ~ 34.54%
B 107 of 249 ~ 42.97%

%22.49
%34.54
%42.97

CMYK color model

#38566B color CMYK value is (48,20,0,58).

  • cyan value is 47.66%
  • magenta value is 19.63%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(48,20,0,58)
C48M20Y0K58 
(48%,20%,0%,58%)
(0.48/0.20/0.00/0.58)	

CMYK percentages

%47.66
%19.63
%0
%58.04

Codes

Color #38566B in popluar color models

38566B
RGB5686107
HSL205°31.29%31.96%
HSB/HSV205°47.66%41.96%
CMYK47.66%19.63%0.00%
58.04%

Color #38566B in popluar number systems.

HEX38566B
Decimal5686107
Binary11100010101101101011
Octal70126153

Shades and tints

Shades of #38566B

#38566B
(56,86,107)
#334F62
(51,79,98)
#2E4859
(46,72,89)
#294150
(41,65,80)
#243A47
(36,58,71)
#1F333E
(31,51,62)
#1A2C35
(26,44,53)
#15252C
(21,37,44)
#101E23
(16,30,35)
#0B171A
(11,23,26)
#061011
(6,16,17)
#000000
(0,0,0)

Tints of #38566B

#38566B
(56,86,107)
#4A6578
(74,101,120)
#5C7485
(92,116,133)
#6E8392
(110,131,146)
#80929F
(128,146,159)
#92A1AC
(146,161,172)
#A4B0B9
(164,176,185)
#B6BFC6
(182,191,198)
#C8CED3
(200,206,211)
#DADDE0
(218,221,224)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38566B; }

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

This text font color is #38566B.


Background Color

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

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

This div background color is #38566B.


Border color

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

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

This div border color is #38566B.


Opacity

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

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

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

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

This text has shadow with #38566B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38566B on black background.


Color preview on white background

This text has color #38566B on white background.



Black color preview on #38566B background

This text has black color on #38566B background.


White color preview on #38566B background

This text has white color on #38566B background.