COLOR #38637D

HEX: #38637D
RGB: (56,99,125)

Color info

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

RGB color model

#38637D color RGB value is (56,99,125).

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

RGB channels and saturation

R 56 of 255 = 22%
G 99 of 255 = 39%
B 125 of 255 = 49%

56
99
125

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

Portions of RGB colors in percentages

R + G + B =
56 + 99 + 125 = 280 (100%)
R 56 of 280 ~ 20%
G 99 of 280 ~ 35.36%
B 125 of 280 ~ 44.64%

%20
%35.36
%44.64

CMYK color model

#38637D color CMYK value is (55,21,0,51).

  • cyan value is 55.20%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(55,21,0,51)
C55M21Y0K51 
(55%,21%,0%,51%)
(0.55/0.21/0.00/0.51)	

CMYK percentages

%55.2
%20.8
%0
%50.98

Codes

Color #38637D in popluar color models

38637D
RGB5699125
HSL203°38.12%35.49%
HSB/HSV203°55.20%49.02%
CMYK55.20%20.80%0.00%
50.98%

Color #38637D in popluar number systems.

HEX38637D
Decimal5699125
Binary11100011000111111101
Octal70143175

Shades and tints

Shades of #38637D

#38637D
(56,99,125)
#335A72
(51,90,114)
#2E5167
(46,81,103)
#29485C
(41,72,92)
#243F51
(36,63,81)
#1F3646
(31,54,70)
#1A2D3B
(26,45,59)
#152430
(21,36,48)
#101B25
(16,27,37)
#0B121A
(11,18,26)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #38637D

#38637D
(56,99,125)
#4A7188
(74,113,136)
#5C7F93
(92,127,147)
#6E8D9E
(110,141,158)
#809BA9
(128,155,169)
#92A9B4
(146,169,180)
#A4B7BF
(164,183,191)
#B6C5CA
(182,197,202)
#C8D3D5
(200,211,213)
#DAE1E0
(218,225,224)
#ECEFEB
(236,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38637D; }

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

This text font color is #38637D.


Background Color

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

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

This div background color is #38637D.


Border color

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

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

This div border color is #38637D.


Opacity

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

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

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

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

This text has shadow with #38637D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38637D on black background.


Color preview on white background

This text has color #38637D on white background.



Black color preview on #38637D background

This text has black color on #38637D background.


White color preview on #38637D background

This text has white color on #38637D background.