COLOR #38364F

HEX: #38364F
RGB: (56,54,79)

Color info

#38364F contains red, green and blue colors in about the same proportion. Web safe color of #38364F is #333366 (or #336).

RGB color model

#38364F color RGB value is (56,54,79).

  • red value is 56;
  • green value is 54;
  • blue value is 79.
RGB:
(56,54,79)
(22%,21%,31%)

RGB channels and saturation

R 56 of 255 = 22%
G 54 of 255 = 21%
B 79 of 255 = 31%

56
54
79

R + G + B ~ 25%. #38364F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 54 + 79 = 189 (100%)
R 56 of 189 ~ 29.63%
G 54 of 189 ~ 28.57%
B 79 of 189 ~ 41.8%

%29.63
%28.57
%41.8

CMYK color model

#38364F color CMYK value is (29,32,0,69).

  • cyan value is 29.11%
  • magenta value is 31.65%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(29,32,0,69)
C29M32Y0K69 
(29%,32%,0%,69%)
(0.29/0.32/0.00/0.69)	

CMYK percentages

%29.11
%31.65
%0
%69.02

Codes

Color #38364F in popluar color models

38364F
RGB565479
HSL245°18.80%26.08%
HSB/HSV245°31.65%30.98%
CMYK29.11%31.65%0.00%
69.02%

Color #38364F in popluar number systems.

HEX38364F
Decimal565479
Binary1110001101101001111
Octal7066117

Shades and tints

Shades of #38364F

#38364F
(56,54,79)
#333248
(51,50,72)
#2E2E41
(46,46,65)
#292A3A
(41,42,58)
#242633
(36,38,51)
#1F222C
(31,34,44)
#1A1E25
(26,30,37)
#151A1E
(21,26,30)
#101617
(16,22,23)
#0B1210
(11,18,16)
#060E09
(6,14,9)
#000000
(0,0,0)

Tints of #38364F

#38364F
(56,54,79)
#4A485F
(74,72,95)
#5C5A6F
(92,90,111)
#6E6C7F
(110,108,127)
#807E8F
(128,126,143)
#92909F
(146,144,159)
#A4A2AF
(164,162,175)
#B6B4BF
(182,180,191)
#C8C6CF
(200,198,207)
#DAD8DF
(218,216,223)
#ECEAEF
(236,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38364F color. Also use rgb(56,54,79) instead hex code.

Text Font Color

.myTextColor { color: #38364F; }

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

This text font color is #38364F.


Background Color

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

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

This div background color is #38364F.


Border color

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

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

This div border color is #38364F.


Opacity

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

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

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

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

This text has shadow with #38364F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38364F on black background.


Color preview on white background

This text has color #38364F on white background.



Black color preview on #38364F background

This text has black color on #38364F background.


White color preview on #38364F background

This text has white color on #38364F background.