COLOR #3B0223

HEX: #3B0223 RGB: (59,2,35)

Color info

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

RGB color model

#3B0223 color RGB value is (59,2,35).

RGB: (59,2,35) (23%, 1%, 14%)

RGB channels and saturation

R 59 of 255 = 23%
G 2 of 255 = 1%
B 35 of 255 = 14%

59
2
35

R + G + B ~ 13%. #3B0223 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 2 + 35 = 96 (100%)
R 59 of 96 ~ 61.46%
G 2 of 96 ~ 2.08%
B 35 of 96 ~ 36.46'%

%61.46
%36.46

CMYK color model

#3B0223 color CMYK value is (0,97,41,77).

  • cyan value is 0.00%
  • magenta value is 96.61%
  • yellow value is 40.68%
  • key color value is 76.86%

CMYK: (0,97,41,77)
C0M97Y41K77 (0%, 97%, 41%, 77%)
(0.00 / 0.97 / 0.41 / 0.77)

CMYK percentages

%0
%96.61
%40.68
%76.86

Codes

Color #3B0223 in popluar color models

3B 02 23
RGB 59 2 35
HSL 325° 93.44% 11.96%
HSB/HSV 325° 96.61% 23.14%
CMYK 0.00% 96.61% 40.68%
76.86%

Color #3B0223 in popluar number systems.

HEX 3B 02 23
Decimal 59 2 35
Binary 111011 10 100011
Octal 73 2 43

Shades and tints

Shades of #3B0223

#3B0223
(59,2,35)
#360220
(54,2,32)
#31021D
(49,2,29)
#2C021A
(44,2,26)
#270217
(39,2,23)
#220214
(34,2,20)
#1D0211
(29,2,17)
#18020E
(24,2,14)
#13020B
(19,2,11)
#0E0208
(14,2,8)
#090205
(9,2,5)
#000000
(0,0,0)

Tints of #3B0223

#3B0223
(59,2,35)
#4C1937
(76,25,55)
#5D304B
(93,48,75)
#6E475F
(110,71,95)
#7F5E73
(127,94,115)
#907587
(144,117,135)
#A18C9B
(161,140,155)
#B2A3AF
(178,163,175)
#C3BAC3
(195,186,195)
#D4D1D7
(212,209,215)
#E5E8EB
(229,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B0223 color. Also use rgb(59,2,35) instead hex code.

Text Font Color

.myTextColor { color: #3B0223; }

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

This text font color is #3B0223.

Background Color

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

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

This div background color is #3B0223.

Border color

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

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

This div border color is #3B0223.

Opacity

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

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

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

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

This text has shadow with #3B0223 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B0223.

Preview

Color preview on black background

This text has color #3B0223 on black background.


Color preview on white background

This text has color #3B0223 on white background.


Black color preview on #3B0223 background

This text has black color on #3B0223 background.


White color preview on #3B0223 background

This text has white color on #3B0223 background.


Related colors

Complementary color

Complementary color for #hex is #C4FDDC.


I love getcolorcode.com

Triadic colors

1 #233B02 and #02233B with #3B0223 are triadic colors.

2 #23023B and #023B23 with #3B0223 are triadic colors.