COLOR #38394C

HEX: #38394C
RGB: (56,57,76)

Color info

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

RGB color model

#38394C color RGB value is (56,57,76).

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

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 76 of 255 = 30%

56
57
76

R + G + B ~ 25%. #38394C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 76 = 189 (100%)
R 56 of 189 ~ 29.63%
G 57 of 189 ~ 30.16%
B 76 of 189 ~ 40.21%

%29.63
%30.16
%40.21

CMYK color model

#38394C color CMYK value is (26,25,0,70).

  • cyan value is 26.32%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 70.20%
CMYK:
(26,25,0,70)
C26M25Y0K70 
(26%,25%,0%,70%)
(0.26/0.25/0.00/0.70)	

CMYK percentages

%26.32
%25
%0
%70.2

Codes

Color #38394C in popluar color models

38394C
RGB565776
HSL237°15.15%25.88%
HSB/HSV237°26.32%29.80%
CMYK26.32%25.00%0.00%
70.20%

Color #38394C in popluar number systems.

HEX38394C
Decimal565776
Binary1110001110011001100
Octal7071114

Shades and tints

Shades of #38394C

#38394C
(56,57,76)
#333446
(51,52,70)
#2E2F40
(46,47,64)
#292A3A
(41,42,58)
#242534
(36,37,52)
#1F202E
(31,32,46)
#1A1B28
(26,27,40)
#151622
(21,22,34)
#10111C
(16,17,28)
#0B0C16
(11,12,22)
#060710
(6,7,16)
#000000
(0,0,0)

Tints of #38394C

#38394C
(56,57,76)
#4A4B5C
(74,75,92)
#5C5D6C
(92,93,108)
#6E6F7C
(110,111,124)
#80818C
(128,129,140)
#92939C
(146,147,156)
#A4A5AC
(164,165,172)
#B6B7BC
(182,183,188)
#C8C9CC
(200,201,204)
#DADBDC
(218,219,220)
#ECEDEC
(236,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38394C; }

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

This text font color is #38394C.


Background Color

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

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

This div background color is #38394C.


Border color

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

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

This div border color is #38394C.


Opacity

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

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

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

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

This text has shadow with #38394C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38394C on black background.


Color preview on white background

This text has color #38394C on white background.



Black color preview on #38394C background

This text has black color on #38394C background.


White color preview on #38394C background

This text has white color on #38394C background.