COLOR #333715

HEX: #333715
RGB: (51,55,21)

Color info

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

RGB color model

#333715 color RGB value is (51,55,21).

  • red value is 51;
  • green value is 55;
  • blue value is 21.
RGB:
(51,55,21)
(20%,22%,8%)

RGB channels and saturation

R 51 of 255 = 20%
G 55 of 255 = 22%
B 21 of 255 = 8%

51
55
21

R + G + B ~ 17%. #333715 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 55 + 21 = 127 (100%)
R 51 of 127 ~ 40.16%
G 55 of 127 ~ 43.31%
B 21 of 127 ~ 16.54%

%40.16
%43.31
%16.54

CMYK color model

#333715 color CMYK value is (7,0,62,78).

  • cyan value is 7.27%
  • magenta value is 0.00%
  • yellow value is 61.82%
  • key color value is 78.43%
CMYK:
(7,0,62,78)
C7M0Y62K78 
(7%,0%,62%,78%)
(0.07/0.00/0.62/0.78)	

CMYK percentages

%7.27
%0
%61.82
%78.43

Codes

Color #333715 in popluar color models

333715
RGB515521
HSL67°44.74%14.90%
HSB/HSV67°61.82%21.57%
CMYK7.27%0.00%61.82%
78.43%

Color #333715 in popluar number systems.

HEX333715
Decimal515521
Binary11001111011110101
Octal636725

Shades and tints

Shades of #333715

#333715
(51,55,21)
#2F3214
(47,50,20)
#2B2D13
(43,45,19)
#272812
(39,40,18)
#232311
(35,35,17)
#1F1E10
(31,30,16)
#1B190F
(27,25,15)
#17140E
(23,20,14)
#130F0D
(19,15,13)
#0F0A0C
(15,10,12)
#0B050B
(11,5,11)
#000000
(0,0,0)

Tints of #333715

#333715
(51,55,21)
#45492A
(69,73,42)
#575B3F
(87,91,63)
#696D54
(105,109,84)
#7B7F69
(123,127,105)
#8D917E
(141,145,126)
#9FA393
(159,163,147)
#B1B5A8
(177,181,168)
#C3C7BD
(195,199,189)
#D5D9D2
(213,217,210)
#E7EBE7
(231,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333715 color. Also use rgb(51,55,21) instead hex code.

Text Font Color

.myTextColor { color: #333715; }

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

This text font color is #333715.


Background Color

.myBgColor { background-color: #333715; }

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

This div background color is #333715.


Border color

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

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

This div border color is #333715.


Opacity

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

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

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

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

This text has shadow with #333715 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333715 on black background.


Color preview on white background

This text has color #333715 on white background.



Black color preview on #333715 background

This text has black color on #333715 background.


White color preview on #333715 background

This text has white color on #333715 background.