COLOR #383B12

HEX: #383B12 RGB: (56,59,18)

Color info

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

RGB color model

#383B12 color RGB value is (56,59,18).

RGB: (56,59,18) (22%, 23%, 7%)

RGB channels and saturation

R 56 of 255 = 22%
G 59 of 255 = 23%
B 18 of 255 = 7%

56
59
18

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

Portions of RGB colors in percentages

R + G + B = 56 + 59 + 18 = 133 (100%)
R 56 of 133 ~ 42.11%
G 59 of 133 ~ 44.36%
B 18 of 133 ~ 13.53'%

%42.11
%44.36
%13.53

CMYK color model

#383B12 color CMYK value is (5,0,69,77).

  • cyan value is 5.08%
  • magenta value is 0.00%
  • yellow value is 69.49%
  • key color value is 76.86%

CMYK: (5,0,69,77)
C5M0Y69K77 (5%, 0%, 69%, 77%)
(0.05 / 0.00 / 0.69 / 0.77)

CMYK percentages

%5.08
%0
%69.49
%76.86

Codes

Color #383B12 in popluar color models

38 3B 12
RGB 56 59 18
HSL 64° 53.25% 15.10%
HSB/HSV 64° 69.49% 23.14%
CMYK 5.08% 0.00% 69.49%
76.86%

Color #383B12 in popluar number systems.

HEX 38 3B 12
Decimal 56 59 18
Binary 111000 111011 10010
Octal 70 73 22

Shades and tints

Shades of #383B12

#383B12
(56,59,18)
#333611
(51,54,17)
#2E3110
(46,49,16)
#292C0F
(41,44,15)
#24270E
(36,39,14)
#1F220D
(31,34,13)
#1A1D0C
(26,29,12)
#15180B
(21,24,11)
#10130A
(16,19,10)
#0B0E09
(11,14,9)
#060908
(6,9,8)
#000000
(0,0,0)

Tints of #383B12

#383B12
(56,59,18)
#4A4C27
(74,76,39)
#5C5D3C
(92,93,60)
#6E6E51
(110,110,81)
#807F66
(128,127,102)
#92907B
(146,144,123)
#A4A190
(164,161,144)
#B6B2A5
(182,178,165)
#C8C3BA
(200,195,186)
#DAD4CF
(218,212,207)
#ECE5E4
(236,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383B12; }

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

This text font color is #383B12.

Background Color

.myBgColor { background-color: #383B12; }

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

This div background color is #383B12.

Border color

.myBorderColor { border: 1px solid #383B12; }

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

This div border color is #383B12.

Opacity

.myOpacity80 { color: #383B12; opacity: 0.8; }

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

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

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

This text has shadow with #383B12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383B12.

Preview

Color preview on black background

This text has color #383B12 on black background.


Color preview on white background

This text has color #383B12 on white background.


Black color preview on #383B12 background

This text has black color on #383B12 background.


White color preview on #383B12 background

This text has white color on #383B12 background.


Related colors

Complementary color

Complementary color for #hex is #C7C4ED.


I love getcolorcode.com

Triadic colors

1 #12383B and #3B1238 with #383B12 are triadic colors.

2 #123B38 and #3B3812 with #383B12 are triadic colors.