COLOR #33513C

HEX: #33513C
RGB: (51,81,60)

Color info

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

RGB color model

#33513C color RGB value is (51,81,60).

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

RGB channels and saturation

R 51 of 255 = 20%
G 81 of 255 = 32%
B 60 of 255 = 24%

51
81
60

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

Portions of RGB colors in percentages

R + G + B =
51 + 81 + 60 = 192 (100%)
R 51 of 192 ~ 26.56%
G 81 of 192 ~ 42.19%
B 60 of 192 ~ 31.25%

%26.56
%42.19
%31.25

CMYK color model

#33513C color CMYK value is (37,0,26,68).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 25.93%
  • key color value is 68.24%
CMYK:
(37,0,26,68)
C37M0Y26K68 
(37%,0%,26%,68%)
(0.37/0.00/0.26/0.68)	

CMYK percentages

%37.04
%0
%25.93
%68.24

Codes

Color #33513C in popluar color models

33513C
RGB518160
HSL138°22.73%25.88%
HSB/HSV138°37.04%31.76%
CMYK37.04%0.00%25.93%
68.24%

Color #33513C in popluar number systems.

HEX33513C
Decimal518160
Binary1100111010001111100
Octal6312174

Shades and tints

Shades of #33513C

#33513C
(51,81,60)
#2F4A37
(47,74,55)
#2B4332
(43,67,50)
#273C2D
(39,60,45)
#233528
(35,53,40)
#1F2E23
(31,46,35)
#1B271E
(27,39,30)
#172019
(23,32,25)
#131914
(19,25,20)
#0F120F
(15,18,15)
#0B0B0A
(11,11,10)
#000000
(0,0,0)

Tints of #33513C

#33513C
(51,81,60)
#45604D
(69,96,77)
#576F5E
(87,111,94)
#697E6F
(105,126,111)
#7B8D80
(123,141,128)
#8D9C91
(141,156,145)
#9FABA2
(159,171,162)
#B1BAB3
(177,186,179)
#C3C9C4
(195,201,196)
#D5D8D5
(213,216,213)
#E7E7E6
(231,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33513C; }

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

This text font color is #33513C.


Background Color

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

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

This div background color is #33513C.


Border color

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

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

This div border color is #33513C.


Opacity

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

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

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

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

This text has shadow with #33513C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33513C on black background.


Color preview on white background

This text has color #33513C on white background.



Black color preview on #33513C background

This text has black color on #33513C background.


White color preview on #33513C background

This text has white color on #33513C background.