COLOR #38332B

HEX: #38332B RGB: (56,51,43)

Color info

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

RGB color model

#38332B color RGB value is (56,51,43).

RGB: (56,51,43) (22%, 20%, 17%)

RGB channels and saturation

R 56 of 255 = 22%
G 51 of 255 = 20%
B 43 of 255 = 17%

56
51
43

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

Portions of RGB colors in percentages

R + G + B = 56 + 51 + 43 = 150 (100%)
R 56 of 150 ~ 37.33%
G 51 of 150 ~ 34%
B 43 of 150 ~ 28.67'%

%37.33
%34
%28.67

CMYK color model

#38332B color CMYK value is (0,9,23,78).

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

CMYK: (0,9,23,78)
C0M9Y23K78 (0%, 9%, 23%, 78%)
(0.00 / 0.09 / 0.23 / 0.78)

CMYK percentages

%0
%8.93
%23.21
%78.04

Codes

Color #38332B in popluar color models

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

Color #38332B in popluar number systems.

HEX 38 33 2B
Decimal 56 51 43
Binary 111000 110011 101011
Octal 70 63 53

Shades and tints

Shades of #38332B

#38332B
(56,51,43)
#332F28
(51,47,40)
#2E2B25
(46,43,37)
#292722
(41,39,34)
#24231F
(36,35,31)
#1F1F1C
(31,31,28)
#1A1B19
(26,27,25)
#151716
(21,23,22)
#101313
(16,19,19)
#0B0F10
(11,15,16)
#060B0D
(6,11,13)
#000000
(0,0,0)

Tints of #38332B

#38332B
(56,51,43)
#4A453E
(74,69,62)
#5C5751
(92,87,81)
#6E6964
(110,105,100)
#807B77
(128,123,119)
#928D8A
(146,141,138)
#A49F9D
(164,159,157)
#B6B1B0
(182,177,176)
#C8C3C3
(200,195,195)
#DAD5D6
(218,213,214)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38332B; }

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

This text font color is #38332B.

Background Color

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

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

This div background color is #38332B.

Border color

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

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

This div border color is #38332B.

Opacity

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

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

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

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

This text has shadow with #38332B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38332B.

Preview

Color preview on black background

This text has color #38332B on black background.


Color preview on white background

This text has color #38332B on white background.


Black color preview on #38332B background

This text has black color on #38332B background.


White color preview on #38332B background

This text has white color on #38332B background.


Related colors

Complementary color

Complementary color for #hex is #C7CCD4.


I love getcolorcode.com

Triadic colors

1 #2B3833 and #332B38 with #38332B are triadic colors.

2 #2B3338 and #33382B with #38332B are triadic colors.