COLOR #333C1F

HEX: #333C1F
RGB: (51,60,31)

Color info

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

RGB color model

#333C1F color RGB value is (51,60,31).

  • red value is 51;
  • green value is 60;
  • blue value is 31.
RGB:
(51,60,31)
(20%,24%,12%)

RGB channels and saturation

R 51 of 255 = 20%
G 60 of 255 = 24%
B 31 of 255 = 12%

51
60
31

R + G + B ~ 19%. #333C1F is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 60 + 31 = 142 (100%)
R 51 of 142 ~ 35.92%
G 60 of 142 ~ 42.25%
B 31 of 142 ~ 21.83%

%35.92
%42.25
%21.83

CMYK color model

#333C1F color CMYK value is (15,0,48,76).

  • cyan value is 15.00%
  • magenta value is 0.00%
  • yellow value is 48.33%
  • key color value is 76.47%
CMYK:
(15,0,48,76)
C15M0Y48K76 
(15%,0%,48%,76%)
(0.15/0.00/0.48/0.76)	

CMYK percentages

%15
%0
%48.33
%76.47

Codes

Color #333C1F in popluar color models

333C1F
RGB516031
HSL79°31.87%17.84%
HSB/HSV79°48.33%23.53%
CMYK15.00%0.00%48.33%
76.47%

Color #333C1F in popluar number systems.

HEX333C1F
Decimal516031
Binary11001111110011111
Octal637437

Shades and tints

Shades of #333C1F

#333C1F
(51,60,31)
#2F371D
(47,55,29)
#2B321B
(43,50,27)
#272D19
(39,45,25)
#232817
(35,40,23)
#1F2315
(31,35,21)
#1B1E13
(27,30,19)
#171911
(23,25,17)
#13140F
(19,20,15)
#0F0F0D
(15,15,13)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #333C1F

#333C1F
(51,60,31)
#454D33
(69,77,51)
#575E47
(87,94,71)
#696F5B
(105,111,91)
#7B806F
(123,128,111)
#8D9183
(141,145,131)
#9FA297
(159,162,151)
#B1B3AB
(177,179,171)
#C3C4BF
(195,196,191)
#D5D5D3
(213,213,211)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333C1F color. Also use rgb(51,60,31) instead hex code.

Text Font Color

.myTextColor { color: #333C1F; }

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

This text font color is #333C1F.


Background Color

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

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

This div background color is #333C1F.


Border color

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

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

This div border color is #333C1F.


Opacity

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

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

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

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

This text has shadow with #333C1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333C1F on black background.


Color preview on white background

This text has color #333C1F on white background.



Black color preview on #333C1F background

This text has black color on #333C1F background.


White color preview on #333C1F background

This text has white color on #333C1F background.