COLOR #33844E

HEX: #33844E
RGB: (51,132,78)

Color info

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

RGB color model

#33844E color RGB value is (51,132,78).

  • red value is 51;
  • green value is 132;
  • blue value is 78.
RGB:
(51,132,78)
(20%,52%,31%)

RGB channels and saturation

R 51 of 255 = 20%
G 132 of 255 = 52%
B 78 of 255 = 31%

51
132
78

R + G + B ~ 34%. #33844E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 132 + 78 = 261 (100%)
R 51 of 261 ~ 19.54%
G 132 of 261 ~ 50.57%
B 78 of 261 ~ 29.89%

%19.54
%50.57
%29.89

CMYK color model

#33844E color CMYK value is (61,0,41,48).

  • cyan value is 61.36%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 48.24%
CMYK:
(61,0,41,48)
C61M0Y41K48 
(61%,0%,41%,48%)
(0.61/0.00/0.41/0.48)	

CMYK percentages

%61.36
%0
%40.91
%48.24

Codes

Color #33844E in popluar color models

33844E
RGB5113278
HSL140°44.26%35.88%
HSB/HSV140°61.36%51.76%
CMYK61.36%0.00%40.91%
48.24%

Color #33844E in popluar number systems.

HEX33844E
Decimal5113278
Binary110011100001001001110
Octal63204116

Shades and tints

Shades of #33844E

#33844E
(51,132,78)
#2F7847
(47,120,71)
#2B6C40
(43,108,64)
#276039
(39,96,57)
#235432
(35,84,50)
#1F482B
(31,72,43)
#1B3C24
(27,60,36)
#17301D
(23,48,29)
#132416
(19,36,22)
#0F180F
(15,24,15)
#0B0C08
(11,12,8)
#000000
(0,0,0)

Tints of #33844E

#33844E
(51,132,78)
#458F5E
(69,143,94)
#579A6E
(87,154,110)
#69A57E
(105,165,126)
#7BB08E
(123,176,142)
#8DBB9E
(141,187,158)
#9FC6AE
(159,198,174)
#B1D1BE
(177,209,190)
#C3DCCE
(195,220,206)
#D5E7DE
(213,231,222)
#E7F2EE
(231,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33844E color. Also use rgb(51,132,78) instead hex code.

Text Font Color

.myTextColor { color: #33844E; }

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

This text font color is #33844E.


Background Color

.myBgColor { background-color: #33844E; }

<div style="background-color:#33844E">Inner text</div>

This div background color is #33844E.


Border color

.myBorderColor { border: 1px solid #33844E; }

<div style="border:3px solid #33844E">Div</div>

This div border color is #33844E.


Opacity

.myOpacity80 { color: #33844E; opacity: 0.8; }

<p style="color:#33844E;opacity:0.8;">80%</p>

Text with #33844E 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 #33844E;}

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

This text has shadow with #33844E color.

.textShadow {text-shadow: 3px 3px 1px #33844E, 3px 3px 1px red;}

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

This text has shadow with #33844E primary color and red secondary color.


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

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

This text has shadow with #33844E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33844E on black background.


Color preview on white background

This text has color #33844E on white background.



Black color preview on #33844E background

This text has black color on #33844E background.


White color preview on #33844E background

This text has white color on #33844E background.