COLOR #3B133D

HEX: #3B133D
RGB: (59,19,61)

Color info

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

RGB color model

#3B133D color RGB value is (59,19,61).

  • red value is 59;
  • green value is 19;
  • blue value is 61.
RGB:
(59,19,61)
(23%,7%,24%)

RGB channels and saturation

R 59 of 255 = 23%
G 19 of 255 = 7%
B 61 of 255 = 24%

59
19
61

R + G + B ~ 18%. #3B133D is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 19 + 61 = 139 (100%)
R 59 of 139 ~ 42.45%
G 19 of 139 ~ 13.67%
B 61 of 139 ~ 43.88%

%42.45
%13.67
%43.88

CMYK color model

#3B133D color CMYK value is (3,69,0,76).

  • cyan value is 3.28%
  • magenta value is 68.85%
  • yellow value is 0.00%
  • key color value is 76.08%
CMYK:
(3,69,0,76)
C3M69Y0K76 
(3%,69%,0%,76%)
(0.03/0.69/0.00/0.76)	

CMYK percentages

%3.28
%68.85
%0
%76.08

Codes

Color #3B133D in popluar color models

3B133D
RGB591961
HSL297°52.50%15.69%
HSB/HSV297°68.85%23.92%
CMYK3.28%68.85%0.00%
76.08%

Color #3B133D in popluar number systems.

HEX3B133D
Decimal591961
Binary11101110011111101
Octal732375

Shades and tints

Shades of #3B133D

#3B133D
(59,19,61)
#361238
(54,18,56)
#311133
(49,17,51)
#2C102E
(44,16,46)
#270F29
(39,15,41)
#220E24
(34,14,36)
#1D0D1F
(29,13,31)
#180C1A
(24,12,26)
#130B15
(19,11,21)
#0E0A10
(14,10,16)
#09090B
(9,9,11)
#000000
(0,0,0)

Tints of #3B133D

#3B133D
(59,19,61)
#4C284E
(76,40,78)
#5D3D5F
(93,61,95)
#6E5270
(110,82,112)
#7F6781
(127,103,129)
#907C92
(144,124,146)
#A191A3
(161,145,163)
#B2A6B4
(178,166,180)
#C3BBC5
(195,187,197)
#D4D0D6
(212,208,214)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B133D color. Also use rgb(59,19,61) instead hex code.

Text Font Color

.myTextColor { color: #3B133D; }

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

This text font color is #3B133D.


Background Color

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

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

This div background color is #3B133D.


Border color

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

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

This div border color is #3B133D.


Opacity

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

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

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

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

This text has shadow with #3B133D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B133D on black background.


Color preview on white background

This text has color #3B133D on white background.



Black color preview on #3B133D background

This text has black color on #3B133D background.


White color preview on #3B133D background

This text has white color on #3B133D background.