COLOR #332B18

HEX: #332B18 RGB: (51,43,24)

Color info

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

RGB color model

#332B18 color RGB value is (51,43,24).

RGB: (51,43,24) (20%, 17%, 9%)

RGB channels and saturation

R 51 of 255 = 20%
G 43 of 255 = 17%
B 24 of 255 = 9%

51
43
24

R + G + B ~ 15%. #332B18 is dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 43 + 24 = 118 (100%)
R 51 of 118 ~ 43.22%
G 43 of 118 ~ 36.44%
B 24 of 118 ~ 20.34'%

%43.22
%36.44
%20.34

CMYK color model

#332B18 color CMYK value is (0,16,53,80).

  • cyan value is 0.00%
  • magenta value is 15.69%
  • yellow value is 52.94%
  • key color value is 80.00%

CMYK: (0,16,53,80)
C0M16Y53K80 (0%, 16%, 53%, 80%)
(0.00 / 0.16 / 0.53 / 0.80)

CMYK percentages

%0
%15.69
%52.94
%80

Codes

Color #332B18 in popluar color models

33 2B 18
RGB 51 43 24
HSL 42° 36.00% 14.71%
HSB/HSV 42° 52.94% 20.00%
CMYK 0.00% 15.69% 52.94%
80.00%

Color #332B18 in popluar number systems.

HEX 33 2B 18
Decimal 51 43 24
Binary 110011 101011 11000
Octal 63 53 30

Shades and tints

Shades of #332B18

#332B18
(51,43,24)
#2F2816
(47,40,22)
#2B2514
(43,37,20)
#272212
(39,34,18)
#231F10
(35,31,16)
#1F1C0E
(31,28,14)
#1B190C
(27,25,12)
#17160A
(23,22,10)
#131308
(19,19,8)
#0F1006
(15,16,6)
#0B0D04
(11,13,4)
#000000
(0,0,0)

Tints of #332B18

#332B18
(51,43,24)
#453E2D
(69,62,45)
#575142
(87,81,66)
#696457
(105,100,87)
#7B776C
(123,119,108)
#8D8A81
(141,138,129)
#9F9D96
(159,157,150)
#B1B0AB
(177,176,171)
#C3C3C0
(195,195,192)
#D5D6D5
(213,214,213)
#E7E9EA
(231,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #332B18 color. Also use rgb(51,43,24) instead hex code.

Text Font Color

.myTextColor { color: #332B18; }

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

This text font color is #332B18.

Background Color

.myBgColor { background-color: #332B18; }

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

This div background color is #332B18.

Border color

.myBorderColor { border: 1px solid #332B18; }

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

This div border color is #332B18.

Opacity

.myOpacity80 { color: #332B18; opacity: 0.8; }

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

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

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

This text has shadow with #332B18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #332B18.

Preview

Color preview on black background

This text has color #332B18 on black background.


Color preview on white background

This text has color #332B18 on white background.


Black color preview on #332B18 background

This text has black color on #332B18 background.


White color preview on #332B18 background

This text has white color on #332B18 background.


Related colors

Complementary color

Complementary color for #hex is #CCD4E7.


I love getcolorcode.com

Triadic colors

1 #18332B and #2B1833 with #332B18 are triadic colors.

2 #182B33 and #2B3318 with #332B18 are triadic colors.