COLOR #33513D

HEX: #33513D
RGB: (51,81,61)

Color info

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

RGB color model

#33513D color RGB value is (51,81,61).

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

RGB channels and saturation

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

51
81
61

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

Portions of RGB colors in percentages

R + G + B =
51 + 81 + 61 = 193 (100%)
R 51 of 193 ~ 26.42%
G 81 of 193 ~ 41.97%
B 61 of 193 ~ 31.61%

%26.42
%41.97
%31.61

CMYK color model

#33513D color CMYK value is (37,0,25,68).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 24.69%
  • key color value is 68.24%
CMYK:
(37,0,25,68)
C37M0Y25K68 
(37%,0%,25%,68%)
(0.37/0.00/0.25/0.68)	

CMYK percentages

%37.04
%0
%24.69
%68.24

Codes

Color #33513D in popluar color models

33513D
RGB518161
HSL140°22.73%25.88%
HSB/HSV140°37.04%31.76%
CMYK37.04%0.00%24.69%
68.24%

Color #33513D in popluar number systems.

HEX33513D
Decimal518161
Binary1100111010001111101
Octal6312175

Shades and tints

Shades of #33513D

#33513D
(51,81,61)
#2F4A38
(47,74,56)
#2B4333
(43,67,51)
#273C2E
(39,60,46)
#233529
(35,53,41)
#1F2E24
(31,46,36)
#1B271F
(27,39,31)
#17201A
(23,32,26)
#131915
(19,25,21)
#0F1210
(15,18,16)
#0B0B0B
(11,11,11)
#000000
(0,0,0)

Tints of #33513D

#33513D
(51,81,61)
#45604E
(69,96,78)
#576F5F
(87,111,95)
#697E70
(105,126,112)
#7B8D81
(123,141,129)
#8D9C92
(141,156,146)
#9FABA3
(159,171,163)
#B1BAB4
(177,186,180)
#C3C9C5
(195,201,197)
#D5D8D6
(213,216,214)
#E7E7E7
(231,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #33513D; }

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

This text font color is #33513D.


Background Color

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

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

This div background color is #33513D.


Border color

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

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

This div border color is #33513D.


Opacity

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

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

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

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

This text has shadow with #33513D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33513D on black background.


Color preview on white background

This text has color #33513D on white background.



Black color preview on #33513D background

This text has black color on #33513D background.


White color preview on #33513D background

This text has white color on #33513D background.