COLOR #38372A

HEX: #38372A
RGB: (56,55,42)

Color info

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

RGB color model

#38372A color RGB value is (56,55,42).

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

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 42 of 255 = 16%

56
55
42

R + G + B ~ 20%. #38372A is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 55 + 42 = 153 (100%)
R 56 of 153 ~ 36.6%
G 55 of 153 ~ 35.95%
B 42 of 153 ~ 27.45%

%36.6
%35.95
%27.45

CMYK color model

#38372A color CMYK value is (0,2,25,78).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 25.00%
  • key color value is 78.04%
CMYK:
(0,2,25,78)
C0M2Y25K78 
(0%,2%,25%,78%)
(0.00/0.02/0.25/0.78)	

CMYK percentages

%0
%1.79
%25
%78.04

Codes

Color #38372A in popluar color models

38372A
RGB565542
HSL56°14.29%19.22%
HSB/HSV56°25.00%21.96%
CMYK0.00%1.79%25.00%
78.04%

Color #38372A in popluar number systems.

HEX38372A
Decimal565542
Binary111000110111101010
Octal706752

Shades and tints

Shades of #38372A

#38372A
(56,55,42)
#333227
(51,50,39)
#2E2D24
(46,45,36)
#292821
(41,40,33)
#24231E
(36,35,30)
#1F1E1B
(31,30,27)
#1A1918
(26,25,24)
#151415
(21,20,21)
#100F12
(16,15,18)
#0B0A0F
(11,10,15)
#06050C
(6,5,12)
#000000
(0,0,0)

Tints of #38372A

#38372A
(56,55,42)
#4A493D
(74,73,61)
#5C5B50
(92,91,80)
#6E6D63
(110,109,99)
#807F76
(128,127,118)
#929189
(146,145,137)
#A4A39C
(164,163,156)
#B6B5AF
(182,181,175)
#C8C7C2
(200,199,194)
#DAD9D5
(218,217,213)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38372A; }

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

This text font color is #38372A.


Background Color

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

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

This div background color is #38372A.


Border color

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

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

This div border color is #38372A.


Opacity

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

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

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

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

This text has shadow with #38372A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38372A on black background.


Color preview on white background

This text has color #38372A on white background.



Black color preview on #38372A background

This text has black color on #38372A background.


White color preview on #38372A background

This text has white color on #38372A background.