COLOR #383829

HEX: #383829 RGB: (56,56,41)

Color info

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

RGB color model

#383829 color RGB value is (56,56,41).

RGB: (56,56,41) (22%, 22%, 16%)

RGB channels and saturation

R 56 of 255 = 22%
G 56 of 255 = 22%
B 41 of 255 = 16%

56
56
41

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

Portions of RGB colors in percentages

R + G + B = 56 + 56 + 41 = 153 (100%)
R 56 of 153 ~ 36.6%
G 56 of 153 ~ 36.6%
B 41 of 153 ~ 26.8'%

%36.6
%36.6
%26.8

CMYK color model

#383829 color CMYK value is (0,0,27,78).

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

CMYK: (0,0,27,78)
C0M0Y27K78 (0%, 0%, 27%, 78%)
(0.00 / 0.00 / 0.27 / 0.78)

CMYK percentages

%0
%0
%26.79
%78.04

Codes

Color #383829 in popluar color models

38 38 29
RGB 56 56 41
HSL 60° 15.46% 19.02%
HSB/HSV 60° 26.79% 21.96%
CMYK 0.00% 0.00% 26.79%
78.04%

Color #383829 in popluar number systems.

HEX 38 38 29
Decimal 56 56 41
Binary 111000 111000 101001
Octal 70 70 51

Shades and tints

Shades of #383829

#383829
(56,56,41)
#333326
(51,51,38)
#2E2E23
(46,46,35)
#292920
(41,41,32)
#24241D
(36,36,29)
#1F1F1A
(31,31,26)
#1A1A17
(26,26,23)
#151514
(21,21,20)
#101011
(16,16,17)
#0B0B0E
(11,11,14)
#06060B
(6,6,11)
#000000
(0,0,0)

Tints of #383829

#383829
(56,56,41)
#4A4A3C
(74,74,60)
#5C5C4F
(92,92,79)
#6E6E62
(110,110,98)
#808075
(128,128,117)
#929288
(146,146,136)
#A4A49B
(164,164,155)
#B6B6AE
(182,182,174)
#C8C8C1
(200,200,193)
#DADAD4
(218,218,212)
#ECECE7
(236,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383829; }

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

This text font color is #383829.

Background Color

.myBgColor { background-color: #383829; }

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

This div background color is #383829.

Border color

.myBorderColor { border: 1px solid #383829; }

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

This div border color is #383829.

Opacity

.myOpacity80 { color: #383829; opacity: 0.8; }

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

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

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

This text has shadow with #383829 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383829.

Preview

Color preview on black background

This text has color #383829 on black background.


Color preview on white background

This text has color #383829 on white background.


Black color preview on #383829 background

This text has black color on #383829 background.


White color preview on #383829 background

This text has white color on #383829 background.


Related colors

Complementary color

Complementary color for #hex is #C7C7D6.


I love getcolorcode.com