COLOR #333124

HEX: #333124
RGB: (51,49,36)

Color info

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

RGB color model

#333124 color RGB value is (51,49,36).

  • red value is 51;
  • green value is 49;
  • blue value is 36.
RGB:
(51,49,36)
(20%,19%,14%)

RGB channels and saturation

R 51 of 255 = 20%
G 49 of 255 = 19%
B 36 of 255 = 14%

51
49
36

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

Portions of RGB colors in percentages

R + G + B =
51 + 49 + 36 = 136 (100%)
R 51 of 136 ~ 37.5%
G 49 of 136 ~ 36.03%
B 36 of 136 ~ 26.47%

%37.5
%36.03
%26.47

CMYK color model

#333124 color CMYK value is (0,4,29,80).

  • cyan value is 0.00%
  • magenta value is 3.92%
  • yellow value is 29.41%
  • key color value is 80.00%
CMYK:
(0,4,29,80)
C0M4Y29K80 
(0%,4%,29%,80%)
(0.00/0.04/0.29/0.80)	

CMYK percentages

%0
%3.92
%29.41
%80

Codes

Color #333124 in popluar color models

333124
RGB514936
HSL52°17.24%17.06%
HSB/HSV52°29.41%20.00%
CMYK0.00%3.92%29.41%
80.00%

Color #333124 in popluar number systems.

HEX333124
Decimal514936
Binary110011110001100100
Octal636144

Shades and tints

Shades of #333124

#333124
(51,49,36)
#2F2D21
(47,45,33)
#2B291E
(43,41,30)
#27251B
(39,37,27)
#232118
(35,33,24)
#1F1D15
(31,29,21)
#1B1912
(27,25,18)
#17150F
(23,21,15)
#13110C
(19,17,12)
#0F0D09
(15,13,9)
#0B0906
(11,9,6)
#000000
(0,0,0)

Tints of #333124

#333124
(51,49,36)
#454337
(69,67,55)
#57554A
(87,85,74)
#69675D
(105,103,93)
#7B7970
(123,121,112)
#8D8B83
(141,139,131)
#9F9D96
(159,157,150)
#B1AFA9
(177,175,169)
#C3C1BC
(195,193,188)
#D5D3CF
(213,211,207)
#E7E5E2
(231,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333124; }

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

This text font color is #333124.


Background Color

.myBgColor { background-color: #333124; }

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

This div background color is #333124.


Border color

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

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

This div border color is #333124.


Opacity

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

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

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

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

This text has shadow with #333124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #333124 on black background.


Color preview on white background

This text has color #333124 on white background.



Black color preview on #333124 background

This text has black color on #333124 background.


White color preview on #333124 background

This text has white color on #333124 background.