COLOR #33503D

HEX: #33503D
RGB: (51,80,61)

Color info

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

RGB color model

#33503D color RGB value is (51,80,61).

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

RGB channels and saturation

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

51
80
61

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

Portions of RGB colors in percentages

R + G + B =
51 + 80 + 61 = 192 (100%)
R 51 of 192 ~ 26.56%
G 80 of 192 ~ 41.67%
B 61 of 192 ~ 31.77%

%26.56
%41.67
%31.77

CMYK color model

#33503D color CMYK value is (36,0,24,69).

  • cyan value is 36.25%
  • magenta value is 0.00%
  • yellow value is 23.75%
  • key color value is 68.63%
CMYK:
(36,0,24,69)
C36M0Y24K69 
(36%,0%,24%,69%)
(0.36/0.00/0.24/0.69)	

CMYK percentages

%36.25
%0
%23.75
%68.63

Codes

Color #33503D in popluar color models

33503D
RGB518061
HSL141°22.14%25.69%
HSB/HSV141°36.25%31.37%
CMYK36.25%0.00%23.75%
68.63%

Color #33503D in popluar number systems.

HEX33503D
Decimal518061
Binary1100111010000111101
Octal6312075

Shades and tints

Shades of #33503D

#33503D
(51,80,61)
#2F4938
(47,73,56)
#2B4233
(43,66,51)
#273B2E
(39,59,46)
#233429
(35,52,41)
#1F2D24
(31,45,36)
#1B261F
(27,38,31)
#171F1A
(23,31,26)
#131815
(19,24,21)
#0F1110
(15,17,16)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #33503D

#33503D
(51,80,61)
#455F4E
(69,95,78)
#576E5F
(87,110,95)
#697D70
(105,125,112)
#7B8C81
(123,140,129)
#8D9B92
(141,155,146)
#9FAAA3
(159,170,163)
#B1B9B4
(177,185,180)
#C3C8C5
(195,200,197)
#D5D7D6
(213,215,214)
#E7E6E7
(231,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33503D; }

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

This text font color is #33503D.


Background Color

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

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

This div background color is #33503D.


Border color

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

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

This div border color is #33503D.


Opacity

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

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

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

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

This text has shadow with #33503D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33503D on black background.


Color preview on white background

This text has color #33503D on white background.



Black color preview on #33503D background

This text has black color on #33503D background.


White color preview on #33503D background

This text has white color on #33503D background.