COLOR #3B090B

HEX: #3B090B
RGB: (59,9,11)

Color info

#3B090B contains red, green and blue colors in about the same proportion. Web safe color of #3B090B is #330000 (or #300).

RGB color model

#3B090B color RGB value is (59,9,11).

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

RGB channels and saturation

R 59 of 255 = 23%
G 9 of 255 = 4%
B 11 of 255 = 4%

59
9
11

R + G + B ~ 10%. #3B090B is dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 9 + 11 = 79 (100%)
R 59 of 79 ~ 74.68%
G 9 of 79 ~ 11.39%
B 11 of 79 ~ 13.92%

%74.68
%11.39
%13.92

CMYK color model

#3B090B color CMYK value is (0,85,81,77).

  • cyan value is 0.00%
  • magenta value is 84.75%
  • yellow value is 81.36%
  • key color value is 76.86%
CMYK:
(0,85,81,77)
C0M85Y81K77 
(0%,85%,81%,77%)
(0.00/0.85/0.81/0.77)	

CMYK percentages

%0
%84.75
%81.36
%76.86

Codes

Color #3B090B in popluar color models

3B090B
RGB59911
HSL358°73.53%13.33%
HSB/HSV358°84.75%23.14%
CMYK0.00%84.75%81.36%
76.86%

Color #3B090B in popluar number systems.

HEX3B090B
Decimal59911
Binary11101110011011
Octal731113

Shades and tints

Shades of #3B090B

#3B090B
(59,9,11)
#36090A
(54,9,10)
#310909
(49,9,9)
#2C0908
(44,9,8)
#270907
(39,9,7)
#220906
(34,9,6)
#1D0905
(29,9,5)
#180904
(24,9,4)
#130903
(19,9,3)
#0E0902
(14,9,2)
#090901
(9,9,1)
#000000
(0,0,0)

Tints of #3B090B

#3B090B
(59,9,11)
#4C1F21
(76,31,33)
#5D3537
(93,53,55)
#6E4B4D
(110,75,77)
#7F6163
(127,97,99)
#907779
(144,119,121)
#A18D8F
(161,141,143)
#B2A3A5
(178,163,165)
#C3B9BB
(195,185,187)
#D4CFD1
(212,207,209)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B090B color. Also use rgb(59,9,11) instead hex code.

Text Font Color

.myTextColor { color: #3B090B; }

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

This text font color is #3B090B.


Background Color

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

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

This div background color is #3B090B.


Border color

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

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

This div border color is #3B090B.


Opacity

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

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

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

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

This text has shadow with #3B090B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B090B on black background.


Color preview on white background

This text has color #3B090B on white background.



Black color preview on #3B090B background

This text has black color on #3B090B background.


White color preview on #3B090B background

This text has white color on #3B090B background.