COLOR #38636B

HEX: #38636B
RGB: (56,99,107)

Color info

#38636B contains red, green and blue colors in about the same proportion. Web safe color of #38636B is #336666 (or #366).

RGB color model

#38636B color RGB value is (56,99,107).

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

RGB channels and saturation

R 56 of 255 = 22%
G 99 of 255 = 39%
B 107 of 255 = 42%

56
99
107

R + G + B ~ 34%. #38636B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 99 + 107 = 262 (100%)
R 56 of 262 ~ 21.37%
G 99 of 262 ~ 37.79%
B 107 of 262 ~ 40.84%

%21.37
%37.79
%40.84

CMYK color model

#38636B color CMYK value is (48,7,0,58).

  • cyan value is 47.66%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(48,7,0,58)
C48M7Y0K58 
(48%,7%,0%,58%)
(0.48/0.07/0.00/0.58)	

CMYK percentages

%47.66
%7.48
%0
%58.04

Codes

Color #38636B in popluar color models

38636B
RGB5699107
HSL189°31.29%31.96%
HSB/HSV189°47.66%41.96%
CMYK47.66%7.48%0.00%
58.04%

Color #38636B in popluar number systems.

HEX38636B
Decimal5699107
Binary11100011000111101011
Octal70143153

Shades and tints

Shades of #38636B

#38636B
(56,99,107)
#335A62
(51,90,98)
#2E5159
(46,81,89)
#294850
(41,72,80)
#243F47
(36,63,71)
#1F363E
(31,54,62)
#1A2D35
(26,45,53)
#15242C
(21,36,44)
#101B23
(16,27,35)
#0B121A
(11,18,26)
#060911
(6,9,17)
#000000
(0,0,0)

Tints of #38636B

#38636B
(56,99,107)
#4A7178
(74,113,120)
#5C7F85
(92,127,133)
#6E8D92
(110,141,146)
#809B9F
(128,155,159)
#92A9AC
(146,169,172)
#A4B7B9
(164,183,185)
#B6C5C6
(182,197,198)
#C8D3D3
(200,211,211)
#DAE1E0
(218,225,224)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38636B color. Also use rgb(56,99,107) instead hex code.

Text Font Color

.myTextColor { color: #38636B; }

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

This text font color is #38636B.


Background Color

.myBgColor { background-color: #38636B; }

<div style="background-color:#38636B">Inner text</div>

This div background color is #38636B.


Border color

.myBorderColor { border: 1px solid #38636B; }

<div style="border:3px solid #38636B">Div</div>

This div border color is #38636B.


Opacity

.myOpacity80 { color: #38636B; opacity: 0.8; }

<p style="color:#38636B;opacity:0.8;">80%</p>

Text with #38636B 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 #38636B;}

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

This text has shadow with #38636B color.

.textShadow {text-shadow: 3px 3px 1px #38636B, 3px 3px 1px red;}

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

This text has shadow with #38636B primary color and red secondary color.


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

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

This text has shadow with #38636B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38636B on black background.


Color preview on white background

This text has color #38636B on white background.



Black color preview on #38636B background

This text has black color on #38636B background.


White color preview on #38636B background

This text has white color on #38636B background.