COLOR #380B3B

HEX: #380B3B
RGB: (56,11,59)

Color info

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

RGB color model

#380B3B color RGB value is (56,11,59).

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

RGB channels and saturation

R 56 of 255 = 22%
G 11 of 255 = 4%
B 59 of 255 = 23%

56
11
59

R + G + B ~ 16%. #380B3B is dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 11 + 59 = 126 (100%)
R 56 of 126 ~ 44.44%
G 11 of 126 ~ 8.73%
B 59 of 126 ~ 46.83%

%44.44
%46.83

CMYK color model

#380B3B color CMYK value is (5,81,0,77).

  • cyan value is 5.08%
  • magenta value is 81.36%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(5,81,0,77)
C5M81Y0K77 
(5%,81%,0%,77%)
(0.05/0.81/0.00/0.77)	

CMYK percentages

%5.08
%81.36
%0
%76.86

Codes

Color #380B3B in popluar color models

380B3B
RGB561159
HSL296°68.57%13.73%
HSB/HSV296°81.36%23.14%
CMYK5.08%81.36%0.00%
76.86%

Color #380B3B in popluar number systems.

HEX380B3B
Decimal561159
Binary1110001011111011
Octal701373

Shades and tints

Shades of #380B3B

#380B3B
(56,11,59)
#330A36
(51,10,54)
#2E0931
(46,9,49)
#29082C
(41,8,44)
#240727
(36,7,39)
#1F0622
(31,6,34)
#1A051D
(26,5,29)
#150418
(21,4,24)
#100313
(16,3,19)
#0B020E
(11,2,14)
#060109
(6,1,9)
#000000
(0,0,0)

Tints of #380B3B

#380B3B
(56,11,59)
#4A214C
(74,33,76)
#5C375D
(92,55,93)
#6E4D6E
(110,77,110)
#80637F
(128,99,127)
#927990
(146,121,144)
#A48FA1
(164,143,161)
#B6A5B2
(182,165,178)
#C8BBC3
(200,187,195)
#DAD1D4
(218,209,212)
#ECE7E5
(236,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #380B3B; }

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

This text font color is #380B3B.


Background Color

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

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

This div background color is #380B3B.


Border color

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

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

This div border color is #380B3B.


Opacity

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

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

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

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

This text has shadow with #380B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #380B3B on black background.


Color preview on white background

This text has color #380B3B on white background.



Black color preview on #380B3B background

This text has black color on #380B3B background.


White color preview on #380B3B background

This text has white color on #380B3B background.