COLOR #380B30

HEX: #380B30
RGB: (56,11,48)

Color info

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

RGB color model

#380B30 color RGB value is (56,11,48).

  • red value is 56;
  • green value is 11;
  • blue value is 48.
RGB:
(56,11,48)
(22%,4%,19%)

RGB channels and saturation

R 56 of 255 = 22%
G 11 of 255 = 4%
B 48 of 255 = 19%

56
11
48

R + G + B ~ 15%. #380B30 is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 11 + 48 = 115 (100%)
R 56 of 115 ~ 48.7%
G 11 of 115 ~ 9.57%
B 48 of 115 ~ 41.74%

%48.7
%9.57
%41.74

CMYK color model

#380B30 color CMYK value is (0,80,14,78).

  • cyan value is 0.00%
  • magenta value is 80.36%
  • yellow value is 14.29%
  • key color value is 78.04%
CMYK:
(0,80,14,78)
C0M80Y14K78 
(0%,80%,14%,78%)
(0.00/0.80/0.14/0.78)	

CMYK percentages

%0
%80.36
%14.29
%78.04

Codes

Color #380B30 in popluar color models

380B30
RGB561148
HSL311°67.16%13.14%
HSB/HSV311°80.36%21.96%
CMYK0.00%80.36%14.29%
78.04%

Color #380B30 in popluar number systems.

HEX380B30
Decimal561148
Binary1110001011110000
Octal701360

Shades and tints

Shades of #380B30

#380B30
(56,11,48)
#330A2C
(51,10,44)
#2E0928
(46,9,40)
#290824
(41,8,36)
#240720
(36,7,32)
#1F061C
(31,6,28)
#1A0518
(26,5,24)
#150414
(21,4,20)
#100310
(16,3,16)
#0B020C
(11,2,12)
#060108
(6,1,8)
#000000
(0,0,0)

Tints of #380B30

#380B30
(56,11,48)
#4A2142
(74,33,66)
#5C3754
(92,55,84)
#6E4D66
(110,77,102)
#806378
(128,99,120)
#92798A
(146,121,138)
#A48F9C
(164,143,156)
#B6A5AE
(182,165,174)
#C8BBC0
(200,187,192)
#DAD1D2
(218,209,210)
#ECE7E4
(236,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #380B30 color. Also use rgb(56,11,48) instead hex code.

Text Font Color

.myTextColor { color: #380B30; }

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

This text font color is #380B30.


Background Color

.myBgColor { background-color: #380B30; }

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

This div background color is #380B30.


Border color

.myBorderColor { border: 1px solid #380B30; }

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

This div border color is #380B30.


Opacity

.myOpacity80 { color: #380B30; opacity: 0.8; }

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

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

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

This text has shadow with #380B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380B30 on black background.


Color preview on white background

This text has color #380B30 on white background.



Black color preview on #380B30 background

This text has black color on #380B30 background.


White color preview on #380B30 background

This text has white color on #380B30 background.