COLOR #38371E

HEX: #38371E
RGB: (56,55,30)

Color info

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

RGB color model

#38371E color RGB value is (56,55,30).

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

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 30 of 255 = 12%

56
55
30

R + G + B ~ 19%. #38371E is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 30 = 141 (100%)
R 56 of 141 ~ 39.72%
G 55 of 141 ~ 39.01%
B 30 of 141 ~ 21.28%

%39.72
%39.01
%21.28

CMYK color model

#38371E color CMYK value is (0,2,46,78).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 46.43%
  • key color value is 78.04%
CMYK:
(0,2,46,78)
C0M2Y46K78 
(0%,2%,46%,78%)
(0.00/0.02/0.46/0.78)	

CMYK percentages

%0
%1.79
%46.43
%78.04

Codes

Color #38371E in popluar color models

38371E
RGB565530
HSL58°30.23%16.86%
HSB/HSV58°46.43%21.96%
CMYK0.00%1.79%46.43%
78.04%

Color #38371E in popluar number systems.

HEX38371E
Decimal565530
Binary11100011011111110
Octal706736

Shades and tints

Shades of #38371E

#38371E
(56,55,30)
#33321C
(51,50,28)
#2E2D1A
(46,45,26)
#292818
(41,40,24)
#242316
(36,35,22)
#1F1E14
(31,30,20)
#1A1912
(26,25,18)
#151410
(21,20,16)
#100F0E
(16,15,14)
#0B0A0C
(11,10,12)
#06050A
(6,5,10)
#000000
(0,0,0)

Tints of #38371E

#38371E
(56,55,30)
#4A4932
(74,73,50)
#5C5B46
(92,91,70)
#6E6D5A
(110,109,90)
#807F6E
(128,127,110)
#929182
(146,145,130)
#A4A396
(164,163,150)
#B6B5AA
(182,181,170)
#C8C7BE
(200,199,190)
#DAD9D2
(218,217,210)
#ECEBE6
(236,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38371E; }

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

This text font color is #38371E.


Background Color

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

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

This div background color is #38371E.


Border color

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

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

This div border color is #38371E.


Opacity

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

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

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

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

This text has shadow with #38371E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38371E on black background.


Color preview on white background

This text has color #38371E on white background.



Black color preview on #38371E background

This text has black color on #38371E background.


White color preview on #38371E background

This text has white color on #38371E background.