COLOR #333426

HEX: #333426
RGB: (51,52,38)

Color info

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

RGB color model

#333426 color RGB value is (51,52,38).

  • red value is 51;
  • green value is 52;
  • blue value is 38.
RGB:
(51,52,38)
(20%,20%,15%)

RGB channels and saturation

R 51 of 255 = 20%
G 52 of 255 = 20%
B 38 of 255 = 15%

51
52
38

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

Portions of RGB colors in percentages

R + G + B =
51 + 52 + 38 = 141 (100%)
R 51 of 141 ~ 36.17%
G 52 of 141 ~ 36.88%
B 38 of 141 ~ 26.95%

%36.17
%36.88
%26.95

CMYK color model

#333426 color CMYK value is (2,0,27,80).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 79.61%
CMYK:
(2,0,27,80)
C2M0Y27K80 
(2%,0%,27%,80%)
(0.02/0.00/0.27/0.80)	

CMYK percentages

%1.92
%0
%26.92
%79.61

Codes

Color #333426 in popluar color models

333426
RGB515238
HSL64°15.56%17.65%
HSB/HSV64°26.92%20.39%
CMYK1.92%0.00%26.92%
79.61%

Color #333426 in popluar number systems.

HEX333426
Decimal515238
Binary110011110100100110
Octal636446

Shades and tints

Shades of #333426

#333426
(51,52,38)
#2F3023
(47,48,35)
#2B2C20
(43,44,32)
#27281D
(39,40,29)
#23241A
(35,36,26)
#1F2017
(31,32,23)
#1B1C14
(27,28,20)
#171811
(23,24,17)
#13140E
(19,20,14)
#0F100B
(15,16,11)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #333426

#333426
(51,52,38)
#454639
(69,70,57)
#57584C
(87,88,76)
#696A5F
(105,106,95)
#7B7C72
(123,124,114)
#8D8E85
(141,142,133)
#9FA098
(159,160,152)
#B1B2AB
(177,178,171)
#C3C4BE
(195,196,190)
#D5D6D1
(213,214,209)
#E7E8E4
(231,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #333426 color. Also use rgb(51,52,38) instead hex code.

Text Font Color

.myTextColor { color: #333426; }

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

This text font color is #333426.


Background Color

.myBgColor { background-color: #333426; }

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

This div background color is #333426.


Border color

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

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

This div border color is #333426.


Opacity

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

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

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

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

This text has shadow with #333426 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333426 on black background.


Color preview on white background

This text has color #333426 on white background.



Black color preview on #333426 background

This text has black color on #333426 background.


White color preview on #333426 background

This text has white color on #333426 background.