COLOR #381F3C

HEX: #381F3C RGB: (56,31,60)

Color info

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

RGB color model

#381F3C color RGB value is (56,31,60).

RGB: (56,31,60) (22%, 12%, 24%)

RGB channels and saturation

R 56 of 255 = 22%
G 31 of 255 = 12%
B 60 of 255 = 24%

56
31
60

R + G + B ~ 19%. #381F3C is dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 31 + 60 = 147 (100%)
R 56 of 147 ~ 38.1%
G 31 of 147 ~ 21.09%
B 60 of 147 ~ 40.82'%

%38.1
%21.09
%40.82

CMYK color model

#381F3C color CMYK value is (7,48,0,76).

  • cyan value is 6.67%
  • magenta value is 48.33%
  • yellow value is 0.00%
  • key color value is 76.47%

CMYK: (7,48,0,76)
C7M48Y0K76 (7%, 48%, 0%, 76%)
(0.07 / 0.48 / 0.00 / 0.76)

CMYK percentages

%6.67
%48.33
%0
%76.47

Codes

Color #381F3C in popluar color models

38 1F 3C
RGB 56 31 60
HSL 292° 31.87% 17.84%
HSB/HSV 292° 48.33% 23.53%
CMYK 6.67% 48.33% 0.00%
76.47%

Color #381F3C in popluar number systems.

HEX 38 1F 3C
Decimal 56 31 60
Binary 111000 11111 111100
Octal 70 37 74

Shades and tints

Shades of #381F3C

#381F3C
(56,31,60)
#331D37
(51,29,55)
#2E1B32
(46,27,50)
#29192D
(41,25,45)
#241728
(36,23,40)
#1F1523
(31,21,35)
#1A131E
(26,19,30)
#151119
(21,17,25)
#100F14
(16,15,20)
#0B0D0F
(11,13,15)
#060B0A
(6,11,10)
#000000
(0,0,0)

Tints of #381F3C

#381F3C
(56,31,60)
#4A334D
(74,51,77)
#5C475E
(92,71,94)
#6E5B6F
(110,91,111)
#806F80
(128,111,128)
#928391
(146,131,145)
#A497A2
(164,151,162)
#B6ABB3
(182,171,179)
#C8BFC4
(200,191,196)
#DAD3D5
(218,211,213)
#ECE7E6
(236,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381F3C color. Also use rgb(56,31,60) instead hex code.

Text Font Color

.myTextColor { color: #381F3C; }

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

This text font color is #381F3C.

Background Color

.myBgColor { background-color: #381F3C; }

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

This div background color is #381F3C.

Border color

.myBorderColor { border: 1px solid #381F3C; }

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

This div border color is #381F3C.

Opacity

.myOpacity80 { color: #381F3C; opacity: 0.8; }

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

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

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

This text has shadow with #381F3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #381F3C.

Preview

Color preview on black background

This text has color #381F3C on black background.


Color preview on white background

This text has color #381F3C on white background.


Black color preview on #381F3C background

This text has black color on #381F3C background.


White color preview on #381F3C background

This text has white color on #381F3C background.


Related colors

Complementary color

Complementary color for #hex is #C7E0C3.


I love getcolorcode.com

Triadic colors

1 #3C381F and #1F3C38 with #381F3C are triadic colors.

2 #3C1F38 and #1F383C with #381F3C are triadic colors.