COLOR #381739

HEX: #381739
RGB: (56,23,57)

Color info

#381739 contains red, green and blue colors in about the same proportion. Web safe color of #381739 is #330033 (or #303).

RGB color model

#381739 color RGB value is (56,23,57).

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

RGB channels and saturation

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

56
23
57

R + G + B ~ 18%. #381739 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 23 + 57 = 136 (100%)
R 56 of 136 ~ 41.18%
G 23 of 136 ~ 16.91%
B 57 of 136 ~ 41.91%

%41.18
%16.91
%41.91

CMYK color model

#381739 color CMYK value is (2,60,0,78).

  • cyan value is 1.75%
  • magenta value is 59.65%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(2,60,0,78)
C2M60Y0K78 
(2%,60%,0%,78%)
(0.02/0.60/0.00/0.78)	

CMYK percentages

%1.75
%59.65
%0
%77.65

Codes

Color #381739 in popluar color models

381739
RGB562357
HSL298°42.50%15.69%
HSB/HSV298°59.65%22.35%
CMYK1.75%59.65%0.00%
77.65%

Color #381739 in popluar number systems.

HEX381739
Decimal562357
Binary11100010111111001
Octal702771

Shades and tints

Shades of #381739

#381739
(56,23,57)
#331534
(51,21,52)
#2E132F
(46,19,47)
#29112A
(41,17,42)
#240F25
(36,15,37)
#1F0D20
(31,13,32)
#1A0B1B
(26,11,27)
#150916
(21,9,22)
#100711
(16,7,17)
#0B050C
(11,5,12)
#060307
(6,3,7)
#000000
(0,0,0)

Tints of #381739

#381739
(56,23,57)
#4A2C4B
(74,44,75)
#5C415D
(92,65,93)
#6E566F
(110,86,111)
#806B81
(128,107,129)
#928093
(146,128,147)
#A495A5
(164,149,165)
#B6AAB7
(182,170,183)
#C8BFC9
(200,191,201)
#DAD4DB
(218,212,219)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #381739; }

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

This text font color is #381739.


Background Color

.myBgColor { background-color: #381739; }

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

This div background color is #381739.


Border color

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

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

This div border color is #381739.


Opacity

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

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

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

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

This text has shadow with #381739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381739 on black background.


Color preview on white background

This text has color #381739 on white background.



Black color preview on #381739 background

This text has black color on #381739 background.


White color preview on #381739 background

This text has white color on #381739 background.