COLOR #333526

HEX: #333526
RGB: (51,53,38)

Color info

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

RGB color model

#333526 color RGB value is (51,53,38).

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

RGB channels and saturation

R 51 of 255 = 20%
G 53 of 255 = 21%
B 38 of 255 = 15%

51
53
38

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

Portions of RGB colors in percentages

R + G + B =
51 + 53 + 38 = 142 (100%)
R 51 of 142 ~ 35.92%
G 53 of 142 ~ 37.32%
B 38 of 142 ~ 26.76%

%35.92
%37.32
%26.76

CMYK color model

#333526 color CMYK value is (4,0,28,79).

  • cyan value is 3.77%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 79.22%
CMYK:
(4,0,28,79)
C4M0Y28K79 
(4%,0%,28%,79%)
(0.04/0.00/0.28/0.79)	

CMYK percentages

%3.77
%0
%28.3
%79.22

Codes

Color #333526 in popluar color models

333526
RGB515338
HSL68°16.48%17.84%
HSB/HSV68°28.30%20.78%
CMYK3.77%0.00%28.30%
79.22%

Color #333526 in popluar number systems.

HEX333526
Decimal515338
Binary110011110101100110
Octal636546

Shades and tints

Shades of #333526

#333526
(51,53,38)
#2F3123
(47,49,35)
#2B2D20
(43,45,32)
#27291D
(39,41,29)
#23251A
(35,37,26)
#1F2117
(31,33,23)
#1B1D14
(27,29,20)
#171911
(23,25,17)
#13150E
(19,21,14)
#0F110B
(15,17,11)
#0B0D08
(11,13,8)
#000000
(0,0,0)

Tints of #333526

#333526
(51,53,38)
#454739
(69,71,57)
#57594C
(87,89,76)
#696B5F
(105,107,95)
#7B7D72
(123,125,114)
#8D8F85
(141,143,133)
#9FA198
(159,161,152)
#B1B3AB
(177,179,171)
#C3C5BE
(195,197,190)
#D5D7D1
(213,215,209)
#E7E9E4
(231,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333526; }

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

This text font color is #333526.


Background Color

.myBgColor { background-color: #333526; }

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

This div background color is #333526.


Border color

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

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

This div border color is #333526.


Opacity

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

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

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

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

This text has shadow with #333526 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333526 on black background.


Color preview on white background

This text has color #333526 on white background.



Black color preview on #333526 background

This text has black color on #333526 background.


White color preview on #333526 background

This text has white color on #333526 background.