COLOR #319B33

HEX: #319B33
RGB: (49,155,51)

Color info

#319B33 contains mainly green color. Web safe color of #319B33 is #339933 (or #393).

RGB color model

#319B33 color RGB value is (49,155,51).

  • red value is 49;
  • green value is 155;
  • blue value is 51.
RGB:
(49,155,51)
(19%,61%,20%)

RGB channels and saturation

R 49 of 255 = 19%
G 155 of 255 = 61%
B 51 of 255 = 20%

49
155
51

R + G + B ~ 33%. #319B33 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
49 + 155 + 51 = 255 (100%)
R 49 of 255 ~ 19.22%
G 155 of 255 ~ 60.78%
B 51 of 255 ~ 20%

%19.22
%60.78
%20

CMYK color model

#319B33 color CMYK value is (68,0,67,39).

  • cyan value is 68.39%
  • magenta value is 0.00%
  • yellow value is 67.10%
  • key color value is 39.22%
CMYK:
(68,0,67,39)
C68M0Y67K39 
(68%,0%,67%,39%)
(0.68/0.00/0.67/0.39)	

CMYK percentages

%68.39
%0
%67.1
%39.22

Codes

Color #319B33 in popluar color models

319B33
RGB4915551
HSL121°51.96%40.00%
HSB/HSV121°68.39%60.78%
CMYK68.39%0.00%67.10%
39.22%

Color #319B33 in popluar number systems.

HEX319B33
Decimal4915551
Binary11000110011011110011
Octal6123363

Shades and tints

Shades of #319B33

#319B33
(49,155,51)
#2D8D2F
(45,141,47)
#297F2B
(41,127,43)
#257127
(37,113,39)
#216323
(33,99,35)
#1D551F
(29,85,31)
#19471B
(25,71,27)
#153917
(21,57,23)
#112B13
(17,43,19)
#0D1D0F
(13,29,15)
#090F0B
(9,15,11)
#000000
(0,0,0)

Tints of #319B33

#319B33
(49,155,51)
#43A445
(67,164,69)
#55AD57
(85,173,87)
#67B669
(103,182,105)
#79BF7B
(121,191,123)
#8BC88D
(139,200,141)
#9DD19F
(157,209,159)
#AFDAB1
(175,218,177)
#C1E3C3
(193,227,195)
#D3ECD5
(211,236,213)
#E5F5E7
(229,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #319B33 color. Also use rgb(49,155,51) instead hex code.

Text Font Color

.myTextColor { color: #319B33; }

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

This text font color is #319B33.


Background Color

.myBgColor { background-color: #319B33; }

<div style="background-color:#319B33">Inner text</div>

This div background color is #319B33.


Border color

.myBorderColor { border: 1px solid #319B33; }

<div style="border:3px solid #319B33">Div</div>

This div border color is #319B33.


Opacity

.myOpacity80 { color: #319B33; opacity: 0.8; }

<p style="color:#319B33;opacity:0.8;">80%</p>

Text with #319B33 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 #319B33;}

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

This text has shadow with #319B33 color.

.textShadow {text-shadow: 3px 3px 1px #319B33, 3px 3px 1px red;}

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

This text has shadow with #319B33 primary color and red secondary color.


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

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

This text has shadow with #319B33 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #319B33 on black background.


Color preview on white background

This text has color #319B33 on white background.



Black color preview on #319B33 background

This text has black color on #319B33 background.


White color preview on #319B33 background

This text has white color on #319B33 background.