COLOR #333113

HEX: #333113
RGB: (51,49,19)

Color info

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

RGB color model

#333113 color RGB value is (51,49,19).

  • red value is 51;
  • green value is 49;
  • blue value is 19.
RGB:
(51,49,19)
(20%,19%,7%)

RGB channels and saturation

R 51 of 255 = 20%
G 49 of 255 = 19%
B 19 of 255 = 7%

51
49
19

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

Portions of RGB colors in percentages

R + G + B =
51 + 49 + 19 = 119 (100%)
R 51 of 119 ~ 42.86%
G 49 of 119 ~ 41.18%
B 19 of 119 ~ 15.97%

%42.86
%41.18
%15.97

CMYK color model

#333113 color CMYK value is (0,4,63,80).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 62.75%
  • key color value is 80.00%
CMYK:
(0,4,63,80)
C0M4Y63K80 
(0%,4%,63%,80%)
(0.00/0.04/0.63/0.80)	

CMYK percentages

%0
%3.92
%62.75
%80

Codes

Color #333113 in popluar color models

333113
RGB514919
HSL56°45.71%13.73%
HSB/HSV56°62.75%20.00%
CMYK0.00%3.92%62.75%
80.00%

Color #333113 in popluar number systems.

HEX333113
Decimal514919
Binary11001111000110011
Octal636123

Shades and tints

Shades of #333113

#333113
(51,49,19)
#2F2D12
(47,45,18)
#2B2911
(43,41,17)
#272510
(39,37,16)
#23210F
(35,33,15)
#1F1D0E
(31,29,14)
#1B190D
(27,25,13)
#17150C
(23,21,12)
#13110B
(19,17,11)
#0F0D0A
(15,13,10)
#0B0909
(11,9,9)
#000000
(0,0,0)

Tints of #333113

#333113
(51,49,19)
#454328
(69,67,40)
#57553D
(87,85,61)
#696752
(105,103,82)
#7B7967
(123,121,103)
#8D8B7C
(141,139,124)
#9F9D91
(159,157,145)
#B1AFA6
(177,175,166)
#C3C1BB
(195,193,187)
#D5D3D0
(213,211,208)
#E7E5E5
(231,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333113 color. Also use rgb(51,49,19) instead hex code.

Text Font Color

.myTextColor { color: #333113; }

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

This text font color is #333113.


Background Color

.myBgColor { background-color: #333113; }

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

This div background color is #333113.


Border color

.myBorderColor { border: 1px solid #333113; }

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

This div border color is #333113.


Opacity

.myOpacity80 { color: #333113; opacity: 0.8; }

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

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

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

This text has shadow with #333113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333113 on black background.


Color preview on white background

This text has color #333113 on white background.



Black color preview on #333113 background

This text has black color on #333113 background.


White color preview on #333113 background

This text has white color on #333113 background.