COLOR #33963D

HEX: #33963D
RGB: (51,150,61)

Color info

#33963D contains mainly green color. Web safe color of #33963D is #339933 (or #393).

RGB color model

#33963D color RGB value is (51,150,61).

  • red value is 51;
  • green value is 150;
  • blue value is 61.
RGB:
(51,150,61)
(20%,59%,24%)

RGB channels and saturation

R 51 of 255 = 20%
G 150 of 255 = 59%
B 61 of 255 = 24%

51
150
61

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

Portions of RGB colors in percentages

R + G + B =
51 + 150 + 61 = 262 (100%)
R 51 of 262 ~ 19.47%
G 150 of 262 ~ 57.25%
B 61 of 262 ~ 23.28%

%19.47
%57.25
%23.28

CMYK color model

#33963D color CMYK value is (66,0,59,41).

  • cyan value is 66.00%
  • magenta value is 0.00%
  • yellow value is 59.33%
  • key color value is 41.18%
CMYK:
(66,0,59,41)
C66M0Y59K41 
(66%,0%,59%,41%)
(0.66/0.00/0.59/0.41)	

CMYK percentages

%66
%0
%59.33
%41.18

Codes

Color #33963D in popluar color models

33963D
RGB5115061
HSL126°49.25%39.41%
HSB/HSV126°66.00%58.82%
CMYK66.00%0.00%59.33%
41.18%

Color #33963D in popluar number systems.

HEX33963D
Decimal5115061
Binary11001110010110111101
Octal6322675

Shades and tints

Shades of #33963D

#33963D
(51,150,61)
#2F8938
(47,137,56)
#2B7C33
(43,124,51)
#276F2E
(39,111,46)
#236229
(35,98,41)
#1F5524
(31,85,36)
#1B481F
(27,72,31)
#173B1A
(23,59,26)
#132E15
(19,46,21)
#0F2110
(15,33,16)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #33963D

#33963D
(51,150,61)
#459F4E
(69,159,78)
#57A85F
(87,168,95)
#69B170
(105,177,112)
#7BBA81
(123,186,129)
#8DC392
(141,195,146)
#9FCCA3
(159,204,163)
#B1D5B4
(177,213,180)
#C3DEC5
(195,222,197)
#D5E7D6
(213,231,214)
#E7F0E7
(231,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33963D color. Also use rgb(51,150,61) instead hex code.

Text Font Color

.myTextColor { color: #33963D; }

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

This text font color is #33963D.


Background Color

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

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

This div background color is #33963D.


Border color

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

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

This div border color is #33963D.


Opacity

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

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

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

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

This text has shadow with #33963D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33963D on black background.


Color preview on white background

This text has color #33963D on white background.



Black color preview on #33963D background

This text has black color on #33963D background.


White color preview on #33963D background

This text has white color on #33963D background.