COLOR #333618

HEX: #333618
RGB: (51,54,24)

Color info

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

RGB color model

#333618 color RGB value is (51,54,24).

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

RGB channels and saturation

R 51 of 255 = 20%
G 54 of 255 = 21%
B 24 of 255 = 9%

51
54
24

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

Portions of RGB colors in percentages

R + G + B =
51 + 54 + 24 = 129 (100%)
R 51 of 129 ~ 39.53%
G 54 of 129 ~ 41.86%
B 24 of 129 ~ 18.6%

%39.53
%41.86
%18.6

CMYK color model

#333618 color CMYK value is (6,0,56,79).

  • cyan value is 5.56%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 78.82%
CMYK:
(6,0,56,79)
C6M0Y56K79 
(6%,0%,56%,79%)
(0.06/0.00/0.56/0.79)	

CMYK percentages

%5.56
%0
%55.56
%78.82

Codes

Color #333618 in popluar color models

333618
RGB515424
HSL66°38.46%15.29%
HSB/HSV66°55.56%21.18%
CMYK5.56%0.00%55.56%
78.82%

Color #333618 in popluar number systems.

HEX333618
Decimal515424
Binary11001111011011000
Octal636630

Shades and tints

Shades of #333618

#333618
(51,54,24)
#2F3216
(47,50,22)
#2B2E14
(43,46,20)
#272A12
(39,42,18)
#232610
(35,38,16)
#1F220E
(31,34,14)
#1B1E0C
(27,30,12)
#171A0A
(23,26,10)
#131608
(19,22,8)
#0F1206
(15,18,6)
#0B0E04
(11,14,4)
#000000
(0,0,0)

Tints of #333618

#333618
(51,54,24)
#45482D
(69,72,45)
#575A42
(87,90,66)
#696C57
(105,108,87)
#7B7E6C
(123,126,108)
#8D9081
(141,144,129)
#9FA296
(159,162,150)
#B1B4AB
(177,180,171)
#C3C6C0
(195,198,192)
#D5D8D5
(213,216,213)
#E7EAEA
(231,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333618 color. Also use rgb(51,54,24) instead hex code.

Text Font Color

.myTextColor { color: #333618; }

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

This text font color is #333618.


Background Color

.myBgColor { background-color: #333618; }

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

This div background color is #333618.


Border color

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

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

This div border color is #333618.


Opacity

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

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

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

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

This text has shadow with #333618 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333618 on black background.


Color preview on white background

This text has color #333618 on white background.



Black color preview on #333618 background

This text has black color on #333618 background.


White color preview on #333618 background

This text has white color on #333618 background.