COLOR #3B0530

HEX: #3B0530 RGB: (59,5,48)

Color info

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

RGB color model

#3B0530 color RGB value is (59,5,48).

RGB: (59,5,48) (23%, 2%, 19%)

RGB channels and saturation

R 59 of 255 = 23%
G 5 of 255 = 2%
B 48 of 255 = 19%

59
5
48

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

Portions of RGB colors in percentages

R + G + B = 59 + 5 + 48 = 112 (100%)
R 59 of 112 ~ 52.68%
G 5 of 112 ~ 4.46%
B 48 of 112 ~ 42.86'%

%52.68
%42.86

CMYK color model

#3B0530 color CMYK value is (0,92,19,77).

  • cyan value is 0.00%
  • magenta value is 91.53%
  • yellow value is 18.64%
  • key color value is 76.86%

CMYK: (0,92,19,77)
C0M92Y19K77 (0%, 92%, 19%, 77%)
(0.00 / 0.92 / 0.19 / 0.77)

CMYK percentages

%0
%91.53
%18.64
%76.86

Codes

Color #3B0530 in popluar color models

3B 05 30
RGB 59 5 48
HSL 312° 84.38% 12.55%
HSB/HSV 312° 91.53% 23.14%
CMYK 0.00% 91.53% 18.64%
76.86%

Color #3B0530 in popluar number systems.

HEX 3B 05 30
Decimal 59 5 48
Binary 111011 101 110000
Octal 73 5 60

Shades and tints

Shades of #3B0530

#3B0530
(59,5,48)
#36052C
(54,5,44)
#310528
(49,5,40)
#2C0524
(44,5,36)
#270520
(39,5,32)
#22051C
(34,5,28)
#1D0518
(29,5,24)
#180514
(24,5,20)
#130510
(19,5,16)
#0E050C
(14,5,12)
#090508
(9,5,8)
#000000
(0,0,0)

Tints of #3B0530

#3B0530
(59,5,48)
#4C1B42
(76,27,66)
#5D3154
(93,49,84)
#6E4766
(110,71,102)
#7F5D78
(127,93,120)
#90738A
(144,115,138)
#A1899C
(161,137,156)
#B29FAE
(178,159,174)
#C3B5C0
(195,181,192)
#D4CBD2
(212,203,210)
#E5E1E4
(229,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B0530 color. Also use rgb(59,5,48) instead hex code.

Text Font Color

.myTextColor { color: #3B0530; }

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

This text font color is #3B0530.

Background Color

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

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

This div background color is #3B0530.

Border color

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

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

This div border color is #3B0530.

Opacity

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

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

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

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

This text has shadow with #3B0530 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B0530.

Preview

Color preview on black background

This text has color #3B0530 on black background.


Color preview on white background

This text has color #3B0530 on white background.


Black color preview on #3B0530 background

This text has black color on #3B0530 background.


White color preview on #3B0530 background

This text has white color on #3B0530 background.


Related colors

Complementary color

Complementary color for #hex is #C4FACF.


I love getcolorcode.com

Triadic colors

1 #303B05 and #05303B with #3B0530 are triadic colors.

2 #30053B and #053B30 with #3B0530 are triadic colors.