COLOR #33242A

HEX: #33242A RGB: (51,36,42)

Color info

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

RGB color model

#33242A color RGB value is (51,36,42).

RGB: (51,36,42) (20%, 14%, 16%)

RGB channels and saturation

R 51 of 255 = 20%
G 36 of 255 = 14%
B 42 of 255 = 16%

51
36
42

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

Portions of RGB colors in percentages

R + G + B = 51 + 36 + 42 = 129 (100%)
R 51 of 129 ~ 39.53%
G 36 of 129 ~ 27.91%
B 42 of 129 ~ 32.56'%

%39.53
%27.91
%32.56

CMYK color model

#33242A color CMYK value is (0,29,18,80).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 17.65%
  • key color value is 80.00%
CMYK: (0,29,18,80) C0M29Y18K80 (0%,29%,18%,80%) (0.00/0.29/0.18/0.80) 

CMYK percentages

%0
%29.41
%17.65
%80

Codes

Color #33242A in popluar color models

33 24 2A
RGB 51 36 42
HSL 336° 17.24% 17.06%
HSB/HSV 336° 29.41% 20.00%
CMYK 0.00% 29.41% 17.65%
80.00%

Color #33242A in popluar number systems.

HEX 33 24 2A
Decimal 51 36 42
Binary 110011 100100 101010
Octal 63 44 52

Shades and tints

Shades of #33242A

#33242A
(51,36,42)
#2F2127
(47,33,39)
#2B1E24
(43,30,36)
#271B21
(39,27,33)
#23181E
(35,24,30)
#1F151B
(31,21,27)
#1B1218
(27,18,24)
#170F15
(23,15,21)
#130C12
(19,12,18)
#0F090F
(15,9,15)
#0B060C
(11,6,12)
#000000
(0,0,0)

Tints of #33242A

#33242A
(51,36,42)
#45373D
(69,55,61)
#574A50
(87,74,80)
#695D63
(105,93,99)
#7B7076
(123,112,118)
#8D8389
(141,131,137)
#9F969C
(159,150,156)
#B1A9AF
(177,169,175)
#C3BCC2
(195,188,194)
#D5CFD5
(213,207,213)
#E7E2E8
(231,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33242A color. Also use rgb(51,36,42) instead hex code.

Text Font Color

.myTextColor { color: #33242A; }

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

This text font color is #33242A.

Background Color

.myBgColor { background-color: #33242A; }

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

This div background color is #33242A.

Border color

.myBorderColor { border: 1px solid #33242A; }

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

This div border color is #33242A.

Opacity

.myOpacity80 { color: #33242A; opacity: 0.8; }

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

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

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

This text has shadow with #33242A color.


.textShadow {text-shadow: 3px 3px 1px #33242A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #33242A; -webkit-box-shadow: 1px 1px 3px 2px #33242A; box-shadow:1px 1px 3px 2px #33242A;">
Div content here
</div>

This div box has shadow with color #33242A.

Preview

Color preview on black background

This text has color #33242A on black background.


Color preview on white background

This text has color #33242A on white background.


Black color preview on #33242A background

This text has black color on #33242A background.


White color preview on #33242A background

This text has white color on #33242A background.


Related colors

Complementary color

Complementary color for #hex is #CCDBD5.


I love getcolorcode.com

Triadic colors

1 #2A3324 and #242A33 with #33242A are triadic colors.

2 #2A2433 and #24332A with #33242A are triadic colors.