COLOR #383E1F

HEX: #383E1F RGB: (56,62,31)

Color info

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

RGB color model

#383E1F color RGB value is (56,62,31).

RGB: (56,62,31) (22%, 24%, 12%)

RGB channels and saturation

R 56 of 255 = 22%
G 62 of 255 = 24%
B 31 of 255 = 12%

56
62
31

R + G + B ~ 19%. #383E1F is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 62 + 31 = 149 (100%)
R 56 of 149 ~ 37.58%
G 62 of 149 ~ 41.61%
B 31 of 149 ~ 20.81'%

%37.58
%41.61
%20.81

CMYK color model

#383E1F color CMYK value is (10,0,50,76).

  • cyan value is 9.68%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 75.69%

CMYK: (10,0,50,76)
C10M0Y50K76 (10%, 0%, 50%, 76%)
(0.10 / 0.00 / 0.50 / 0.76)

CMYK percentages

%9.68
%0
%50
%75.69

Codes

Color #383E1F in popluar color models

38 3E 1F
RGB 56 62 31
HSL 72° 33.33% 18.24%
HSB/HSV 72° 50.00% 24.31%
CMYK 9.68% 0.00% 50.00%
75.69%

Color #383E1F in popluar number systems.

HEX 38 3E 1F
Decimal 56 62 31
Binary 111000 111110 11111
Octal 70 76 37

Shades and tints

Shades of #383E1F

#383E1F
(56,62,31)
#33391D
(51,57,29)
#2E341B
(46,52,27)
#292F19
(41,47,25)
#242A17
(36,42,23)
#1F2515
(31,37,21)
#1A2013
(26,32,19)
#151B11
(21,27,17)
#10160F
(16,22,15)
#0B110D
(11,17,13)
#060C0B
(6,12,11)
#000000
(0,0,0)

Tints of #383E1F

#383E1F
(56,62,31)
#4A4F33
(74,79,51)
#5C6047
(92,96,71)
#6E715B
(110,113,91)
#80826F
(128,130,111)
#929383
(146,147,131)
#A4A497
(164,164,151)
#B6B5AB
(182,181,171)
#C8C6BF
(200,198,191)
#DAD7D3
(218,215,211)
#ECE8E7
(236,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383E1F color. Also use rgb(56,62,31) instead hex code.

Text Font Color

.myTextColor { color: #383E1F; }

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

This text font color is #383E1F.

Background Color

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

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

This div background color is #383E1F.

Border color

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

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

This div border color is #383E1F.

Opacity

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

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

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

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

This text has shadow with #383E1F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383E1F.

Preview

Color preview on black background

This text has color #383E1F on black background.


Color preview on white background

This text has color #383E1F on white background.


Black color preview on #383E1F background

This text has black color on #383E1F background.


White color preview on #383E1F background

This text has white color on #383E1F background.


Related colors

Complementary color

Complementary color for #hex is #C7C1E0.


I love getcolorcode.com

Triadic colors

1 #1F383E and #3E1F38 with #383E1F are triadic colors.

2 #1F3E38 and #3E381F with #383E1F are triadic colors.