COLOR #38424B

HEX: #38424B
RGB: (56,66,75)

Color info

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

RGB color model

#38424B color RGB value is (56,66,75).

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

RGB channels and saturation

R 56 of 255 = 22%
G 66 of 255 = 26%
B 75 of 255 = 29%

56
66
75

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

Portions of RGB colors in percentages

R + G + B =
56 + 66 + 75 = 197 (100%)
R 56 of 197 ~ 28.43%
G 66 of 197 ~ 33.5%
B 75 of 197 ~ 38.07%

%28.43
%33.5
%38.07

CMYK color model

#38424B color CMYK value is (25,12,0,71).

  • cyan value is 25.33%
  • magenta value is 12.00%
  • yellow value is 0.00%
  • key color value is 70.59%
CMYK:
(25,12,0,71)
C25M12Y0K71 
(25%,12%,0%,71%)
(0.25/0.12/0.00/0.71)	

CMYK percentages

%25.33
%12
%0
%70.59

Codes

Color #38424B in popluar color models

38424B
RGB566675
HSL208°14.50%25.69%
HSB/HSV208°25.33%29.41%
CMYK25.33%12.00%0.00%
70.59%

Color #38424B in popluar number systems.

HEX38424B
Decimal566675
Binary11100010000101001011
Octal70102113

Shades and tints

Shades of #38424B

#38424B
(56,66,75)
#333C45
(51,60,69)
#2E363F
(46,54,63)
#293039
(41,48,57)
#242A33
(36,42,51)
#1F242D
(31,36,45)
#1A1E27
(26,30,39)
#151821
(21,24,33)
#10121B
(16,18,27)
#0B0C15
(11,12,21)
#06060F
(6,6,15)
#000000
(0,0,0)

Tints of #38424B

#38424B
(56,66,75)
#4A535B
(74,83,91)
#5C646B
(92,100,107)
#6E757B
(110,117,123)
#80868B
(128,134,139)
#92979B
(146,151,155)
#A4A8AB
(164,168,171)
#B6B9BB
(182,185,187)
#C8CACB
(200,202,203)
#DADBDB
(218,219,219)
#ECECEB
(236,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38424B; }

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

This text font color is #38424B.


Background Color

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

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

This div background color is #38424B.


Border color

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

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

This div border color is #38424B.


Opacity

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

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

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

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

This text has shadow with #38424B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38424B on black background.


Color preview on white background

This text has color #38424B on white background.



Black color preview on #38424B background

This text has black color on #38424B background.


White color preview on #38424B background

This text has white color on #38424B background.