COLOR #38382C

HEX: #38382C RGB: (56,56,44)

Color info

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

RGB color model

#38382C color RGB value is (56,56,44).

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

RGB channels and saturation

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

56
56
44

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

Portions of RGB colors in percentages

R + G + B = 56 + 56 + 44 = 156 (100%)
R 56 of 156 ~ 35.9%
G 56 of 156 ~ 35.9%
B 44 of 156 ~ 28.21'%

%35.9
%35.9
%28.21

CMYK color model

#38382C color CMYK value is (0,0,21,78).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 78.04%

CMYK: (0,0,21,78)
C0M0Y21K78 (0%, 0%, 21%, 78%)
(0.00 / 0.00 / 0.21 / 0.78)

CMYK percentages

%0
%0
%21.43
%78.04

Codes

Color #38382C in popluar color models

38 38 2C
RGB 56 56 44
HSL 60° 12.00% 19.61%
HSB/HSV 60° 21.43% 21.96%
CMYK 0.00% 0.00% 21.43%
78.04%

Color #38382C in popluar number systems.

HEX 38 38 2C
Decimal 56 56 44
Binary 111000 111000 101100
Octal 70 70 54

Shades and tints

Shades of #38382C

#38382C
(56,56,44)
#333328
(51,51,40)
#2E2E24
(46,46,36)
#292920
(41,41,32)
#24241C
(36,36,28)
#1F1F18
(31,31,24)
#1A1A14
(26,26,20)
#151510
(21,21,16)
#10100C
(16,16,12)
#0B0B08
(11,11,8)
#060604
(6,6,4)
#000000
(0,0,0)

Tints of #38382C

#38382C
(56,56,44)
#4A4A3F
(74,74,63)
#5C5C52
(92,92,82)
#6E6E65
(110,110,101)
#808078
(128,128,120)
#92928B
(146,146,139)
#A4A49E
(164,164,158)
#B6B6B1
(182,182,177)
#C8C8C4
(200,200,196)
#DADAD7
(218,218,215)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38382C; }

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

This text font color is #38382C.

Background Color

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

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

This div background color is #38382C.

Border color

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

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

This div border color is #38382C.

Opacity

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

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

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

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

This text has shadow with #38382C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38382C.

Preview

Color preview on black background

This text has color #38382C on black background.


Color preview on white background

This text has color #38382C on white background.


Black color preview on #38382C background

This text has black color on #38382C background.


White color preview on #38382C background

This text has white color on #38382C background.


Related colors

Complementary color

Complementary color for #hex is #C7C7D3.


I love getcolorcode.com