COLOR #38394B

HEX: #38394B
RGB: (56,57,75)

Color info

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

RGB color model

#38394B color RGB value is (56,57,75).

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

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 75 of 255 = 29%

56
57
75

R + G + B ~ 24%. #38394B is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 75 = 188 (100%)
R 56 of 188 ~ 29.79%
G 57 of 188 ~ 30.32%
B 75 of 188 ~ 39.89%

%29.79
%30.32
%39.89

CMYK color model

#38394B color CMYK value is (25,24,0,71).

  • cyan value is 25.33%
  • magenta value is 24.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(25,24,0,71)
C25M24Y0K71 
(25%,24%,0%,71%)
(0.25/0.24/0.00/0.71)	

CMYK percentages

%25.33
%24
%0
%70.59

Codes

Color #38394B in popluar color models

38394B
RGB565775
HSL237°14.50%25.69%
HSB/HSV237°25.33%29.41%
CMYK25.33%24.00%0.00%
70.59%

Color #38394B in popluar number systems.

HEX38394B
Decimal565775
Binary1110001110011001011
Octal7071113

Shades and tints

Shades of #38394B

#38394B
(56,57,75)
#333445
(51,52,69)
#2E2F3F
(46,47,63)
#292A39
(41,42,57)
#242533
(36,37,51)
#1F202D
(31,32,45)
#1A1B27
(26,27,39)
#151621
(21,22,33)
#10111B
(16,17,27)
#0B0C15
(11,12,21)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #38394B

#38394B
(56,57,75)
#4A4B5B
(74,75,91)
#5C5D6B
(92,93,107)
#6E6F7B
(110,111,123)
#80818B
(128,129,139)
#92939B
(146,147,155)
#A4A5AB
(164,165,171)
#B6B7BB
(182,183,187)
#C8C9CB
(200,201,203)
#DADBDB
(218,219,219)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38394B; }

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

This text font color is #38394B.


Background Color

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

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

This div background color is #38394B.


Border color

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

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

This div border color is #38394B.


Opacity

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

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

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

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

This text has shadow with #38394B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38394B on black background.


Color preview on white background

This text has color #38394B on white background.



Black color preview on #38394B background

This text has black color on #38394B background.


White color preview on #38394B background

This text has white color on #38394B background.