COLOR #380729

HEX: #380729
RGB: (56,7,41)

Color info

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

RGB color model

#380729 color RGB value is (56,7,41).

  • red value is 56;
  • green value is 7;
  • blue value is 41.
RGB:
(56,7,41)
(22%,3%,16%)

RGB channels and saturation

R 56 of 255 = 22%
G 7 of 255 = 3%
B 41 of 255 = 16%

56
7
41

R + G + B ~ 14%. #380729 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 7 + 41 = 104 (100%)
R 56 of 104 ~ 53.85%
G 7 of 104 ~ 6.73%
B 41 of 104 ~ 39.42%

%53.85
%39.42

CMYK color model

#380729 color CMYK value is (0,88,27,78).

  • cyan value is 0.00%
  • magenta value is 87.50%
  • yellow value is 26.79%
  • key color value is 78.04%
CMYK:
(0,88,27,78)
C0M88Y27K78 
(0%,88%,27%,78%)
(0.00/0.88/0.27/0.78)	

CMYK percentages

%0
%87.5
%26.79
%78.04

Codes

Color #380729 in popluar color models

380729
RGB56741
HSL318°77.78%12.35%
HSB/HSV318°87.50%21.96%
CMYK0.00%87.50%26.79%
78.04%

Color #380729 in popluar number systems.

HEX380729
Decimal56741
Binary111000111101001
Octal70751

Shades and tints

Shades of #380729

#380729
(56,7,41)
#330726
(51,7,38)
#2E0723
(46,7,35)
#290720
(41,7,32)
#24071D
(36,7,29)
#1F071A
(31,7,26)
#1A0717
(26,7,23)
#150714
(21,7,20)
#100711
(16,7,17)
#0B070E
(11,7,14)
#06070B
(6,7,11)
#000000
(0,0,0)

Tints of #380729

#380729
(56,7,41)
#4A1D3C
(74,29,60)
#5C334F
(92,51,79)
#6E4962
(110,73,98)
#805F75
(128,95,117)
#927588
(146,117,136)
#A48B9B
(164,139,155)
#B6A1AE
(182,161,174)
#C8B7C1
(200,183,193)
#DACDD4
(218,205,212)
#ECE3E7
(236,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380729; }

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

This text font color is #380729.


Background Color

.myBgColor { background-color: #380729; }

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

This div background color is #380729.


Border color

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

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

This div border color is #380729.


Opacity

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

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

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

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

This text has shadow with #380729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380729 on black background.


Color preview on white background

This text has color #380729 on white background.



Black color preview on #380729 background

This text has black color on #380729 background.


White color preview on #380729 background

This text has white color on #380729 background.