COLOR #381717

HEX: #381717
RGB: (56,23,23)

Color info

#381717 contains red, green and blue colors in about the same proportion. Web safe color of #381717 is #330000 (or #300).

RGB color model

#381717 color RGB value is (56,23,23).

  • red value is 56;
  • green value is 23;
  • blue value is 23.
RGB:
(56,23,23)
(22%,9%,9%)

RGB channels and saturation

R 56 of 255 = 22%
G 23 of 255 = 9%
B 23 of 255 = 9%

56
23
23

R + G + B ~ 13%. #381717 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 23 + 23 = 102 (100%)
R 56 of 102 ~ 54.9%
G 23 of 102 ~ 22.55%
B 23 of 102 ~ 22.55%

%54.9
%22.55
%22.55

CMYK color model

#381717 color CMYK value is (0,59,59,78).

  • cyan value is 0.00%
  • magenta value is 58.93%
  • yellow value is 58.93%
  • key color value is 78.04%
CMYK:
(0,59,59,78)
C0M59Y59K78 
(0%,59%,59%,78%)
(0.00/0.59/0.59/0.78)	

CMYK percentages

%0
%58.93
%58.93
%78.04

Codes

Color #381717 in popluar color models

381717
RGB562323
HSL41.77%15.49%
HSB/HSV58.93%21.96%
CMYK0.00%58.93%58.93%
78.04%

Color #381717 in popluar number systems.

HEX381717
Decimal562323
Binary1110001011110111
Octal702727

Shades and tints

Shades of #381717

#381717
(56,23,23)
#331515
(51,21,21)
#2E1313
(46,19,19)
#291111
(41,17,17)
#240F0F
(36,15,15)
#1F0D0D
(31,13,13)
#1A0B0B
(26,11,11)
#150909
(21,9,9)
#100707
(16,7,7)
#0B0505
(11,5,5)
#060303
(6,3,3)
#000000
(0,0,0)

Tints of #381717

#381717
(56,23,23)
#4A2C2C
(74,44,44)
#5C4141
(92,65,65)
#6E5656
(110,86,86)
#806B6B
(128,107,107)
#928080
(146,128,128)
#A49595
(164,149,149)
#B6AAAA
(182,170,170)
#C8BFBF
(200,191,191)
#DAD4D4
(218,212,212)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381717; }

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

This text font color is #381717.


Background Color

.myBgColor { background-color: #381717; }

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

This div background color is #381717.


Border color

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

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

This div border color is #381717.


Opacity

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

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

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

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

This text has shadow with #381717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381717 on black background.


Color preview on white background

This text has color #381717 on white background.



Black color preview on #381717 background

This text has black color on #381717 background.


White color preview on #381717 background

This text has white color on #381717 background.