COLOR #339933

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

Renk bilgisi

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

RGB renk modeli

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

  • kırmız ton 51;
  • yeşil ton 153;
  • mavi ton 51.
RGB:
(51,153,51)
(20%,60%,20%)

RGB bağlantıları ve doygunluk

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.

Yüzdelerle RGB renk parçaları

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 RENK MODELİ

#339933 rengi CMYK tonu (67,0,67,40).

  • camgöbeği tonu 66.67%
  • eflatun tonu 0.00%
  • sarı tonu 66.67%
  • ana renk tonu 40.00%
CMYK:
(67,0,67,40)
C67M0Y67K40 
(67%,0%,67%,40%)
(0.67/0.00/0.67/0.40)	

CMYK yüzdeleri

%66.67
%0
%66.67
%40

Codes

Color #339933 in popluar color models

339933
RGB5115351
HSL120°50.00%40.00%
HSB/HSV120°66.67%60.00%
CMYK66.67%0.00%66.67%
40.00%

Color #339933 in popluar number systems.

HEX339933
Decimal5115351
Binary11001110011001110011
Octal6323163

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.