COLOR #333407

HEX: #333407 RGB: (51,52,7)

Color info

#333407 contains red, green and blue colors in about the same proportion. Web safe color of #333407 is #333300 (or #330).

RGB color model

#333407 color RGB value is (51,52,7).

RGB: (51,52,7) (20%, 20%, 3%)

RGB channels and saturation

R 51 of 255 = 20%
G 52 of 255 = 20%
B 7 of 255 = 3%

51
52
7

R + G + B ~ 14%. #333407 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 52 + 7 = 110 (100%)
R 51 of 110 ~ 46.36%
G 52 of 110 ~ 47.27%
B 7 of 110 ~ 6.36'%

%46.36
%47.27

CMYK color model

#333407 color CMYK value is (2,0,87,80).

  • cyan value is 1.92%
  • magenta value is 0.00%
  • yellow value is 86.54%
  • key color value is 79.61%

CMYK: (2,0,87,80)
C2M0Y87K80 (2%, 0%, 87%, 80%)
(0.02 / 0.00 / 0.87 / 0.80)

CMYK percentages

%1.92
%0
%86.54
%79.61

Codes

Color #333407 in popluar color models

33 34 07
RGB 51 52 7
HSL 61° 76.27% 11.57%
HSB/HSV 61° 86.54% 20.39%
CMYK 1.92% 0.00% 86.54%
79.61%

Color #333407 in popluar number systems.

HEX 33 34 07
Decimal 51 52 7
Binary 110011 110100 111
Octal 63 64 7

Shades and tints

Shades of #333407

#333407
(51,52,7)
#2F3007
(47,48,7)
#2B2C07
(43,44,7)
#272807
(39,40,7)
#232407
(35,36,7)
#1F2007
(31,32,7)
#1B1C07
(27,28,7)
#171807
(23,24,7)
#131407
(19,20,7)
#0F1007
(15,16,7)
#0B0C07
(11,12,7)
#000000
(0,0,0)

Tints of #333407

#333407
(51,52,7)
#45461D
(69,70,29)
#575833
(87,88,51)
#696A49
(105,106,73)
#7B7C5F
(123,124,95)
#8D8E75
(141,142,117)
#9FA08B
(159,160,139)
#B1B2A1
(177,178,161)
#C3C4B7
(195,196,183)
#D5D6CD
(213,214,205)
#E7E8E3
(231,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #333407; }

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

This text font color is #333407.

Background Color

.myBgColor { background-color: #333407; }

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

This div background color is #333407.

Border color

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

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

This div border color is #333407.

Opacity

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

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

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

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

This text has shadow with #333407 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #333407.

Preview

Color preview on black background

This text has color #333407 on black background.


Color preview on white background

This text has color #333407 on white background.


Black color preview on #333407 background

This text has black color on #333407 background.


White color preview on #333407 background

This text has white color on #333407 background.


Related colors

Complementary color

Complementary color for #hex is #CCCBF8.


I love getcolorcode.com

Triadic colors

1 #073334 and #340733 with #333407 are triadic colors.

2 #073433 and #343307 with #333407 are triadic colors.