COLOR #33551B

HEX: #33551B
RGB: (51,85,27)

Color info

#33551B contains red, green and blue colors in about the same proportion. Web safe color of #33551B is #336633 (or #363).

RGB color model

#33551B color RGB value is (51,85,27).

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

RGB channels and saturation

R 51 of 255 = 20%
G 85 of 255 = 33%
B 27 of 255 = 11%

51
85
27

R + G + B ~ 21%. #33551B is dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 85 + 27 = 163 (100%)
R 51 of 163 ~ 31.29%
G 85 of 163 ~ 52.15%
B 27 of 163 ~ 16.56%

%31.29
%52.15
%16.56

CMYK color model

#33551B color CMYK value is (40,0,68,67).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 68.24%
  • key color value is 66.67%
CMYK:
(40,0,68,67)
C40M0Y68K67 
(40%,0%,68%,67%)
(0.40/0.00/0.68/0.67)	

CMYK percentages

%40
%0
%68.24
%66.67

Codes

Color #33551B in popluar color models

33551B
RGB518527
HSL95°51.79%21.96%
HSB/HSV95°68.24%33.33%
CMYK40.00%0.00%68.24%
66.67%

Color #33551B in popluar number systems.

HEX33551B
Decimal518527
Binary110011101010111011
Octal6312533

Shades and tints

Shades of #33551B

#33551B
(51,85,27)
#2F4E19
(47,78,25)
#2B4717
(43,71,23)
#274015
(39,64,21)
#233913
(35,57,19)
#1F3211
(31,50,17)
#1B2B0F
(27,43,15)
#17240D
(23,36,13)
#131D0B
(19,29,11)
#0F1609
(15,22,9)
#0B0F07
(11,15,7)
#000000
(0,0,0)

Tints of #33551B

#33551B
(51,85,27)
#45642F
(69,100,47)
#577343
(87,115,67)
#698257
(105,130,87)
#7B916B
(123,145,107)
#8DA07F
(141,160,127)
#9FAF93
(159,175,147)
#B1BEA7
(177,190,167)
#C3CDBB
(195,205,187)
#D5DCCF
(213,220,207)
#E7EBE3
(231,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33551B; }

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

This text font color is #33551B.


Background Color

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

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

This div background color is #33551B.


Border color

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

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

This div border color is #33551B.


Opacity

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

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

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

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

This text has shadow with #33551B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33551B on black background.


Color preview on white background

This text has color #33551B on white background.



Black color preview on #33551B background

This text has black color on #33551B background.


White color preview on #33551B background

This text has white color on #33551B background.