COLOR #38637F

HEX: #38637F RGB: (56,99,127)

Color info

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

RGB color model

#38637F color RGB value is (56,99,127).

RGB: (56,99,127) (22%, 39%, 50%)

RGB channels and saturation

R 56 of 255 = 22%
G 99 of 255 = 39%
B 127 of 255 = 50%

56
99
127

R + G + B ~ 37%. #38637F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 99 + 127 = 282 (100%)
R 56 of 282 ~ 19.86%
G 99 of 282 ~ 35.11%
B 127 of 282 ~ 45.04'%

%19.86
%35.11
%45.04

CMYK color model

#38637F color CMYK value is (56,22,0,50).

  • cyan value is 55.91%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (56,22,0,50)
C56M22Y0K50 (56%, 22%, 0%, 50%)
(0.56 / 0.22 / 0.00 / 0.50)

CMYK percentages

%55.91
%22.05
%0
%50.2

Codes

Color #38637F in popluar color models

38 63 7F
RGB 56 99 127
HSL 204° 38.80% 35.88%
HSB/HSV 204° 55.91% 49.80%
CMYK 55.91% 22.05% 0.00%
50.20%

Color #38637F in popluar number systems.

HEX 38 63 7F
Decimal 56 99 127
Binary 111000 1100011 1111111
Octal 70 143 177

Shades and tints

Shades of #38637F

#38637F
(56,99,127)
#335A74
(51,90,116)
#2E5169
(46,81,105)
#29485E
(41,72,94)
#243F53
(36,63,83)
#1F3648
(31,54,72)
#1A2D3D
(26,45,61)
#152432
(21,36,50)
#101B27
(16,27,39)
#0B121C
(11,18,28)
#060911
(6,9,17)
#000000
(0,0,0)

Tints of #38637F

#38637F
(56,99,127)
#4A718A
(74,113,138)
#5C7F95
(92,127,149)
#6E8DA0
(110,141,160)
#809BAB
(128,155,171)
#92A9B6
(146,169,182)
#A4B7C1
(164,183,193)
#B6C5CC
(182,197,204)
#C8D3D7
(200,211,215)
#DAE1E2
(218,225,226)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38637F color. Also use rgb(56,99,127) instead hex code.

Text Font Color

.myTextColor { color: #38637F; }

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

This text font color is #38637F.

Background Color

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

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

This div background color is #38637F.

Border color

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

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

This div border color is #38637F.

Opacity

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

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

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

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

This text has shadow with #38637F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38637F.

Preview

Color preview on black background

This text has color #38637F on black background.


Color preview on white background

This text has color #38637F on white background.


Black color preview on #38637F background

This text has black color on #38637F background.


White color preview on #38637F background

This text has white color on #38637F background.


Related colors

Complementary color

Complementary color for #hex is #C79C80.


I love getcolorcode.com

Triadic colors

1 #7F3863 and #637F38 with #38637F are triadic colors.

2 #7F6338 and #63387F with #38637F are triadic colors.