COLOR #33735D

HEX: #33735D
RGB: (51,115,93)

Color info

#33735D contains mainly green and blue colors. Web safe color of #33735D is #336666 (or #366).

RGB color model

#33735D color RGB value is (51,115,93).

  • red value is 51;
  • green value is 115;
  • blue value is 93.
RGB:
(51,115,93)
(20%,45%,36%)

RGB channels and saturation

R 51 of 255 = 20%
G 115 of 255 = 45%
B 93 of 255 = 36%

51
115
93

R + G + B ~ 34%. #33735D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 115 + 93 = 259 (100%)
R 51 of 259 ~ 19.69%
G 115 of 259 ~ 44.4%
B 93 of 259 ~ 35.91%

%19.69
%44.4
%35.91

CMYK color model

#33735D color CMYK value is (56,0,19,55).

  • cyan value is 55.65%
  • magenta value is 0.00%
  • yellow value is 19.13%
  • key color value is 54.90%
CMYK:
(56,0,19,55)
C56M0Y19K55 
(56%,0%,19%,55%)
(0.56/0.00/0.19/0.55)	

CMYK percentages

%55.65
%0
%19.13
%54.9

Codes

Color #33735D in popluar color models

33735D
RGB5111593
HSL159°38.55%32.55%
HSB/HSV159°55.65%45.10%
CMYK55.65%0.00%19.13%
54.90%

Color #33735D in popluar number systems.

HEX33735D
Decimal5111593
Binary11001111100111011101
Octal63163135

Shades and tints

Shades of #33735D

#33735D
(51,115,93)
#2F6955
(47,105,85)
#2B5F4D
(43,95,77)
#275545
(39,85,69)
#234B3D
(35,75,61)
#1F4135
(31,65,53)
#1B372D
(27,55,45)
#172D25
(23,45,37)
#13231D
(19,35,29)
#0F1915
(15,25,21)
#0B0F0D
(11,15,13)
#000000
(0,0,0)

Tints of #33735D

#33735D
(51,115,93)
#457F6B
(69,127,107)
#578B79
(87,139,121)
#699787
(105,151,135)
#7BA395
(123,163,149)
#8DAFA3
(141,175,163)
#9FBBB1
(159,187,177)
#B1C7BF
(177,199,191)
#C3D3CD
(195,211,205)
#D5DFDB
(213,223,219)
#E7EBE9
(231,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33735D color. Also use rgb(51,115,93) instead hex code.

Text Font Color

.myTextColor { color: #33735D; }

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

This text font color is #33735D.


Background Color

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

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

This div background color is #33735D.


Border color

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

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

This div border color is #33735D.


Opacity

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

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

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

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

This text has shadow with #33735D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33735D on black background.


Color preview on white background

This text has color #33735D on white background.



Black color preview on #33735D background

This text has black color on #33735D background.


White color preview on #33735D background

This text has white color on #33735D background.