COLOR #33663B

HEX: #33663B
RGB: (51,102,59)

Color info

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

RGB color model

#33663B color RGB value is (51,102,59).

  • red value is 51;
  • green value is 102;
  • blue value is 59.
RGB:
(51,102,59)
(20%,40%,23%)

RGB channels and saturation

R 51 of 255 = 20%
G 102 of 255 = 40%
B 59 of 255 = 23%

51
102
59

R + G + B ~ 28%. #33663B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 102 + 59 = 212 (100%)
R 51 of 212 ~ 24.06%
G 102 of 212 ~ 48.11%
B 59 of 212 ~ 27.83%

%24.06
%48.11
%27.83

CMYK color model

#33663B color CMYK value is (50,0,42,60).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 42.16%
  • key color value is 60.00%
CMYK:
(50,0,42,60)
C50M0Y42K60 
(50%,0%,42%,60%)
(0.50/0.00/0.42/0.60)	

CMYK percentages

%50
%0
%42.16
%60

Codes

Color #33663B in popluar color models

33663B
RGB5110259
HSL129°33.33%30.00%
HSB/HSV129°50.00%40.00%
CMYK50.00%0.00%42.16%
60.00%

Color #33663B in popluar number systems.

HEX33663B
Decimal5110259
Binary1100111100110111011
Octal6314673

Shades and tints

Shades of #33663B

#33663B
(51,102,59)
#2F5D36
(47,93,54)
#2B5431
(43,84,49)
#274B2C
(39,75,44)
#234227
(35,66,39)
#1F3922
(31,57,34)
#1B301D
(27,48,29)
#172718
(23,39,24)
#131E13
(19,30,19)
#0F150E
(15,21,14)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #33663B

#33663B
(51,102,59)
#45734C
(69,115,76)
#57805D
(87,128,93)
#698D6E
(105,141,110)
#7B9A7F
(123,154,127)
#8DA790
(141,167,144)
#9FB4A1
(159,180,161)
#B1C1B2
(177,193,178)
#C3CEC3
(195,206,195)
#D5DBD4
(213,219,212)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33663B color. Also use rgb(51,102,59) instead hex code.

Text Font Color

.myTextColor { color: #33663B; }

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

This text font color is #33663B.


Background Color

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

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

This div background color is #33663B.


Border color

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

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

This div border color is #33663B.


Opacity

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

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

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

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

This text has shadow with #33663B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33663B on black background.


Color preview on white background

This text has color #33663B on white background.



Black color preview on #33663B background

This text has black color on #33663B background.


White color preview on #33663B background

This text has white color on #33663B background.