COLOR #38382B

HEX: #38382B RGB: (56,56,43)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

56
56
43

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

Portions of RGB colors in percentages

R + G + B = 56 + 56 + 43 = 155 (100%)
R 56 of 155 ~ 36.13%
G 56 of 155 ~ 36.13%
B 43 of 155 ~ 27.74'%

%36.13
%36.13
%27.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 23.21%
  • key color value is 78.04%
CMYK: (0,0,23,78) C0M0Y23K78 (0%,0%,23%,78%) (0.00/0.00/0.23/0.78) 

CMYK percentages

%0
%0
%23.21
%78.04

Codes

Color #38382B in popluar color models

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

Color #38382B in popluar number systems.

HEX 38 38 2B
Decimal 56 56 43
Binary 111000 111000 101011
Octal 70 70 53

Shades and tints

Shades of #38382B

#38382B
(56,56,43)
#333328
(51,51,40)
#2E2E25
(46,46,37)
#292922
(41,41,34)
#24241F
(36,36,31)
#1F1F1C
(31,31,28)
#1A1A19
(26,26,25)
#151516
(21,21,22)
#101013
(16,16,19)
#0B0B10
(11,11,16)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #38382B

#38382B
(56,56,43)
#4A4A3E
(74,74,62)
#5C5C51
(92,92,81)
#6E6E64
(110,110,100)
#808077
(128,128,119)
#92928A
(146,146,138)
#A4A49D
(164,164,157)
#B6B6B0
(182,182,176)
#C8C8C3
(200,200,195)
#DADAD6
(218,218,214)
#ECECE9
(236,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38382B; }

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

This text font color is #38382B.

Background Color

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

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

This div background color is #38382B.

Border color

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

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

This div border color is #38382B.

Opacity

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

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

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

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

This text has shadow with #38382B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38382B.

Preview

Color preview on black background

This text has color #38382B on black background.


Color preview on white background

This text has color #38382B on white background.


Black color preview on #38382B background

This text has black color on #38382B background.


White color preview on #38382B background

This text has white color on #38382B background.


Related colors

Complementary color

Complementary color for #hex is #C7C7D4.


I love getcolorcode.com