COLOR #311B07

HEX: #311B07
RGB: (49,27,7)

Color info

#311B07 contains red, green and blue colors in about the same proportion. Web safe color of #311B07 is #333300 (or #330).

RGB color model

#311B07 color RGB value is (49,27,7).

  • red value is 49;
  • green value is 27;
  • blue value is 7.
RGB:
(49,27,7)
(19%,11%,3%)

RGB channels and saturation

R 49 of 255 = 19%
G 27 of 255 = 11%
B 7 of 255 = 3%

49
27
7

R + G + B ~ 11%. #311B07 is dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 27 + 7 = 83 (100%)
R 49 of 83 ~ 59.04%
G 27 of 83 ~ 32.53%
B 7 of 83 ~ 8.43%

%59.04
%32.53

CMYK color model

#311B07 color CMYK value is (0,45,86,81).

  • cyan value is 0.00%
  • magenta value is 44.90%
  • yellow value is 85.71%
  • key color value is 80.78%
CMYK:
(0,45,86,81)
C0M45Y86K81 
(0%,45%,86%,81%)
(0.00/0.45/0.86/0.81)	

CMYK percentages

%0
%44.9
%85.71
%80.78

Codes

Color #311B07 in popluar color models

311B07
RGB49277
HSL29°75.00%10.98%
HSB/HSV29°85.71%19.22%
CMYK0.00%44.90%85.71%
80.78%

Color #311B07 in popluar number systems.

HEX311B07
Decimal49277
Binary11000111011111
Octal61337

Shades and tints

Shades of #311B07

#311B07
(49,27,7)
#2D1907
(45,25,7)
#291707
(41,23,7)
#251507
(37,21,7)
#211307
(33,19,7)
#1D1107
(29,17,7)
#190F07
(25,15,7)
#150D07
(21,13,7)
#110B07
(17,11,7)
#0D0907
(13,9,7)
#090707
(9,7,7)
#000000
(0,0,0)

Tints of #311B07

#311B07
(49,27,7)
#432F1D
(67,47,29)
#554333
(85,67,51)
#675749
(103,87,73)
#796B5F
(121,107,95)
#8B7F75
(139,127,117)
#9D938B
(157,147,139)
#AFA7A1
(175,167,161)
#C1BBB7
(193,187,183)
#D3CFCD
(211,207,205)
#E5E3E3
(229,227,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #311B07 color. Also use rgb(49,27,7) instead hex code.

Text Font Color

.myTextColor { color: #311B07; }

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

This text font color is #311B07.


Background Color

.myBgColor { background-color: #311B07; }

<div style="background-color:#311B07">Inner text</div>

This div background color is #311B07.


Border color

.myBorderColor { border: 1px solid #311B07; }

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

This div border color is #311B07.


Opacity

.myOpacity80 { color: #311B07; opacity: 0.8; }

<p style="color:#311B07;opacity:0.8;">80%</p>

Text with #311B07 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 #311B07;}

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

This text has shadow with #311B07 color.

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

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

This text has shadow with #311B07 primary color and red secondary color.


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

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

This text has shadow with #311B07 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #311B07 on black background.


Color preview on white background

This text has color #311B07 on white background.



Black color preview on #311B07 background

This text has black color on #311B07 background.


White color preview on #311B07 background

This text has white color on #311B07 background.