COLOR #38372B

HEX: #38372B RGB: (56,55,43)

Color info

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

RGB color model

#38372B color RGB value is (56,55,43).

RGB: (56,55,43) (22%, 22%, 17%)

RGB channels and saturation

R 56 of 255 = 22%
G 55 of 255 = 22%
B 43 of 255 = 17%

56
55
43

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

Portions of RGB colors in percentages

R + G + B = 56 + 55 + 43 = 154 (100%)
R 56 of 154 ~ 36.36%
G 55 of 154 ~ 35.71%
B 43 of 154 ~ 27.92'%

%36.36
%35.71
%27.92

CMYK color model

#38372B color CMYK value is (0,2,23,78).

  • cyan value is 0.00%
  • magenta value is 1.79%
  • yellow value is 23.21%
  • key color value is 78.04%

CMYK: (0,2,23,78)
C0M2Y23K78 (0%, 2%, 23%, 78%)
(0.00 / 0.02 / 0.23 / 0.78)

CMYK percentages

%0
%1.79
%23.21
%78.04

Codes

Color #38372B in popluar color models

38 37 2B
RGB 56 55 43
HSL 55° 13.13% 19.41%
HSB/HSV 55° 23.21% 21.96%
CMYK 0.00% 1.79% 23.21%
78.04%

Color #38372B in popluar number systems.

HEX 38 37 2B
Decimal 56 55 43
Binary 111000 110111 101011
Octal 70 67 53

Shades and tints

Shades of #38372B

#38372B
(56,55,43)
#333228
(51,50,40)
#2E2D25
(46,45,37)
#292822
(41,40,34)
#24231F
(36,35,31)
#1F1E1C
(31,30,28)
#1A1919
(26,25,25)
#151416
(21,20,22)
#100F13
(16,15,19)
#0B0A10
(11,10,16)
#06050D
(6,5,13)
#000000
(0,0,0)

Tints of #38372B

#38372B
(56,55,43)
#4A493E
(74,73,62)
#5C5B51
(92,91,81)
#6E6D64
(110,109,100)
#807F77
(128,127,119)
#92918A
(146,145,138)
#A4A39D
(164,163,157)
#B6B5B0
(182,181,176)
#C8C7C3
(200,199,195)
#DAD9D6
(218,217,214)
#ECEBE9
(236,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38372B; }

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

This text font color is #38372B.

Background Color

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

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

This div background color is #38372B.

Border color

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

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

This div border color is #38372B.

Opacity

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

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

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

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

This text has shadow with #38372B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38372B.

Preview

Color preview on black background

This text has color #38372B on black background.


Color preview on white background

This text has color #38372B on white background.


Black color preview on #38372B background

This text has black color on #38372B background.


White color preview on #38372B background

This text has white color on #38372B background.


Related colors

Complementary color

Complementary color for #hex is #C7C8D4.


I love getcolorcode.com

Triadic colors

1 #2B3837 and #372B38 with #38372B are triadic colors.

2 #2B3738 and #37382B with #38372B are triadic colors.