COLOR #33713F

HEX: #33713F
RGB: (51,113,63)

Color info

#33713F contains mainly green and blue colors. Web safe color of #33713F is #336633 (or #363).

RGB color model

#33713F color RGB value is (51,113,63).

  • red value is 51;
  • green value is 113;
  • blue value is 63.
RGB:
(51,113,63)
(20%,44%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 113 of 255 = 44%
B 63 of 255 = 25%

51
113
63

R + G + B ~ 30%. #33713F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 113 + 63 = 227 (100%)
R 51 of 227 ~ 22.47%
G 113 of 227 ~ 49.78%
B 63 of 227 ~ 27.75%

%22.47
%49.78
%27.75

CMYK color model

#33713F color CMYK value is (55,0,44,56).

  • cyan value is 54.87%
  • magenta value is 0.00%
  • yellow value is 44.25%
  • key color value is 55.69%
CMYK:
(55,0,44,56)
C55M0Y44K56 
(55%,0%,44%,56%)
(0.55/0.00/0.44/0.56)	

CMYK percentages

%54.87
%0
%44.25
%55.69

Codes

Color #33713F in popluar color models

33713F
RGB5111363
HSL132°37.80%32.16%
HSB/HSV132°54.87%44.31%
CMYK54.87%0.00%44.25%
55.69%

Color #33713F in popluar number systems.

HEX33713F
Decimal5111363
Binary1100111110001111111
Octal6316177

Shades and tints

Shades of #33713F

#33713F
(51,113,63)
#2F673A
(47,103,58)
#2B5D35
(43,93,53)
#275330
(39,83,48)
#23492B
(35,73,43)
#1F3F26
(31,63,38)
#1B3521
(27,53,33)
#172B1C
(23,43,28)
#132117
(19,33,23)
#0F1712
(15,23,18)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #33713F

#33713F
(51,113,63)
#457D50
(69,125,80)
#578961
(87,137,97)
#699572
(105,149,114)
#7BA183
(123,161,131)
#8DAD94
(141,173,148)
#9FB9A5
(159,185,165)
#B1C5B6
(177,197,182)
#C3D1C7
(195,209,199)
#D5DDD8
(213,221,216)
#E7E9E9
(231,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33713F color. Also use rgb(51,113,63) instead hex code.

Text Font Color

.myTextColor { color: #33713F; }

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

This text font color is #33713F.


Background Color

.myBgColor { background-color: #33713F; }

<div style="background-color:#33713F">Inner text</div>

This div background color is #33713F.


Border color

.myBorderColor { border: 1px solid #33713F; }

<div style="border:3px solid #33713F">Div</div>

This div border color is #33713F.


Opacity

.myOpacity80 { color: #33713F; opacity: 0.8; }

<p style="color:#33713F;opacity:0.8;">80%</p>

Text with #33713F 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 #33713F;}

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

This text has shadow with #33713F color.

.textShadow {text-shadow: 3px 3px 1px #33713F, 3px 3px 1px red;}

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

This text has shadow with #33713F primary color and red secondary color.


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

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

This text has shadow with #33713F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33713F on black background.


Color preview on white background

This text has color #33713F on white background.



Black color preview on #33713F background

This text has black color on #33713F background.


White color preview on #33713F background

This text has white color on #33713F background.