COLOR #33470D

HEX: #33470D RGB: (51,71,13)

Color info

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

RGB color model

#33470D color RGB value is (51,71,13).

RGB: (51,71,13) (20%, 28%, 5%)

RGB channels and saturation

R 51 of 255 = 20%
G 71 of 255 = 28%
B 13 of 255 = 5%

51
71
13

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

Portions of RGB colors in percentages

R + G + B = 51 + 71 + 13 = 135 (100%)
R 51 of 135 ~ 37.78%
G 71 of 135 ~ 52.59%
B 13 of 135 ~ 9.63'%

%37.78
%52.59
%9.63

CMYK color model

#33470D color CMYK value is (28,0,82,72).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 81.69%
  • key color value is 72.16%
CMYK: (28,0,82,72) C28M0Y82K72 (28%,0%,82%,72%) (0.28/0.00/0.82/0.72) 

CMYK percentages

%28.17
%0
%81.69
%72.16

Codes

Color #33470D in popluar color models

33 47 0D
RGB 51 71 13
HSL 81° 69.05% 16.47%
HSB/HSV 81° 81.69% 27.84%
CMYK 28.17% 0.00% 81.69%
72.16%

Color #33470D in popluar number systems.

HEX 33 47 0D
Decimal 51 71 13
Binary 110011 1000111 1101
Octal 63 107 15

Shades and tints

Shades of #33470D

#33470D
(51,71,13)
#2F410C
(47,65,12)
#2B3B0B
(43,59,11)
#27350A
(39,53,10)
#232F09
(35,47,9)
#1F2908
(31,41,8)
#1B2307
(27,35,7)
#171D06
(23,29,6)
#131705
(19,23,5)
#0F1104
(15,17,4)
#0B0B03
(11,11,3)
#000000
(0,0,0)

Tints of #33470D

#33470D
(51,71,13)
#455723
(69,87,35)
#576739
(87,103,57)
#69774F
(105,119,79)
#7B8765
(123,135,101)
#8D977B
(141,151,123)
#9FA791
(159,167,145)
#B1B7A7
(177,183,167)
#C3C7BD
(195,199,189)
#D5D7D3
(213,215,211)
#E7E7E9
(231,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33470D color. Also use rgb(51,71,13) instead hex code.

Text Font Color

.myTextColor { color: #33470D; }

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

This text font color is #33470D.

Background Color

.myBgColor { background-color: #33470D; }

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

This div background color is #33470D.

Border color

.myBorderColor { border: 1px solid #33470D; }

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

This div border color is #33470D.

Opacity

.myOpacity80 { color: #33470D; opacity: 0.8; }

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

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

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

This text has shadow with #33470D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33470D.

Preview

Color preview on black background

This text has color #33470D on black background.


Color preview on white background

This text has color #33470D on white background.


Black color preview on #33470D background

This text has black color on #33470D background.


White color preview on #33470D background

This text has white color on #33470D background.


Related colors

Complementary color

Complementary color for #hex is #CCB8F2.


I love getcolorcode.com

Triadic colors

1 #0D3347 and #470D33 with #33470D are triadic colors.

2 #0D4733 and #47330D with #33470D are triadic colors.