COLOR #38363F

HEX: #38363F RGB: (56,54,63)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

56
54
63

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

Portions of RGB colors in percentages

R + G + B = 56 + 54 + 63 = 173 (100%)
R 56 of 173 ~ 32.37%
G 54 of 173 ~ 31.21%
B 63 of 173 ~ 36.42'%

%32.37
%31.21
%36.42

CMYK color model

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

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

CMYK: (11,14,0,75)
C11M14Y0K75 (11%, 14%, 0%, 75%)
(0.11 / 0.14 / 0.00 / 0.75)

CMYK percentages

%11.11
%14.29
%0
%75.29

Codes

Color #38363F in popluar color models

38 36 3F
RGB 56 54 63
HSL 253° 7.69% 22.94%
HSB/HSV 253° 14.29% 24.71%
CMYK 11.11% 14.29% 0.00%
75.29%

Color #38363F in popluar number systems.

HEX 38 36 3F
Decimal 56 54 63
Binary 111000 110110 111111
Octal 70 66 77

Shades and tints

Shades of #38363F

#38363F
(56,54,63)
#33323A
(51,50,58)
#2E2E35
(46,46,53)
#292A30
(41,42,48)
#24262B
(36,38,43)
#1F2226
(31,34,38)
#1A1E21
(26,30,33)
#151A1C
(21,26,28)
#101617
(16,22,23)
#0B1212
(11,18,18)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #38363F

#38363F
(56,54,63)
#4A4850
(74,72,80)
#5C5A61
(92,90,97)
#6E6C72
(110,108,114)
#807E83
(128,126,131)
#929094
(146,144,148)
#A4A2A5
(164,162,165)
#B6B4B6
(182,180,182)
#C8C6C7
(200,198,199)
#DAD8D8
(218,216,216)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38363F; }

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

This text font color is #38363F.

Background Color

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

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

This div background color is #38363F.

Border color

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

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

This div border color is #38363F.

Opacity

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

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

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

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

This text has shadow with #38363F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38363F.

Preview

Color preview on black background

This text has color #38363F on black background.


Color preview on white background

This text has color #38363F on white background.


Black color preview on #38363F background

This text has black color on #38363F background.


White color preview on #38363F background

This text has white color on #38363F background.


Related colors

Complementary color

Complementary color for #hex is #C7C9C0.


I love getcolorcode.com

Triadic colors

1 #3F3836 and #363F38 with #38363F are triadic colors.

2 #3F3638 and #36383F with #38363F are triadic colors.