COLOR #383927

HEX: #383927 RGB: (56,57,39)

Color info

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

RGB color model

#383927 color RGB value is (56,57,39).

RGB: (56,57,39) (22%, 22%, 15%)

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 39 of 255 = 15%

56
57
39

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

Portions of RGB colors in percentages

R + G + B = 56 + 57 + 39 = 152 (100%)
R 56 of 152 ~ 36.84%
G 57 of 152 ~ 37.5%
B 39 of 152 ~ 25.66'%

%36.84
%37.5
%25.66

CMYK color model

#383927 color CMYK value is (2,0,32,78).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 77.65%

CMYK: (2,0,32,78)
C2M0Y32K78 (2%, 0%, 32%, 78%)
(0.02 / 0.00 / 0.32 / 0.78)

CMYK percentages

%1.75
%0
%31.58
%77.65

Codes

Color #383927 in popluar color models

38 39 27
RGB 56 57 39
HSL 63° 18.75% 18.82%
HSB/HSV 63° 31.58% 22.35%
CMYK 1.75% 0.00% 31.58%
77.65%

Color #383927 in popluar number systems.

HEX 38 39 27
Decimal 56 57 39
Binary 111000 111001 100111
Octal 70 71 47

Shades and tints

Shades of #383927

#383927
(56,57,39)
#333424
(51,52,36)
#2E2F21
(46,47,33)
#292A1E
(41,42,30)
#24251B
(36,37,27)
#1F2018
(31,32,24)
#1A1B15
(26,27,21)
#151612
(21,22,18)
#10110F
(16,17,15)
#0B0C0C
(11,12,12)
#060709
(6,7,9)
#000000
(0,0,0)

Tints of #383927

#383927
(56,57,39)
#4A4B3A
(74,75,58)
#5C5D4D
(92,93,77)
#6E6F60
(110,111,96)
#808173
(128,129,115)
#929386
(146,147,134)
#A4A599
(164,165,153)
#B6B7AC
(182,183,172)
#C8C9BF
(200,201,191)
#DADBD2
(218,219,210)
#ECEDE5
(236,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383927; }

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

This text font color is #383927.

Background Color

.myBgColor { background-color: #383927; }

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

This div background color is #383927.

Border color

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

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

This div border color is #383927.

Opacity

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

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

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

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

This text has shadow with #383927 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383927.

Preview

Color preview on black background

This text has color #383927 on black background.


Color preview on white background

This text has color #383927 on white background.


Black color preview on #383927 background

This text has black color on #383927 background.


White color preview on #383927 background

This text has white color on #383927 background.


Related colors

Complementary color

Complementary color for #hex is #C7C6D8.


I love getcolorcode.com

Triadic colors

1 #273839 and #392738 with #383927 are triadic colors.

2 #273938 and #393827 with #383927 are triadic colors.