COLOR #33231B

HEX: #33231B
RGB: (51,35,27)

Color info

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

RGB color model

#33231B color RGB value is (51,35,27).

  • red value is 51;
  • green value is 35;
  • blue value is 27.
RGB:
(51,35,27)
(20%,14%,11%)

RGB channels and saturation

R 51 of 255 = 20%
G 35 of 255 = 14%
B 27 of 255 = 11%

51
35
27

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

Portions of RGB colors in percentages

R + G + B =
51 + 35 + 27 = 113 (100%)
R 51 of 113 ~ 45.13%
G 35 of 113 ~ 30.97%
B 27 of 113 ~ 23.89%

%45.13
%30.97
%23.89

CMYK color model

#33231B color CMYK value is (0,31,47,80).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 47.06%
  • key color value is 80.00%
CMYK:
(0,31,47,80)
C0M31Y47K80 
(0%,31%,47%,80%)
(0.00/0.31/0.47/0.80)	

CMYK percentages

%0
%31.37
%47.06
%80

Codes

Color #33231B in popluar color models

33231B
RGB513527
HSL20°30.77%15.29%
HSB/HSV20°47.06%20.00%
CMYK0.00%31.37%47.06%
80.00%

Color #33231B in popluar number systems.

HEX33231B
Decimal513527
Binary11001110001111011
Octal634333

Shades and tints

Shades of #33231B

#33231B
(51,35,27)
#2F2019
(47,32,25)
#2B1D17
(43,29,23)
#271A15
(39,26,21)
#231713
(35,23,19)
#1F1411
(31,20,17)
#1B110F
(27,17,15)
#170E0D
(23,14,13)
#130B0B
(19,11,11)
#0F0809
(15,8,9)
#0B0507
(11,5,7)
#000000
(0,0,0)

Tints of #33231B

#33231B
(51,35,27)
#45372F
(69,55,47)
#574B43
(87,75,67)
#695F57
(105,95,87)
#7B736B
(123,115,107)
#8D877F
(141,135,127)
#9F9B93
(159,155,147)
#B1AFA7
(177,175,167)
#C3C3BB
(195,195,187)
#D5D7CF
(213,215,207)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33231B color. Also use rgb(51,35,27) instead hex code.

Text Font Color

.myTextColor { color: #33231B; }

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

This text font color is #33231B.


Background Color

.myBgColor { background-color: #33231B; }

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

This div background color is #33231B.


Border color

.myBorderColor { border: 1px solid #33231B; }

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

This div border color is #33231B.


Opacity

.myOpacity80 { color: #33231B; opacity: 0.8; }

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

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

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

This text has shadow with #33231B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33231B on black background.


Color preview on white background

This text has color #33231B on white background.



Black color preview on #33231B background

This text has black color on #33231B background.


White color preview on #33231B background

This text has white color on #33231B background.