COLOR #38371A

HEX: #38371A
RGB: (56,55,26)

Color info

#38371A contains red, green and blue colors in about the same proportion. Web safe color of #38371A is #333300 (or #330).

RGB color model

#38371A color RGB value is (56,55,26).

  • red value is 56;
  • green value is 55;
  • blue value is 26.
RGB:
(56,55,26)
(22%,22%,10%)

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 26 of 255 = 10%

56
55
26

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

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 26 = 137 (100%)
R 56 of 137 ~ 40.88%
G 55 of 137 ~ 40.15%
B 26 of 137 ~ 18.98%

%40.88
%40.15
%18.98

CMYK color model

#38371A color CMYK value is (0,2,54,78).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 53.57%
  • key color value is 78.04%
CMYK:
(0,2,54,78)
C0M2Y54K78 
(0%,2%,54%,78%)
(0.00/0.02/0.54/0.78)	

CMYK percentages

%0
%1.79
%53.57
%78.04

Codes

Color #38371A in popluar color models

38371A
RGB565526
HSL58°36.59%16.08%
HSB/HSV58°53.57%21.96%
CMYK0.00%1.79%53.57%
78.04%

Color #38371A in popluar number systems.

HEX38371A
Decimal565526
Binary11100011011111010
Octal706732

Shades and tints

Shades of #38371A

#38371A
(56,55,26)
#333218
(51,50,24)
#2E2D16
(46,45,22)
#292814
(41,40,20)
#242312
(36,35,18)
#1F1E10
(31,30,16)
#1A190E
(26,25,14)
#15140C
(21,20,12)
#100F0A
(16,15,10)
#0B0A08
(11,10,8)
#060506
(6,5,6)
#000000
(0,0,0)

Tints of #38371A

#38371A
(56,55,26)
#4A492E
(74,73,46)
#5C5B42
(92,91,66)
#6E6D56
(110,109,86)
#807F6A
(128,127,106)
#92917E
(146,145,126)
#A4A392
(164,163,146)
#B6B5A6
(182,181,166)
#C8C7BA
(200,199,186)
#DAD9CE
(218,217,206)
#ECEBE2
(236,235,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38371A color. Also use rgb(56,55,26) instead hex code.

Text Font Color

.myTextColor { color: #38371A; }

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

This text font color is #38371A.


Background Color

.myBgColor { background-color: #38371A; }

<div style="background-color:#38371A">Inner text</div>

This div background color is #38371A.


Border color

.myBorderColor { border: 1px solid #38371A; }

<div style="border:3px solid #38371A">Div</div>

This div border color is #38371A.


Opacity

.myOpacity80 { color: #38371A; opacity: 0.8; }

<p style="color:#38371A;opacity:0.8;">80%</p>

Text with #38371A 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 #38371A;}

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

This text has shadow with #38371A color.

.textShadow {text-shadow: 3px 3px 1px #38371A, 3px 3px 1px red;}

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

This text has shadow with #38371A primary color and red secondary color.


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

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

This text has shadow with #38371A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38371A on black background.


Color preview on white background

This text has color #38371A on white background.



Black color preview on #38371A background

This text has black color on #38371A background.


White color preview on #38371A background

This text has white color on #38371A background.