COLOR #38474E

HEX: #38474E
RGB: (56,71,78)

Color info

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

RGB color model

#38474E color RGB value is (56,71,78).

  • red value is 56;
  • green value is 71;
  • blue value is 78.
RGB:
(56,71,78)
(22%,28%,31%)

RGB channels and saturation

R 56 of 255 = 22%
G 71 of 255 = 28%
B 78 of 255 = 31%

56
71
78

R + G + B ~ 27%. #38474E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 71 + 78 = 205 (100%)
R 56 of 205 ~ 27.32%
G 71 of 205 ~ 34.63%
B 78 of 205 ~ 38.05%

%27.32
%34.63
%38.05

CMYK color model

#38474E color CMYK value is (28,9,0,69).

  • cyan value is 28.21%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(28,9,0,69)
C28M9Y0K69 
(28%,9%,0%,69%)
(0.28/0.09/0.00/0.69)	

CMYK percentages

%28.21
%8.97
%0
%69.41

Codes

Color #38474E in popluar color models

38474E
RGB567178
HSL199°16.42%26.27%
HSB/HSV199°28.21%30.59%
CMYK28.21%8.97%0.00%
69.41%

Color #38474E in popluar number systems.

HEX38474E
Decimal567178
Binary11100010001111001110
Octal70107116

Shades and tints

Shades of #38474E

#38474E
(56,71,78)
#334147
(51,65,71)
#2E3B40
(46,59,64)
#293539
(41,53,57)
#242F32
(36,47,50)
#1F292B
(31,41,43)
#1A2324
(26,35,36)
#151D1D
(21,29,29)
#101716
(16,23,22)
#0B110F
(11,17,15)
#060B08
(6,11,8)
#000000
(0,0,0)

Tints of #38474E

#38474E
(56,71,78)
#4A575E
(74,87,94)
#5C676E
(92,103,110)
#6E777E
(110,119,126)
#80878E
(128,135,142)
#92979E
(146,151,158)
#A4A7AE
(164,167,174)
#B6B7BE
(182,183,190)
#C8C7CE
(200,199,206)
#DAD7DE
(218,215,222)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38474E color. Also use rgb(56,71,78) instead hex code.

Text Font Color

.myTextColor { color: #38474E; }

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

This text font color is #38474E.


Background Color

.myBgColor { background-color: #38474E; }

<div style="background-color:#38474E">Inner text</div>

This div background color is #38474E.


Border color

.myBorderColor { border: 1px solid #38474E; }

<div style="border:3px solid #38474E">Div</div>

This div border color is #38474E.


Opacity

.myOpacity80 { color: #38474E; opacity: 0.8; }

<p style="color:#38474E;opacity:0.8;">80%</p>

Text with #38474E 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 #38474E;}

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

This text has shadow with #38474E color.

.textShadow {text-shadow: 3px 3px 1px #38474E, 3px 3px 1px red;}

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

This text has shadow with #38474E primary color and red secondary color.


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

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

This text has shadow with #38474E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38474E on black background.


Color preview on white background

This text has color #38474E on white background.



Black color preview on #38474E background

This text has black color on #38474E background.


White color preview on #38474E background

This text has white color on #38474E background.