COLOR #33837C

HEX: #33837C
RGB: (51,131,124)

Color info

#33837C contains mainly green and blue colors. Web safe color of #33837C is #339966 (or #396).

RGB color model

#33837C color RGB value is (51,131,124).

  • red value is 51;
  • green value is 131;
  • blue value is 124.
RGB:
(51,131,124)
(20%,51%,49%)

RGB channels and saturation

R 51 of 255 = 20%
G 131 of 255 = 51%
B 124 of 255 = 49%

51
131
124

R + G + B ~ 40%. #33837C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 131 + 124 = 306 (100%)
R 51 of 306 ~ 16.67%
G 131 of 306 ~ 42.81%
B 124 of 306 ~ 40.52%

%16.67
%42.81
%40.52

CMYK color model

#33837C color CMYK value is (61,0,5,49).

  • cyan value is 61.07%
  • magenta value is 0.00%
  • yellow value is 5.34%
  • key color value is 48.63%
CMYK:
(61,0,5,49)
C61M0Y5K49 
(61%,0%,5%,49%)
(0.61/0.00/0.05/0.49)	

CMYK percentages

%61.07
%0
%5.34
%48.63

Codes

Color #33837C in popluar color models

33837C
RGB51131124
HSL175°43.96%35.69%
HSB/HSV175°61.07%51.37%
CMYK61.07%0.00%5.34%
48.63%

Color #33837C in popluar number systems.

HEX33837C
Decimal51131124
Binary110011100000111111100
Octal63203174

Shades and tints

Shades of #33837C

#33837C
(51,131,124)
#2F7871
(47,120,113)
#2B6D66
(43,109,102)
#27625B
(39,98,91)
#235750
(35,87,80)
#1F4C45
(31,76,69)
#1B413A
(27,65,58)
#17362F
(23,54,47)
#132B24
(19,43,36)
#0F2019
(15,32,25)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #33837C

#33837C
(51,131,124)
#458E87
(69,142,135)
#579992
(87,153,146)
#69A49D
(105,164,157)
#7BAFA8
(123,175,168)
#8DBAB3
(141,186,179)
#9FC5BE
(159,197,190)
#B1D0C9
(177,208,201)
#C3DBD4
(195,219,212)
#D5E6DF
(213,230,223)
#E7F1EA
(231,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33837C color. Also use rgb(51,131,124) instead hex code.

Text Font Color

.myTextColor { color: #33837C; }

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

This text font color is #33837C.


Background Color

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

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

This div background color is #33837C.


Border color

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

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

This div border color is #33837C.


Opacity

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

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

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

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

This text has shadow with #33837C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33837C on black background.


Color preview on white background

This text has color #33837C on white background.



Black color preview on #33837C background

This text has black color on #33837C background.


White color preview on #33837C background

This text has white color on #33837C background.