COLOR #333913

HEX: #333913
RGB: (51,57,19)

Color info

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

RGB color model

#333913 color RGB value is (51,57,19).

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

RGB channels and saturation

R 51 of 255 = 20%
G 57 of 255 = 22%
B 19 of 255 = 7%

51
57
19

R + G + B ~ 16%. #333913 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 57 + 19 = 127 (100%)
R 51 of 127 ~ 40.16%
G 57 of 127 ~ 44.88%
B 19 of 127 ~ 14.96%

%40.16
%44.88
%14.96

CMYK color model

#333913 color CMYK value is (11,0,67,78).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 77.65%
CMYK:
(11,0,67,78)
C11M0Y67K78 
(11%,0%,67%,78%)
(0.11/0.00/0.67/0.78)	

CMYK percentages

%10.53
%0
%66.67
%77.65

Codes

Color #333913 in popluar color models

333913
RGB515719
HSL69°50.00%14.90%
HSB/HSV69°66.67%22.35%
CMYK10.53%0.00%66.67%
77.65%

Color #333913 in popluar number systems.

HEX333913
Decimal515719
Binary11001111100110011
Octal637123

Shades and tints

Shades of #333913

#333913
(51,57,19)
#2F3412
(47,52,18)
#2B2F11
(43,47,17)
#272A10
(39,42,16)
#23250F
(35,37,15)
#1F200E
(31,32,14)
#1B1B0D
(27,27,13)
#17160C
(23,22,12)
#13110B
(19,17,11)
#0F0C0A
(15,12,10)
#0B0709
(11,7,9)
#000000
(0,0,0)

Tints of #333913

#333913
(51,57,19)
#454B28
(69,75,40)
#575D3D
(87,93,61)
#696F52
(105,111,82)
#7B8167
(123,129,103)
#8D937C
(141,147,124)
#9FA591
(159,165,145)
#B1B7A6
(177,183,166)
#C3C9BB
(195,201,187)
#D5DBD0
(213,219,208)
#E7EDE5
(231,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333913; }

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

This text font color is #333913.


Background Color

.myBgColor { background-color: #333913; }

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

This div background color is #333913.


Border color

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

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

This div border color is #333913.


Opacity

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

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

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

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

This text has shadow with #333913 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333913 on black background.


Color preview on white background

This text has color #333913 on white background.



Black color preview on #333913 background

This text has black color on #333913 background.


White color preview on #333913 background

This text has white color on #333913 background.