COLOR #38383F

HEX: #38383F RGB: (56,56,63)

Color info

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

RGB color model

#38383F color RGB value is (56,56,63).

RGB: (56,56,63) (22%, 22%, 25%)

RGB channels and saturation

R 56 of 255 = 22%
G 56 of 255 = 22%
B 63 of 255 = 25%

56
56
63

R + G + B ~ 23%. #38383F is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 56 + 63 = 175 (100%)
R 56 of 175 ~ 32%
G 56 of 175 ~ 32%
B 63 of 175 ~ 36'%

%32
%32
%36

CMYK color model

#38383F color CMYK value is (11,11,0,75).

  • cyan value is 11.11%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 75.29%

CMYK: (11,11,0,75)
C11M11Y0K75 (11%, 11%, 0%, 75%)
(0.11 / 0.11 / 0.00 / 0.75)

CMYK percentages

%11.11
%11.11
%0
%75.29

Codes

Color #38383F in popluar color models

38 38 3F
RGB 56 56 63
HSL 240° 5.88% 23.33%
HSB/HSV 240° 11.11% 24.71%
CMYK 11.11% 11.11% 0.00%
75.29%

Color #38383F in popluar number systems.

HEX 38 38 3F
Decimal 56 56 63
Binary 111000 111000 111111
Octal 70 70 77

Shades and tints

Shades of #38383F

#38383F
(56,56,63)
#33333A
(51,51,58)
#2E2E35
(46,46,53)
#292930
(41,41,48)
#24242B
(36,36,43)
#1F1F26
(31,31,38)
#1A1A21
(26,26,33)
#15151C
(21,21,28)
#101017
(16,16,23)
#0B0B12
(11,11,18)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #38383F

#38383F
(56,56,63)
#4A4A50
(74,74,80)
#5C5C61
(92,92,97)
#6E6E72
(110,110,114)
#808083
(128,128,131)
#929294
(146,146,148)
#A4A4A5
(164,164,165)
#B6B6B6
(182,182,182)
#C8C8C7
(200,200,199)
#DADAD8
(218,218,216)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38383F color. Also use rgb(56,56,63) instead hex code.

Text Font Color

.myTextColor { color: #38383F; }

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

This text font color is #38383F.

Background Color

.myBgColor { background-color: #38383F; }

<div style="background-color:#38383F">Inner text</div>

This div background color is #38383F.

Border color

.myBorderColor { border: 1px solid #38383F; }

<div style="border:3px solid #38383F">Div</div>

This div border color is #38383F.

Opacity

.myOpacity80 { color: #38383F; opacity: 0.8; }

<p style="color:#38383F;opacity:0.8;">80%</p>

Text with #38383F 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 #38383F;}

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

This text has shadow with #38383F color.


.textShadow {text-shadow: 3px 3px 1px #38383F', 3px 3px 1px red;}

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

This text has shadow with #38383F primary color and red secondary color.


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

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

This text has shadow with #38383F and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #38383F; -webkit-box-shadow: 1px 1px 3px 2px #38383F; box-shadow:1px 1px 3px 2px #38383F;">
Div content here
</div>

This div box has shadow with color #38383F.

Preview

Color preview on black background

This text has color #38383F on black background.


Color preview on white background

This text has color #38383F on white background.


Black color preview on #38383F background

This text has black color on #38383F background.


White color preview on #38383F background

This text has white color on #38383F background.


Related colors

Complementary color

Complementary color for #hex is #C7C7C0.


I love getcolorcode.com