COLOR #3B1735

HEX: #3B1735
RGB: (59,23,53)

Color info

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

RGB color model

#3B1735 color RGB value is (59,23,53).

  • red value is 59;
  • green value is 23;
  • blue value is 53.
RGB:
(59,23,53)
(23%,9%,21%)

RGB channels and saturation

R 59 of 255 = 23%
G 23 of 255 = 9%
B 53 of 255 = 21%

59
23
53

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

Portions of RGB colors in percentages

R + G + B =
59 + 23 + 53 = 135 (100%)
R 59 of 135 ~ 43.7%
G 23 of 135 ~ 17.04%
B 53 of 135 ~ 39.26%

%43.7
%17.04
%39.26

CMYK color model

#3B1735 color CMYK value is (0,61,10,77).

  • cyan value is 0.00%
  • magenta value is 61.02%
  • yellow value is 10.17%
  • key color value is 76.86%
CMYK:
(0,61,10,77)
C0M61Y10K77 
(0%,61%,10%,77%)
(0.00/0.61/0.10/0.77)	

CMYK percentages

%0
%61.02
%10.17
%76.86

Codes

Color #3B1735 in popluar color models

3B1735
RGB592353
HSL310°43.90%16.08%
HSB/HSV310°61.02%23.14%
CMYK0.00%61.02%10.17%
76.86%

Color #3B1735 in popluar number systems.

HEX3B1735
Decimal592353
Binary11101110111110101
Octal732765

Shades and tints

Shades of #3B1735

#3B1735
(59,23,53)
#361531
(54,21,49)
#31132D
(49,19,45)
#2C1129
(44,17,41)
#270F25
(39,15,37)
#220D21
(34,13,33)
#1D0B1D
(29,11,29)
#180919
(24,9,25)
#130715
(19,7,21)
#0E0511
(14,5,17)
#09030D
(9,3,13)
#000000
(0,0,0)

Tints of #3B1735

#3B1735
(59,23,53)
#4C2C47
(76,44,71)
#5D4159
(93,65,89)
#6E566B
(110,86,107)
#7F6B7D
(127,107,125)
#90808F
(144,128,143)
#A195A1
(161,149,161)
#B2AAB3
(178,170,179)
#C3BFC5
(195,191,197)
#D4D4D7
(212,212,215)
#E5E9E9
(229,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B1735 color. Also use rgb(59,23,53) instead hex code.

Text Font Color

.myTextColor { color: #3B1735; }

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

This text font color is #3B1735.


Background Color

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

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

This div background color is #3B1735.


Border color

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

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

This div border color is #3B1735.


Opacity

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

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

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

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

This text has shadow with #3B1735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B1735 on black background.


Color preview on white background

This text has color #3B1735 on white background.



Black color preview on #3B1735 background

This text has black color on #3B1735 background.


White color preview on #3B1735 background

This text has white color on #3B1735 background.