COLOR #3B122A

HEX: #3B122A
RGB: (59,18,42)

Color info

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

RGB color model

#3B122A color RGB value is (59,18,42).

  • red value is 59;
  • green value is 18;
  • blue value is 42.
RGB:
(59,18,42)
(23%,7%,16%)

RGB channels and saturation

R 59 of 255 = 23%
G 18 of 255 = 7%
B 42 of 255 = 16%

59
18
42

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

Portions of RGB colors in percentages

R + G + B =
59 + 18 + 42 = 119 (100%)
R 59 of 119 ~ 49.58%
G 18 of 119 ~ 15.13%
B 42 of 119 ~ 35.29%

%49.58
%15.13
%35.29

CMYK color model

#3B122A color CMYK value is (0,69,29,77).

  • cyan value is 0.00%
  • magenta value is 69.49%
  • yellow value is 28.81%
  • key color value is 76.86%
CMYK:
(0,69,29,77)
C0M69Y29K77 
(0%,69%,29%,77%)
(0.00/0.69/0.29/0.77)	

CMYK percentages

%0
%69.49
%28.81
%76.86

Codes

Color #3B122A in popluar color models

3B122A
RGB591842
HSL325°53.25%15.10%
HSB/HSV325°69.49%23.14%
CMYK0.00%69.49%28.81%
76.86%

Color #3B122A in popluar number systems.

HEX3B122A
Decimal591842
Binary11101110010101010
Octal732252

Shades and tints

Shades of #3B122A

#3B122A
(59,18,42)
#361127
(54,17,39)
#311024
(49,16,36)
#2C0F21
(44,15,33)
#270E1E
(39,14,30)
#220D1B
(34,13,27)
#1D0C18
(29,12,24)
#180B15
(24,11,21)
#130A12
(19,10,18)
#0E090F
(14,9,15)
#09080C
(9,8,12)
#000000
(0,0,0)

Tints of #3B122A

#3B122A
(59,18,42)
#4C273D
(76,39,61)
#5D3C50
(93,60,80)
#6E5163
(110,81,99)
#7F6676
(127,102,118)
#907B89
(144,123,137)
#A1909C
(161,144,156)
#B2A5AF
(178,165,175)
#C3BAC2
(195,186,194)
#D4CFD5
(212,207,213)
#E5E4E8
(229,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B122A color. Also use rgb(59,18,42) instead hex code.

Text Font Color

.myTextColor { color: #3B122A; }

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

This text font color is #3B122A.


Background Color

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

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

This div background color is #3B122A.


Border color

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

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

This div border color is #3B122A.


Opacity

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

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

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

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

This text has shadow with #3B122A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B122A on black background.


Color preview on white background

This text has color #3B122A on white background.



Black color preview on #3B122A background

This text has black color on #3B122A background.


White color preview on #3B122A background

This text has white color on #3B122A background.