COLOR #383C1A

HEX: #383C1A
RGB: (56,60,26)

Color info

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

RGB color model

#383C1A color RGB value is (56,60,26).

  • red value is 56;
  • green value is 60;
  • blue value is 26.
RGB:
(56,60,26)
(22%,24%,10%)

RGB channels and saturation

R 56 of 255 = 22%
G 60 of 255 = 24%
B 26 of 255 = 10%

56
60
26

R + G + B ~ 19%. #383C1A is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 60 + 26 = 142 (100%)
R 56 of 142 ~ 39.44%
G 60 of 142 ~ 42.25%
B 26 of 142 ~ 18.31%

%39.44
%42.25
%18.31

CMYK color model

#383C1A color CMYK value is (7,0,57,76).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 56.67%
  • key color value is 76.47%
CMYK:
(7,0,57,76)
C7M0Y57K76 
(7%,0%,57%,76%)
(0.07/0.00/0.57/0.76)	

CMYK percentages

%6.67
%0
%56.67
%76.47

Codes

Color #383C1A in popluar color models

383C1A
RGB566026
HSL67°39.53%16.86%
HSB/HSV67°56.67%23.53%
CMYK6.67%0.00%56.67%
76.47%

Color #383C1A in popluar number systems.

HEX383C1A
Decimal566026
Binary11100011110011010
Octal707432

Shades and tints

Shades of #383C1A

#383C1A
(56,60,26)
#333718
(51,55,24)
#2E3216
(46,50,22)
#292D14
(41,45,20)
#242812
(36,40,18)
#1F2310
(31,35,16)
#1A1E0E
(26,30,14)
#15190C
(21,25,12)
#10140A
(16,20,10)
#0B0F08
(11,15,8)
#060A06
(6,10,6)
#000000
(0,0,0)

Tints of #383C1A

#383C1A
(56,60,26)
#4A4D2E
(74,77,46)
#5C5E42
(92,94,66)
#6E6F56
(110,111,86)
#80806A
(128,128,106)
#92917E
(146,145,126)
#A4A292
(164,162,146)
#B6B3A6
(182,179,166)
#C8C4BA
(200,196,186)
#DAD5CE
(218,213,206)
#ECE6E2
(236,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383C1A color. Also use rgb(56,60,26) instead hex code.

Text Font Color

.myTextColor { color: #383C1A; }

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

This text font color is #383C1A.


Background Color

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

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

This div background color is #383C1A.


Border color

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

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

This div border color is #383C1A.


Opacity

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

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

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

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

This text has shadow with #383C1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383C1A on black background.


Color preview on white background

This text has color #383C1A on white background.



Black color preview on #383C1A background

This text has black color on #383C1A background.


White color preview on #383C1A background

This text has white color on #383C1A background.