COLOR #38362E

HEX: #38362E
RGB: (56,54,46)

Color info

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

RGB color model

#38362E color RGB value is (56,54,46).

  • red value is 56;
  • green value is 54;
  • blue value is 46.
RGB:
(56,54,46)
(22%,21%,18%)

RGB channels and saturation

R 56 of 255 = 22%
G 54 of 255 = 21%
B 46 of 255 = 18%

56
54
46

R + G + B ~ 20%. #38362E is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 54 + 46 = 156 (100%)
R 56 of 156 ~ 35.9%
G 54 of 156 ~ 34.62%
B 46 of 156 ~ 29.49%

%35.9
%34.62
%29.49

CMYK color model

#38362E color CMYK value is (0,4,18,78).

  • cyan value is 0.00%
  • magenta value is 3.57%
  • yellow value is 17.86%
  • key color value is 78.04%
CMYK:
(0,4,18,78)
C0M4Y18K78 
(0%,4%,18%,78%)
(0.00/0.04/0.18/0.78)	

CMYK percentages

%0
%3.57
%17.86
%78.04

Codes

Color #38362E in popluar color models

38362E
RGB565446
HSL48°9.80%20.00%
HSB/HSV48°17.86%21.96%
CMYK0.00%3.57%17.86%
78.04%

Color #38362E in popluar number systems.

HEX38362E
Decimal565446
Binary111000110110101110
Octal706656

Shades and tints

Shades of #38362E

#38362E
(56,54,46)
#33322A
(51,50,42)
#2E2E26
(46,46,38)
#292A22
(41,42,34)
#24261E
(36,38,30)
#1F221A
(31,34,26)
#1A1E16
(26,30,22)
#151A12
(21,26,18)
#10160E
(16,22,14)
#0B120A
(11,18,10)
#060E06
(6,14,6)
#000000
(0,0,0)

Tints of #38362E

#38362E
(56,54,46)
#4A4841
(74,72,65)
#5C5A54
(92,90,84)
#6E6C67
(110,108,103)
#807E7A
(128,126,122)
#92908D
(146,144,141)
#A4A2A0
(164,162,160)
#B6B4B3
(182,180,179)
#C8C6C6
(200,198,198)
#DAD8D9
(218,216,217)
#ECEAEC
(236,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38362E color. Also use rgb(56,54,46) instead hex code.

Text Font Color

.myTextColor { color: #38362E; }

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

This text font color is #38362E.


Background Color

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

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

This div background color is #38362E.


Border color

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

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

This div border color is #38362E.


Opacity

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

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

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

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

This text has shadow with #38362E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38362E on black background.


Color preview on white background

This text has color #38362E on white background.



Black color preview on #38362E background

This text has black color on #38362E background.


White color preview on #38362E background

This text has white color on #38362E background.