COLOR #33473A

HEX: #33473A RGB: (51,71,58)

Color info

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

RGB color model

#33473A color RGB value is (51,71,58).

RGB: (51,71,58) (20%, 28%, 23%)

RGB channels and saturation

R 51 of 255 = 20%
G 71 of 255 = 28%
B 58 of 255 = 23%

51
71
58

R + G + B ~ 24%. #33473A is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 71 + 58 = 180 (100%)
R 51 of 180 ~ 28.33%
G 71 of 180 ~ 39.44%
B 58 of 180 ~ 32.22'%

%28.33
%39.44
%32.22

CMYK color model

#33473A color CMYK value is (28,0,18,72).

  • cyan value is 28.17%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 72.16%

CMYK: (28,0,18,72)
C28M0Y18K72 (28%, 0%, 18%, 72%)
(0.28 / 0.00 / 0.18 / 0.72)

CMYK percentages

%28.17
%0
%18.31
%72.16

Codes

Color #33473A in popluar color models

33 47 3A
RGB 51 71 58
HSL 141° 16.39% 23.92%
HSB/HSV 141° 28.17% 27.84%
CMYK 28.17% 0.00% 18.31%
72.16%

Color #33473A in popluar number systems.

HEX 33 47 3A
Decimal 51 71 58
Binary 110011 1000111 111010
Octal 63 107 72

Shades and tints

Shades of #33473A

#33473A
(51,71,58)
#2F4135
(47,65,53)
#2B3B30
(43,59,48)
#27352B
(39,53,43)
#232F26
(35,47,38)
#1F2921
(31,41,33)
#1B231C
(27,35,28)
#171D17
(23,29,23)
#131712
(19,23,18)
#0F110D
(15,17,13)
#0B0B08
(11,11,8)
#000000
(0,0,0)

Tints of #33473A

#33473A
(51,71,58)
#45574B
(69,87,75)
#57675C
(87,103,92)
#69776D
(105,119,109)
#7B877E
(123,135,126)
#8D978F
(141,151,143)
#9FA7A0
(159,167,160)
#B1B7B1
(177,183,177)
#C3C7C2
(195,199,194)
#D5D7D3
(213,215,211)
#E7E7E4
(231,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33473A color. Also use rgb(51,71,58) instead hex code.

Text Font Color

.myTextColor { color: #33473A; }

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

This text font color is #33473A.

Background Color

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

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

This div background color is #33473A.

Border color

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

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

This div border color is #33473A.

Opacity

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

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

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

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

This text has shadow with #33473A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33473A.

Preview

Color preview on black background

This text has color #33473A on black background.


Color preview on white background

This text has color #33473A on white background.


Black color preview on #33473A background

This text has black color on #33473A background.


White color preview on #33473A background

This text has white color on #33473A background.


Related colors

Complementary color

Complementary color for #hex is #CCB8C5.


I love getcolorcode.com

Triadic colors

1 #3A3347 and #473A33 with #33473A are triadic colors.

2 #3A4733 and #47333A with #33473A are triadic colors.