COLOR #38464F

HEX: #38464F
RGB: (56,70,79)

Color info

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

RGB color model

#38464F color RGB value is (56,70,79).

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

RGB channels and saturation

R 56 of 255 = 22%
G 70 of 255 = 27%
B 79 of 255 = 31%

56
70
79

R + G + B ~ 27%. #38464F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 70 + 79 = 205 (100%)
R 56 of 205 ~ 27.32%
G 70 of 205 ~ 34.15%
B 79 of 205 ~ 38.54%

%27.32
%34.15
%38.54

CMYK color model

#38464F color CMYK value is (29,11,0,69).

  • cyan value is 29.11%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(29,11,0,69)
C29M11Y0K69 
(29%,11%,0%,69%)
(0.29/0.11/0.00/0.69)	

CMYK percentages

%29.11
%11.39
%0
%69.02

Codes

Color #38464F in popluar color models

38464F
RGB567079
HSL203°17.04%26.47%
HSB/HSV203°29.11%30.98%
CMYK29.11%11.39%0.00%
69.02%

Color #38464F in popluar number systems.

HEX38464F
Decimal567079
Binary11100010001101001111
Octal70106117

Shades and tints

Shades of #38464F

#38464F
(56,70,79)
#334048
(51,64,72)
#2E3A41
(46,58,65)
#29343A
(41,52,58)
#242E33
(36,46,51)
#1F282C
(31,40,44)
#1A2225
(26,34,37)
#151C1E
(21,28,30)
#101617
(16,22,23)
#0B1010
(11,16,16)
#060A09
(6,10,9)
#000000
(0,0,0)

Tints of #38464F

#38464F
(56,70,79)
#4A565F
(74,86,95)
#5C666F
(92,102,111)
#6E767F
(110,118,127)
#80868F
(128,134,143)
#92969F
(146,150,159)
#A4A6AF
(164,166,175)
#B6B6BF
(182,182,191)
#C8C6CF
(200,198,207)
#DAD6DF
(218,214,223)
#ECE6EF
(236,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38464F; }

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

This text font color is #38464F.


Background Color

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

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

This div background color is #38464F.


Border color

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

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

This div border color is #38464F.


Opacity

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

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

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

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

This text has shadow with #38464F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38464F on black background.


Color preview on white background

This text has color #38464F on white background.



Black color preview on #38464F background

This text has black color on #38464F background.


White color preview on #38464F background

This text has white color on #38464F background.