COLOR #38311B

HEX: #38311B
RGB: (56,49,27)

Color info

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

RGB color model

#38311B color RGB value is (56,49,27).

  • red value is 56;
  • green value is 49;
  • blue value is 27.
RGB:
(56,49,27)
(22%,19%,11%)

RGB channels and saturation

R 56 of 255 = 22%
G 49 of 255 = 19%
B 27 of 255 = 11%

56
49
27

R + G + B ~ 17%. #38311B is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 49 + 27 = 132 (100%)
R 56 of 132 ~ 42.42%
G 49 of 132 ~ 37.12%
B 27 of 132 ~ 20.45%

%42.42
%37.12
%20.45

CMYK color model

#38311B color CMYK value is (0,13,52,78).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 51.79%
  • key color value is 78.04%
CMYK:
(0,13,52,78)
C0M13Y52K78 
(0%,13%,52%,78%)
(0.00/0.13/0.52/0.78)	

CMYK percentages

%0
%12.5
%51.79
%78.04

Codes

Color #38311B in popluar color models

38311B
RGB564927
HSL46°34.94%16.27%
HSB/HSV46°51.79%21.96%
CMYK0.00%12.50%51.79%
78.04%

Color #38311B in popluar number systems.

HEX38311B
Decimal564927
Binary11100011000111011
Octal706133

Shades and tints

Shades of #38311B

#38311B
(56,49,27)
#332D19
(51,45,25)
#2E2917
(46,41,23)
#292515
(41,37,21)
#242113
(36,33,19)
#1F1D11
(31,29,17)
#1A190F
(26,25,15)
#15150D
(21,21,13)
#10110B
(16,17,11)
#0B0D09
(11,13,9)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #38311B

#38311B
(56,49,27)
#4A432F
(74,67,47)
#5C5543
(92,85,67)
#6E6757
(110,103,87)
#80796B
(128,121,107)
#928B7F
(146,139,127)
#A49D93
(164,157,147)
#B6AFA7
(182,175,167)
#C8C1BB
(200,193,187)
#DAD3CF
(218,211,207)
#ECE5E3
(236,229,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38311B color. Also use rgb(56,49,27) instead hex code.

Text Font Color

.myTextColor { color: #38311B; }

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

This text font color is #38311B.


Background Color

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

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

This div background color is #38311B.


Border color

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

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

This div border color is #38311B.


Opacity

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

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

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

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

This text has shadow with #38311B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38311B on black background.


Color preview on white background

This text has color #38311B on white background.



Black color preview on #38311B background

This text has black color on #38311B background.


White color preview on #38311B background

This text has white color on #38311B background.