COLOR #38391B

HEX: #38391B
RGB: (56,57,27)

Color info

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

RGB color model

#38391B color RGB value is (56,57,27).

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

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 27 of 255 = 11%

56
57
27

R + G + B ~ 18%. #38391B is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 27 = 140 (100%)
R 56 of 140 ~ 40%
G 57 of 140 ~ 40.71%
B 27 of 140 ~ 19.29%

%40
%40.71
%19.29

CMYK color model

#38391B color CMYK value is (2,0,53,78).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 77.65%
CMYK:
(2,0,53,78)
C2M0Y53K78 
(2%,0%,53%,78%)
(0.02/0.00/0.53/0.78)	

CMYK percentages

%1.75
%0
%52.63
%77.65

Codes

Color #38391B in popluar color models

38391B
RGB565727
HSL62°35.71%16.47%
HSB/HSV62°52.63%22.35%
CMYK1.75%0.00%52.63%
77.65%

Color #38391B in popluar number systems.

HEX38391B
Decimal565727
Binary11100011100111011
Octal707133

Shades and tints

Shades of #38391B

#38391B
(56,57,27)
#333419
(51,52,25)
#2E2F17
(46,47,23)
#292A15
(41,42,21)
#242513
(36,37,19)
#1F2011
(31,32,17)
#1A1B0F
(26,27,15)
#15160D
(21,22,13)
#10110B
(16,17,11)
#0B0C09
(11,12,9)
#060707
(6,7,7)
#000000
(0,0,0)

Tints of #38391B

#38391B
(56,57,27)
#4A4B2F
(74,75,47)
#5C5D43
(92,93,67)
#6E6F57
(110,111,87)
#80816B
(128,129,107)
#92937F
(146,147,127)
#A4A593
(164,165,147)
#B6B7A7
(182,183,167)
#C8C9BB
(200,201,187)
#DADBCF
(218,219,207)
#ECEDE3
(236,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38391B; }

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

This text font color is #38391B.


Background Color

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

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

This div background color is #38391B.


Border color

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

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

This div border color is #38391B.


Opacity

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

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

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

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

This text has shadow with #38391B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38391B on black background.


Color preview on white background

This text has color #38391B on white background.



Black color preview on #38391B background

This text has black color on #38391B background.


White color preview on #38391B background

This text has white color on #38391B background.