COLOR #38647E

HEX: #38647E
RGB: (56,100,126)

Color info

#38647E contains mainly green and blue colors. Web safe color of #38647E is #336666 (or #366).

RGB color model

#38647E color RGB value is (56,100,126).

  • red value is 56;
  • green value is 100;
  • blue value is 126.
RGB:
(56,100,126)
(22%,39%,49%)

RGB channels and saturation

R 56 of 255 = 22%
G 100 of 255 = 39%
B 126 of 255 = 49%

56
100
126

R + G + B ~ 37%. #38647E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 100 + 126 = 282 (100%)
R 56 of 282 ~ 19.86%
G 100 of 282 ~ 35.46%
B 126 of 282 ~ 44.68%

%19.86
%35.46
%44.68

CMYK color model

#38647E color CMYK value is (56,21,0,51).

  • cyan value is 55.56%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(56,21,0,51)
C56M21Y0K51 
(56%,21%,0%,51%)
(0.56/0.21/0.00/0.51)	

CMYK percentages

%55.56
%20.63
%0
%50.59

Codes

Color #38647E in popluar color models

38647E
RGB56100126
HSL202°38.46%35.69%
HSB/HSV202°55.56%49.41%
CMYK55.56%20.63%0.00%
50.59%

Color #38647E in popluar number systems.

HEX38647E
Decimal56100126
Binary11100011001001111110
Octal70144176

Shades and tints

Shades of #38647E

#38647E
(56,100,126)
#335B73
(51,91,115)
#2E5268
(46,82,104)
#29495D
(41,73,93)
#244052
(36,64,82)
#1F3747
(31,55,71)
#1A2E3C
(26,46,60)
#152531
(21,37,49)
#101C26
(16,28,38)
#0B131B
(11,19,27)
#060A10
(6,10,16)
#000000
(0,0,0)

Tints of #38647E

#38647E
(56,100,126)
#4A7289
(74,114,137)
#5C8094
(92,128,148)
#6E8E9F
(110,142,159)
#809CAA
(128,156,170)
#92AAB5
(146,170,181)
#A4B8C0
(164,184,192)
#B6C6CB
(182,198,203)
#C8D4D6
(200,212,214)
#DAE2E1
(218,226,225)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38647E color. Also use rgb(56,100,126) instead hex code.

Text Font Color

.myTextColor { color: #38647E; }

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

This text font color is #38647E.


Background Color

.myBgColor { background-color: #38647E; }

<div style="background-color:#38647E">Inner text</div>

This div background color is #38647E.


Border color

.myBorderColor { border: 1px solid #38647E; }

<div style="border:3px solid #38647E">Div</div>

This div border color is #38647E.


Opacity

.myOpacity80 { color: #38647E; opacity: 0.8; }

<p style="color:#38647E;opacity:0.8;">80%</p>

Text with #38647E 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 #38647E;}

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

This text has shadow with #38647E color.

.textShadow {text-shadow: 3px 3px 1px #38647E, 3px 3px 1px red;}

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

This text has shadow with #38647E primary color and red secondary color.


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

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

This text has shadow with #38647E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38647E on black background.


Color preview on white background

This text has color #38647E on white background.



Black color preview on #38647E background

This text has black color on #38647E background.


White color preview on #38647E background

This text has white color on #38647E background.