COLOR #38739F

HEX: #38739F
RGB: (56,115,159)

Color info

#38739F contains mainly green and blue colors. Web safe color of #38739F is #336699 (or #369).

RGB color model

#38739F color RGB value is (56,115,159).

  • red value is 56;
  • green value is 115;
  • blue value is 159.
RGB:
(56,115,159)
(22%,45%,62%)

RGB channels and saturation

R 56 of 255 = 22%
G 115 of 255 = 45%
B 159 of 255 = 62%

56
115
159

R + G + B ~ 43%. #38739F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 115 + 159 = 330 (100%)
R 56 of 330 ~ 16.97%
G 115 of 330 ~ 34.85%
B 159 of 330 ~ 48.18%

%16.97
%34.85
%48.18

CMYK color model

#38739F color CMYK value is (65,28,0,38).

  • cyan value is 64.78%
  • magenta value is 27.67%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(65,28,0,38)
C65M28Y0K38 
(65%,28%,0%,38%)
(0.65/0.28/0.00/0.38)	

CMYK percentages

%64.78
%27.67
%0
%37.65

Codes

Color #38739F in popluar color models

38739F
RGB56115159
HSL206°47.91%42.16%
HSB/HSV206°64.78%62.35%
CMYK64.78%27.67%0.00%
37.65%

Color #38739F in popluar number systems.

HEX38739F
Decimal56115159
Binary111000111001110011111
Octal70163237

Shades and tints

Shades of #38739F

#38739F
(56,115,159)
#336991
(51,105,145)
#2E5F83
(46,95,131)
#295575
(41,85,117)
#244B67
(36,75,103)
#1F4159
(31,65,89)
#1A374B
(26,55,75)
#152D3D
(21,45,61)
#10232F
(16,35,47)
#0B1921
(11,25,33)
#060F13
(6,15,19)
#000000
(0,0,0)

Tints of #38739F

#38739F
(56,115,159)
#4A7FA7
(74,127,167)
#5C8BAF
(92,139,175)
#6E97B7
(110,151,183)
#80A3BF
(128,163,191)
#92AFC7
(146,175,199)
#A4BBCF
(164,187,207)
#B6C7D7
(182,199,215)
#C8D3DF
(200,211,223)
#DADFE7
(218,223,231)
#ECEBEF
(236,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38739F color. Also use rgb(56,115,159) instead hex code.

Text Font Color

.myTextColor { color: #38739F; }

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

This text font color is #38739F.


Background Color

.myBgColor { background-color: #38739F; }

<div style="background-color:#38739F">Inner text</div>

This div background color is #38739F.


Border color

.myBorderColor { border: 1px solid #38739F; }

<div style="border:3px solid #38739F">Div</div>

This div border color is #38739F.


Opacity

.myOpacity80 { color: #38739F; opacity: 0.8; }

<p style="color:#38739F;opacity:0.8;">80%</p>

Text with #38739F 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 #38739F;}

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

This text has shadow with #38739F color.

.textShadow {text-shadow: 3px 3px 1px #38739F, 3px 3px 1px red;}

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

This text has shadow with #38739F primary color and red secondary color.


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

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

This text has shadow with #38739F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38739F on black background.


Color preview on white background

This text has color #38739F on white background.



Black color preview on #38739F background

This text has black color on #38739F background.


White color preview on #38739F background

This text has white color on #38739F background.