COLOR #38381F

HEX: #38381F
RGB: (56,56,31)

Color info

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

RGB color model

#38381F color RGB value is (56,56,31).

  • red value is 56;
  • green value is 56;
  • blue value is 31.
RGB:
(56,56,31)
(22%,22%,12%)

RGB channels and saturation

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

56
56
31

R + G + B ~ 19%. #38381F is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 56 + 31 = 143 (100%)
R 56 of 143 ~ 39.16%
G 56 of 143 ~ 39.16%
B 31 of 143 ~ 21.68%

%39.16
%39.16
%21.68

CMYK color model

#38381F color CMYK value is (0,0,45,78).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 44.64%
  • key color value is 78.04%
CMYK:
(0,0,45,78)
C0M0Y45K78 
(0%,0%,45%,78%)
(0.00/0.00/0.45/0.78)	

CMYK percentages

%0
%0
%44.64
%78.04

Codes

Color #38381F in popluar color models

38381F
RGB565631
HSL60°28.74%17.06%
HSB/HSV60°44.64%21.96%
CMYK0.00%0.00%44.64%
78.04%

Color #38381F in popluar number systems.

HEX38381F
Decimal565631
Binary11100011100011111
Octal707037

Shades and tints

Shades of #38381F

#38381F
(56,56,31)
#33331D
(51,51,29)
#2E2E1B
(46,46,27)
#292919
(41,41,25)
#242417
(36,36,23)
#1F1F15
(31,31,21)
#1A1A13
(26,26,19)
#151511
(21,21,17)
#10100F
(16,16,15)
#0B0B0D
(11,11,13)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #38381F

#38381F
(56,56,31)
#4A4A33
(74,74,51)
#5C5C47
(92,92,71)
#6E6E5B
(110,110,91)
#80806F
(128,128,111)
#929283
(146,146,131)
#A4A497
(164,164,151)
#B6B6AB
(182,182,171)
#C8C8BF
(200,200,191)
#DADAD3
(218,218,211)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38381F; }

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

This text font color is #38381F.


Background Color

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

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

This div background color is #38381F.


Border color

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

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

This div border color is #38381F.


Opacity

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

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

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

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

This text has shadow with #38381F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38381F on black background.


Color preview on white background

This text has color #38381F on white background.



Black color preview on #38381F background

This text has black color on #38381F background.


White color preview on #38381F background

This text has white color on #38381F background.