COLOR #333D17

HEX: #333D17
RGB: (51,61,23)

Color info

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

RGB color model

#333D17 color RGB value is (51,61,23).

  • red value is 51;
  • green value is 61;
  • blue value is 23.
RGB:
(51,61,23)
(20%,24%,9%)

RGB channels and saturation

R 51 of 255 = 20%
G 61 of 255 = 24%
B 23 of 255 = 9%

51
61
23

R + G + B ~ 18%. #333D17 is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 61 + 23 = 135 (100%)
R 51 of 135 ~ 37.78%
G 61 of 135 ~ 45.19%
B 23 of 135 ~ 17.04%

%37.78
%45.19
%17.04

CMYK color model

#333D17 color CMYK value is (16,0,62,76).

  • cyan value is 16.39%
  • magenta value is 0.00%
  • yellow value is 62.30%
  • key color value is 76.08%
CMYK:
(16,0,62,76)
C16M0Y62K76 
(16%,0%,62%,76%)
(0.16/0.00/0.62/0.76)	

CMYK percentages

%16.39
%0
%62.3
%76.08

Codes

Color #333D17 in popluar color models

333D17
RGB516123
HSL76°45.24%16.47%
HSB/HSV76°62.30%23.92%
CMYK16.39%0.00%62.30%
76.08%

Color #333D17 in popluar number systems.

HEX333D17
Decimal516123
Binary11001111110110111
Octal637527

Shades and tints

Shades of #333D17

#333D17
(51,61,23)
#2F3815
(47,56,21)
#2B3313
(43,51,19)
#272E11
(39,46,17)
#23290F
(35,41,15)
#1F240D
(31,36,13)
#1B1F0B
(27,31,11)
#171A09
(23,26,9)
#131507
(19,21,7)
#0F1005
(15,16,5)
#0B0B03
(11,11,3)
#000000
(0,0,0)

Tints of #333D17

#333D17
(51,61,23)
#454E2C
(69,78,44)
#575F41
(87,95,65)
#697056
(105,112,86)
#7B816B
(123,129,107)
#8D9280
(141,146,128)
#9FA395
(159,163,149)
#B1B4AA
(177,180,170)
#C3C5BF
(195,197,191)
#D5D6D4
(213,214,212)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333D17 color. Also use rgb(51,61,23) instead hex code.

Text Font Color

.myTextColor { color: #333D17; }

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

This text font color is #333D17.


Background Color

.myBgColor { background-color: #333D17; }

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

This div background color is #333D17.


Border color

.myBorderColor { border: 1px solid #333D17; }

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

This div border color is #333D17.


Opacity

.myOpacity80 { color: #333D17; opacity: 0.8; }

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

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

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

This text has shadow with #333D17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333D17 on black background.


Color preview on white background

This text has color #333D17 on white background.



Black color preview on #333D17 background

This text has black color on #333D17 background.


White color preview on #333D17 background

This text has white color on #333D17 background.