COLOR #383F3B

HEX: #383F3B RGB: (56,63,59)

Color info

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

RGB color model

#383F3B color RGB value is (56,63,59).

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

RGB channels and saturation

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

56
63
59

R + G + B ~ 23%. #383F3B is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 63 + 59 = 178 (100%)
R 56 of 178 ~ 31.46%
G 63 of 178 ~ 35.39%
B 59 of 178 ~ 33.15'%

%31.46
%35.39
%33.15

CMYK color model

#383F3B color CMYK value is (11,0,6,75).

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

CMYK: (11,0,6,75)
C11M0Y6K75 (11%, 0%, 6%, 75%)
(0.11 / 0.00 / 0.06 / 0.75)

CMYK percentages

%11.11
%0
%6.35
%75.29

Codes

Color #383F3B in popluar color models

38 3F 3B
RGB 56 63 59
HSL 146° 5.88% 23.33%
HSB/HSV 146° 11.11% 24.71%
CMYK 11.11% 0.00% 6.35%
75.29%

Color #383F3B in popluar number systems.

HEX 38 3F 3B
Decimal 56 63 59
Binary 111000 111111 111011
Octal 70 77 73

Shades and tints

Shades of #383F3B

#383F3B
(56,63,59)
#333A36
(51,58,54)
#2E3531
(46,53,49)
#29302C
(41,48,44)
#242B27
(36,43,39)
#1F2622
(31,38,34)
#1A211D
(26,33,29)
#151C18
(21,28,24)
#101713
(16,23,19)
#0B120E
(11,18,14)
#060D09
(6,13,9)
#000000
(0,0,0)

Tints of #383F3B

#383F3B
(56,63,59)
#4A504C
(74,80,76)
#5C615D
(92,97,93)
#6E726E
(110,114,110)
#80837F
(128,131,127)
#929490
(146,148,144)
#A4A5A1
(164,165,161)
#B6B6B2
(182,182,178)
#C8C7C3
(200,199,195)
#DAD8D4
(218,216,212)
#ECE9E5
(236,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383F3B; }

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

This text font color is #383F3B.

Background Color

.myBgColor { background-color: #383F3B; }

<div style="background-color:#383F3B">Inner text</div>

This div background color is #383F3B.

Border color

.myBorderColor { border: 1px solid #383F3B; }

<div style="border:3px solid #383F3B">Div</div>

This div border color is #383F3B.

Opacity

.myOpacity80 { color: #383F3B; opacity: 0.8; }

<p style="color:#383F3B;opacity:0.8;">80%</p>

Text with #383F3B 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 #383F3B;}

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

This text has shadow with #383F3B color.


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

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

This text has shadow with #383F3B primary color and red secondary color.


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

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

This text has shadow with #383F3B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #383F3B.

Preview

Color preview on black background

This text has color #383F3B on black background.


Color preview on white background

This text has color #383F3B on white background.


Black color preview on #383F3B background

This text has black color on #383F3B background.


White color preview on #383F3B background

This text has white color on #383F3B background.


Related colors

Complementary color

Complementary color for #hex is #C7C0C4.


I love getcolorcode.com

Triadic colors

1 #3B383F and #3F3B38 with #383F3B are triadic colors.

2 #3B3F38 and #3F383B with #383F3B are triadic colors.