COLOR #3B0038

HEX: #3B0038 RGB: (59,0,56)

Color info

#3B0038 contains only red and blue colors. Web safe color of #3B0038 is #330033 (or #303).

RGB color model

#3B0038 color RGB value is (59,0,56).

RGB: (59,0,56) (23%, 0%, 22%)

RGB channels and saturation

R 59 of 255 = 23%
G 0 of 255 = 0%
B 56 of 255 = 22%

59
0
56

R + G + B ~ 15%. #3B0038 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 0 + 56 = 115 (100%)
R 59 of 115 ~ 51.3%
G 0 of 115 ~ 0%
B 56 of 115 ~ 48.7'%

%51.3
%48.7

CMYK color model

#3B0038 color CMYK value is (0,100,5,77).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 5.08%
  • key color value is 76.86%
CMYK: (0,100,5,77) C0M100Y5K77 (0%,100%,5%,77%) (0.00/1.00/0.05/0.77) 

CMYK percentages

%0
%100
%5.08
%76.86

Codes

Color #3B0038 in popluar color models

3B 00 38
RGB 59 0 56
HSL 303° 100.00% 11.57%
HSB/HSV 303° 100.00% 23.14%
CMYK 0.00% 100.00% 5.08%
76.86%

Color #3B0038 in popluar number systems.

HEX 3B 00 38
Decimal 59 0 56
Binary 111011 0 111000
Octal 73 0 70

Shades and tints

Shades of #3B0038

#3B0038
(59,0,56)
#360033
(54,0,51)
#31002E
(49,0,46)
#2C0029
(44,0,41)
#270024
(39,0,36)
#22001F
(34,0,31)
#1D001A
(29,0,26)
#180015
(24,0,21)
#130010
(19,0,16)
#0E000B
(14,0,11)
#090006
(9,0,6)
#000000
(0,0,0)

Tints of #3B0038

#3B0038
(59,0,56)
#4C174A
(76,23,74)
#5D2E5C
(93,46,92)
#6E456E
(110,69,110)
#7F5C80
(127,92,128)
#907392
(144,115,146)
#A18AA4
(161,138,164)
#B2A1B6
(178,161,182)
#C3B8C8
(195,184,200)
#D4CFDA
(212,207,218)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B0038 color. Also use rgb(59,0,56) instead hex code.

Text Font Color

.myTextColor { color: #3B0038; }

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

This text font color is #3B0038.

Background Color

.myBgColor { background-color: #3B0038; }

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

This div background color is #3B0038.

Border color

.myBorderColor { border: 1px solid #3B0038; }

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

This div border color is #3B0038.

Opacity

.myOpacity80 { color: #3B0038; opacity: 0.8; }

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

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

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

This text has shadow with #3B0038 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B0038.

Preview

Color preview on black background

This text has color #3B0038 on black background.


Color preview on white background

This text has color #3B0038 on white background.


Black color preview on #3B0038 background

This text has black color on #3B0038 background.


White color preview on #3B0038 background

This text has white color on #3B0038 background.


Related colors

Complementary color

Complementary color for #hex is #C4FFC7.


I love getcolorcode.com

Triadic colors

1 #383B00 and #00383B with #3B0038 are triadic colors.

2 #38003B and #003B38 with #3B0038 are triadic colors.