COLOR #33503C

HEX: #33503C
RGB: (51,80,60)

Color info

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

RGB color model

#33503C color RGB value is (51,80,60).

  • red value is 51;
  • green value is 80;
  • blue value is 60.
RGB:
(51,80,60)
(20%,31%,24%)

RGB channels and saturation

R 51 of 255 = 20%
G 80 of 255 = 31%
B 60 of 255 = 24%

51
80
60

R + G + B ~ 25%. #33503C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 80 + 60 = 191 (100%)
R 51 of 191 ~ 26.7%
G 80 of 191 ~ 41.88%
B 60 of 191 ~ 31.41%

%26.7
%41.88
%31.41

CMYK color model

#33503C color CMYK value is (36,0,25,69).

  • cyan value is 36.25%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 68.63%
CMYK:
(36,0,25,69)
C36M0Y25K69 
(36%,0%,25%,69%)
(0.36/0.00/0.25/0.69)	

CMYK percentages

%36.25
%0
%25
%68.63

Codes

Color #33503C in popluar color models

33503C
RGB518060
HSL139°22.14%25.69%
HSB/HSV139°36.25%31.37%
CMYK36.25%0.00%25.00%
68.63%

Color #33503C in popluar number systems.

HEX33503C
Decimal518060
Binary1100111010000111100
Octal6312074

Shades and tints

Shades of #33503C

#33503C
(51,80,60)
#2F4937
(47,73,55)
#2B4232
(43,66,50)
#273B2D
(39,59,45)
#233428
(35,52,40)
#1F2D23
(31,45,35)
#1B261E
(27,38,30)
#171F19
(23,31,25)
#131814
(19,24,20)
#0F110F
(15,17,15)
#0B0A0A
(11,10,10)
#000000
(0,0,0)

Tints of #33503C

#33503C
(51,80,60)
#455F4D
(69,95,77)
#576E5E
(87,110,94)
#697D6F
(105,125,111)
#7B8C80
(123,140,128)
#8D9B91
(141,155,145)
#9FAAA2
(159,170,162)
#B1B9B3
(177,185,179)
#C3C8C4
(195,200,196)
#D5D7D5
(213,215,213)
#E7E6E6
(231,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33503C color. Also use rgb(51,80,60) instead hex code.

Text Font Color

.myTextColor { color: #33503C; }

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

This text font color is #33503C.


Background Color

.myBgColor { background-color: #33503C; }

<div style="background-color:#33503C">Inner text</div>

This div background color is #33503C.


Border color

.myBorderColor { border: 1px solid #33503C; }

<div style="border:3px solid #33503C">Div</div>

This div border color is #33503C.


Opacity

.myOpacity80 { color: #33503C; opacity: 0.8; }

<p style="color:#33503C;opacity:0.8;">80%</p>

Text with #33503C 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 #33503C;}

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

This text has shadow with #33503C color.

.textShadow {text-shadow: 3px 3px 1px #33503C, 3px 3px 1px red;}

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

This text has shadow with #33503C primary color and red secondary color.


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

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

This text has shadow with #33503C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33503C on black background.


Color preview on white background

This text has color #33503C on white background.



Black color preview on #33503C background

This text has black color on #33503C background.


White color preview on #33503C background

This text has white color on #33503C background.