COLOR #38486B

HEX: #38486B
RGB: (56,72,107)

Color info

#38486B contains red, green and blue colors in about the same proportion. Web safe color of #38486B is #333366 (or #336).

RGB color model

#38486B color RGB value is (56,72,107).

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

RGB channels and saturation

R 56 of 255 = 22%
G 72 of 255 = 28%
B 107 of 255 = 42%

56
72
107

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

Portions of RGB colors in percentages

R + G + B =
56 + 72 + 107 = 235 (100%)
R 56 of 235 ~ 23.83%
G 72 of 235 ~ 30.64%
B 107 of 235 ~ 45.53%

%23.83
%30.64
%45.53

CMYK color model

#38486B color CMYK value is (48,33,0,58).

  • cyan value is 47.66%
  • magenta value is 32.71%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(48,33,0,58)
C48M33Y0K58 
(48%,33%,0%,58%)
(0.48/0.33/0.00/0.58)	

CMYK percentages

%47.66
%32.71
%0
%58.04

Codes

Color #38486B in popluar color models

38486B
RGB5672107
HSL221°31.29%31.96%
HSB/HSV221°47.66%41.96%
CMYK47.66%32.71%0.00%
58.04%

Color #38486B in popluar number systems.

HEX38486B
Decimal5672107
Binary11100010010001101011
Octal70110153

Shades and tints

Shades of #38486B

#38486B
(56,72,107)
#334262
(51,66,98)
#2E3C59
(46,60,89)
#293650
(41,54,80)
#243047
(36,48,71)
#1F2A3E
(31,42,62)
#1A2435
(26,36,53)
#151E2C
(21,30,44)
#101823
(16,24,35)
#0B121A
(11,18,26)
#060C11
(6,12,17)
#000000
(0,0,0)

Tints of #38486B

#38486B
(56,72,107)
#4A5878
(74,88,120)
#5C6885
(92,104,133)
#6E7892
(110,120,146)
#80889F
(128,136,159)
#9298AC
(146,152,172)
#A4A8B9
(164,168,185)
#B6B8C6
(182,184,198)
#C8C8D3
(200,200,211)
#DAD8E0
(218,216,224)
#ECE8ED
(236,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38486B; }

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

This text font color is #38486B.


Background Color

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

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

This div background color is #38486B.


Border color

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

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

This div border color is #38486B.


Opacity

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

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

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

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

This text has shadow with #38486B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38486B on black background.


Color preview on white background

This text has color #38486B on white background.



Black color preview on #38486B background

This text has black color on #38486B background.


White color preview on #38486B background

This text has white color on #38486B background.