COLOR #38495C

HEX: #38495C
RGB: (56,73,92)

Color info

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

RGB color model

#38495C color RGB value is (56,73,92).

  • red value is 56;
  • green value is 73;
  • blue value is 92.
RGB:
(56,73,92)
(22%,29%,36%)

RGB channels and saturation

R 56 of 255 = 22%
G 73 of 255 = 29%
B 92 of 255 = 36%

56
73
92

R + G + B ~ 29%. #38495C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 73 + 92 = 221 (100%)
R 56 of 221 ~ 25.34%
G 73 of 221 ~ 33.03%
B 92 of 221 ~ 41.63%

%25.34
%33.03
%41.63

CMYK color model

#38495C color CMYK value is (39,21,0,64).

  • cyan value is 39.13%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(39,21,0,64)
C39M21Y0K64 
(39%,21%,0%,64%)
(0.39/0.21/0.00/0.64)	

CMYK percentages

%39.13
%20.65
%0
%63.92

Codes

Color #38495C in popluar color models

38495C
RGB567392
HSL212°24.32%29.02%
HSB/HSV212°39.13%36.08%
CMYK39.13%20.65%0.00%
63.92%

Color #38495C in popluar number systems.

HEX38495C
Decimal567392
Binary11100010010011011100
Octal70111134

Shades and tints

Shades of #38495C

#38495C
(56,73,92)
#334354
(51,67,84)
#2E3D4C
(46,61,76)
#293744
(41,55,68)
#24313C
(36,49,60)
#1F2B34
(31,43,52)
#1A252C
(26,37,44)
#151F24
(21,31,36)
#10191C
(16,25,28)
#0B1314
(11,19,20)
#060D0C
(6,13,12)
#000000
(0,0,0)

Tints of #38495C

#38495C
(56,73,92)
#4A596A
(74,89,106)
#5C6978
(92,105,120)
#6E7986
(110,121,134)
#808994
(128,137,148)
#9299A2
(146,153,162)
#A4A9B0
(164,169,176)
#B6B9BE
(182,185,190)
#C8C9CC
(200,201,204)
#DAD9DA
(218,217,218)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38495C; }

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

This text font color is #38495C.


Background Color

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

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

This div background color is #38495C.


Border color

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

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

This div border color is #38495C.


Opacity

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

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

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

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

This text has shadow with #38495C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38495C on black background.


Color preview on white background

This text has color #38495C on white background.



Black color preview on #38495C background

This text has black color on #38495C background.


White color preview on #38495C background

This text has white color on #38495C background.