COLOR #3B181D

HEX: #3B181D
RGB: (59,24,29)

Color info

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

RGB color model

#3B181D color RGB value is (59,24,29).

  • red value is 59;
  • green value is 24;
  • blue value is 29.
RGB:
(59,24,29)
(23%,9%,11%)

RGB channels and saturation

R 59 of 255 = 23%
G 24 of 255 = 9%
B 29 of 255 = 11%

59
24
29

R + G + B ~ 14%. #3B181D is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 24 + 29 = 112 (100%)
R 59 of 112 ~ 52.68%
G 24 of 112 ~ 21.43%
B 29 of 112 ~ 25.89%

%52.68
%21.43
%25.89

CMYK color model

#3B181D color CMYK value is (0,59,51,77).

  • cyan value is 0.00%
  • magenta value is 59.32%
  • yellow value is 50.85%
  • key color value is 76.86%
CMYK:
(0,59,51,77)
C0M59Y51K77 
(0%,59%,51%,77%)
(0.00/0.59/0.51/0.77)	

CMYK percentages

%0
%59.32
%50.85
%76.86

Codes

Color #3B181D in popluar color models

3B181D
RGB592429
HSL351°42.17%16.27%
HSB/HSV351°59.32%23.14%
CMYK0.00%59.32%50.85%
76.86%

Color #3B181D in popluar number systems.

HEX3B181D
Decimal592429
Binary1110111100011101
Octal733035

Shades and tints

Shades of #3B181D

#3B181D
(59,24,29)
#36161B
(54,22,27)
#311419
(49,20,25)
#2C1217
(44,18,23)
#271015
(39,16,21)
#220E13
(34,14,19)
#1D0C11
(29,12,17)
#180A0F
(24,10,15)
#13080D
(19,8,13)
#0E060B
(14,6,11)
#090409
(9,4,9)
#000000
(0,0,0)

Tints of #3B181D

#3B181D
(59,24,29)
#4C2D31
(76,45,49)
#5D4245
(93,66,69)
#6E5759
(110,87,89)
#7F6C6D
(127,108,109)
#908181
(144,129,129)
#A19695
(161,150,149)
#B2ABA9
(178,171,169)
#C3C0BD
(195,192,189)
#D4D5D1
(212,213,209)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B181D color. Also use rgb(59,24,29) instead hex code.

Text Font Color

.myTextColor { color: #3B181D; }

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

This text font color is #3B181D.


Background Color

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

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

This div background color is #3B181D.


Border color

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

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

This div border color is #3B181D.


Opacity

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

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

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

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

This text has shadow with #3B181D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B181D on black background.


Color preview on white background

This text has color #3B181D on white background.



Black color preview on #3B181D background

This text has black color on #3B181D background.


White color preview on #3B181D background

This text has white color on #3B181D background.