COLOR #383A12

HEX: #383A12 RGB: (56,58,18)

Color info

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

RGB color model

#383A12 color RGB value is (56,58,18).

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

RGB channels and saturation

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

56
58
18

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

Portions of RGB colors in percentages

R + G + B = 56 + 58 + 18 = 132 (100%)
R 56 of 132 ~ 42.42%
G 58 of 132 ~ 43.94%
B 18 of 132 ~ 13.64'%

%42.42
%43.94
%13.64

CMYK color model

#383A12 color CMYK value is (3,0,69,77).

  • cyan value is 3.45%
  • magenta value is 0.00%
  • yellow value is 68.97%
  • key color value is 77.25%
CMYK: (3,0,69,77) C3M0Y69K77 (3%,0%,69%,77%) (0.03/0.00/0.69/0.77) 

CMYK percentages

%3.45
%0
%68.97
%77.25

Codes

Color #383A12 in popluar color models

38 3A 12
RGB 56 58 18
HSL 63° 52.63% 14.90%
HSB/HSV 63° 68.97% 22.75%
CMYK 3.45% 0.00% 68.97%
77.25%

Color #383A12 in popluar number systems.

HEX 38 3A 12
Decimal 56 58 18
Binary 111000 111010 10010
Octal 70 72 22

Shades and tints

Shades of #383A12

#383A12
(56,58,18)
#333511
(51,53,17)
#2E3010
(46,48,16)
#292B0F
(41,43,15)
#24260E
(36,38,14)
#1F210D
(31,33,13)
#1A1C0C
(26,28,12)
#15170B
(21,23,11)
#10120A
(16,18,10)
#0B0D09
(11,13,9)
#060808
(6,8,8)
#000000
(0,0,0)

Tints of #383A12

#383A12
(56,58,18)
#4A4B27
(74,75,39)
#5C5C3C
(92,92,60)
#6E6D51
(110,109,81)
#807E66
(128,126,102)
#928F7B
(146,143,123)
#A4A090
(164,160,144)
#B6B1A5
(182,177,165)
#C8C2BA
(200,194,186)
#DAD3CF
(218,211,207)
#ECE4E4
(236,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383A12; }

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

This text font color is #383A12.

Background Color

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

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

This div background color is #383A12.

Border color

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

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

This div border color is #383A12.

Opacity

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

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

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

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

This text has shadow with #383A12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383A12.

Preview

Color preview on black background

This text has color #383A12 on black background.


Color preview on white background

This text has color #383A12 on white background.


Black color preview on #383A12 background

This text has black color on #383A12 background.


White color preview on #383A12 background

This text has white color on #383A12 background.


Related colors

Complementary color

Complementary color for #hex is #C7C5ED.


I love getcolorcode.com

Triadic colors

1 #12383A and #3A1238 with #383A12 are triadic colors.

2 #123A38 and #3A3812 with #383A12 are triadic colors.