COLOR #339933

HEX: #339933 RGB: (51,153,51)

Color info

#339933 contains mainly green color. #339933 color is web safe color. It maybe written shortly as #393.

RGB color model

#339933 color RGB value is (51,153,51).

RGB: (51,153,51) (20%, 60%, 20%)

RGB channels and saturation

R 51 of 255 = 20%
G 153 of 255 = 60%
B 51 of 255 = 20%

51
153
51

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

Portions of RGB colors in percentages

R + G + B = 51 + 153 + 51 = 255 (100%)
R 51 of 255 ~ 20%
G 153 of 255 ~ 60%
B 51 of 255 ~ 20'%

%20
%60
%20

CMYK color model

#339933 color CMYK value is (67,0,67,40).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 66.67%
  • key color value is 40.00%

CMYK: (67,0,67,40)
C67M0Y67K40 (67%, 0%, 67%, 40%)
(0.67 / 0.00 / 0.67 / 0.40)

CMYK percentages

%66.67
%0
%66.67
%40

Codes

Color #339933 in popluar color models

33 99 33
RGB 51 153 51
HSL 120° 50.00% 40.00%
HSB/HSV 120° 66.67% 60.00%
CMYK 66.67% 0.00% 66.67%
40.00%

Color #339933 in popluar number systems.

HEX 33 99 33
Decimal 51 153 51
Binary 110011 10011001 110011
Octal 63 231 63

Shades and tints

Shades of #339933

#339933
(51,153,51)
#2F8C2F
(47,140,47)
#2B7F2B
(43,127,43)
#277227
(39,114,39)
#236523
(35,101,35)
#1F581F
(31,88,31)
#1B4B1B
(27,75,27)
#173E17
(23,62,23)
#133113
(19,49,19)
#0F240F
(15,36,15)
#0B170B
(11,23,11)
#000000
(0,0,0)

Tints of #339933

#339933
(51,153,51)
#45A245
(69,162,69)
#57AB57
(87,171,87)
#69B469
(105,180,105)
#7BBD7B
(123,189,123)
#8DC68D
(141,198,141)
#9FCF9F
(159,207,159)
#B1D8B1
(177,216,177)
#C3E1C3
(195,225,195)
#D5EAD5
(213,234,213)
#E7F3E7
(231,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #339933 color. Also use rgb(51,153,51) instead hex code.

Text Font Color

.myTextColor { color: #339933; }

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

This text font color is #339933.

Background Color

.myBgColor { background-color: #339933; }

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

This div background color is #339933.

Border color

.myBorderColor { border: 1px solid #339933; }

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

This div border color is #339933.

Opacity

.myOpacity80 { color: #339933; opacity: 0.8; }

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

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

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

This text has shadow with #339933 color.


.textShadow {text-shadow: 3px 3px 1px #339933', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #339933; -webkit-box-shadow: 1px 1px 3px 2px #339933; box-shadow:1px 1px 3px 2px #339933;">
Div content here
</div>

This div box has shadow with color #339933.

Preview

Color preview on black background

This text has color #339933 on black background.


Color preview on white background

This text has color #339933 on white background.


Black color preview on #339933 background

This text has black color on #339933 background.


White color preview on #339933 background

This text has white color on #339933 background.


Related colors

Complementary color

Complementary color for #hex is #CC66CC.


I love getcolorcode.com

Triadic colors

1 #333399 and #993333 with #339933 are triadic colors.

2 #339933 and #993333 with #339933 are triadic colors.