COLOR #38404C

HEX: #38404C
RGB: (56,64,76)

Color info

#38404C contains red, green and blue colors in about the same proportion. Web safe color of #38404C is #333333 (or #333).

RGB color model

#38404C color RGB value is (56,64,76).

  • red value is 56;
  • green value is 64;
  • blue value is 76.
RGB:
(56,64,76)
(22%,25%,30%)

RGB channels and saturation

R 56 of 255 = 22%
G 64 of 255 = 25%
B 76 of 255 = 30%

56
64
76

R + G + B ~ 26%. #38404C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 64 + 76 = 196 (100%)
R 56 of 196 ~ 28.57%
G 64 of 196 ~ 32.65%
B 76 of 196 ~ 38.78%

%28.57
%32.65
%38.78

CMYK color model

#38404C color CMYK value is (26,16,0,70).

  • cyan value is 26.32%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(26,16,0,70)
C26M16Y0K70 
(26%,16%,0%,70%)
(0.26/0.16/0.00/0.70)	

CMYK percentages

%26.32
%15.79
%0
%70.2

Codes

Color #38404C in popluar color models

38404C
RGB566476
HSL216°15.15%25.88%
HSB/HSV216°26.32%29.80%
CMYK26.32%15.79%0.00%
70.20%

Color #38404C in popluar number systems.

HEX38404C
Decimal566476
Binary11100010000001001100
Octal70100114

Shades and tints

Shades of #38404C

#38404C
(56,64,76)
#333B46
(51,59,70)
#2E3640
(46,54,64)
#29313A
(41,49,58)
#242C34
(36,44,52)
#1F272E
(31,39,46)
#1A2228
(26,34,40)
#151D22
(21,29,34)
#10181C
(16,24,28)
#0B1316
(11,19,22)
#060E10
(6,14,16)
#000000
(0,0,0)

Tints of #38404C

#38404C
(56,64,76)
#4A515C
(74,81,92)
#5C626C
(92,98,108)
#6E737C
(110,115,124)
#80848C
(128,132,140)
#92959C
(146,149,156)
#A4A6AC
(164,166,172)
#B6B7BC
(182,183,188)
#C8C8CC
(200,200,204)
#DAD9DC
(218,217,220)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38404C color. Also use rgb(56,64,76) instead hex code.

Text Font Color

.myTextColor { color: #38404C; }

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

This text font color is #38404C.


Background Color

.myBgColor { background-color: #38404C; }

<div style="background-color:#38404C">Inner text</div>

This div background color is #38404C.


Border color

.myBorderColor { border: 1px solid #38404C; }

<div style="border:3px solid #38404C">Div</div>

This div border color is #38404C.


Opacity

.myOpacity80 { color: #38404C; opacity: 0.8; }

<p style="color:#38404C;opacity:0.8;">80%</p>

Text with #38404C 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 #38404C;}

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

This text has shadow with #38404C color.

.textShadow {text-shadow: 3px 3px 1px #38404C, 3px 3px 1px red;}

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

This text has shadow with #38404C primary color and red secondary color.


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

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

This text has shadow with #38404C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38404C on black background.


Color preview on white background

This text has color #38404C on white background.



Black color preview on #38404C background

This text has black color on #38404C background.


White color preview on #38404C background

This text has white color on #38404C background.