COLOR #383912

HEX: #383912 RGB: (56,57,18)

Color info

#383912 contains red, green and blue colors in about the same proportion. Web safe color of #383912 is #333300 (or #330).

RGB color model

#383912 color RGB value is (56,57,18).

RGB: (56,57,18) (22%, 22%, 7%)

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 18 of 255 = 7%

56
57
18

R + G + B ~ 17%. #383912 is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 57 + 18 = 131 (100%)
R 56 of 131 ~ 42.75%
G 57 of 131 ~ 43.51%
B 18 of 131 ~ 13.74'%

%42.75
%43.51
%13.74

CMYK color model

#383912 color CMYK value is (2,0,68,78).

  • cyan value is 1.75%
  • magenta value is 0.00%
  • yellow value is 68.42%
  • key color value is 77.65%
CMYK: (2,0,68,78) C2M0Y68K78 (2%,0%,68%,78%) (0.02/0.00/0.68/0.78) 

CMYK percentages

%1.75
%0
%68.42
%77.65

Codes

Color #383912 in popluar color models

38 39 12
RGB 56 57 18
HSL 62° 52.00% 14.71%
HSB/HSV 62° 68.42% 22.35%
CMYK 1.75% 0.00% 68.42%
77.65%

Color #383912 in popluar number systems.

HEX 38 39 12
Decimal 56 57 18
Binary 111000 111001 10010
Octal 70 71 22

Shades and tints

Shades of #383912

#383912
(56,57,18)
#333411
(51,52,17)
#2E2F10
(46,47,16)
#292A0F
(41,42,15)
#24250E
(36,37,14)
#1F200D
(31,32,13)
#1A1B0C
(26,27,12)
#15160B
(21,22,11)
#10110A
(16,17,10)
#0B0C09
(11,12,9)
#060708
(6,7,8)
#000000
(0,0,0)

Tints of #383912

#383912
(56,57,18)
#4A4B27
(74,75,39)
#5C5D3C
(92,93,60)
#6E6F51
(110,111,81)
#808166
(128,129,102)
#92937B
(146,147,123)
#A4A590
(164,165,144)
#B6B7A5
(182,183,165)
#C8C9BA
(200,201,186)
#DADBCF
(218,219,207)
#ECEDE4
(236,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383912; }

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

This text font color is #383912.

Background Color

.myBgColor { background-color: #383912; }

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

This div background color is #383912.

Border color

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

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

This div border color is #383912.

Opacity

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

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

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

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

This text has shadow with #383912 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383912.

Preview

Color preview on black background

This text has color #383912 on black background.


Color preview on white background

This text has color #383912 on white background.


Black color preview on #383912 background

This text has black color on #383912 background.


White color preview on #383912 background

This text has white color on #383912 background.


Related colors

Complementary color

Complementary color for #hex is #C7C6ED.


I love getcolorcode.com

Triadic colors

1 #123839 and #391238 with #383912 are triadic colors.

2 #123938 and #393812 with #383912 are triadic colors.