COLOR #338C22

HEX: #338C22 RGB: (51,140,34)

Color info

#338C22 contains mainly green color. Web safe color of #338C22 is #339933 (or #393).

RGB color model

#338C22 color RGB value is (51,140,34).

RGB: (51,140,34) (20%, 55%, 13%)

RGB channels and saturation

R 51 of 255 = 20%
G 140 of 255 = 55%
B 34 of 255 = 13%

51
140
34

R + G + B ~ 29%. #338C22 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 140 + 34 = 225 (100%)
R 51 of 225 ~ 22.67%
G 140 of 225 ~ 62.22%
B 34 of 225 ~ 15.11'%

%22.67
%62.22
%15.11

CMYK color model

#338C22 color CMYK value is (64,0,76,45).

  • cyan value is 63.57%
  • magenta value is 0.00%
  • yellow value is 75.71%
  • key color value is 45.10%
CMYK: (64,0,76,45) C64M0Y76K45 (64%,0%,76%,45%) (0.64/0.00/0.76/0.45) 

CMYK percentages

%63.57
%0
%75.71
%45.1

Codes

Color #338C22 in popluar color models

33 8C 22
RGB 51 140 34
HSL 110° 60.92% 34.12%
HSB/HSV 110° 75.71% 54.90%
CMYK 63.57% 0.00% 75.71%
45.10%

Color #338C22 in popluar number systems.

HEX 33 8C 22
Decimal 51 140 34
Binary 110011 10001100 100010
Octal 63 214 42

Shades and tints

Shades of #338C22

#338C22
(51,140,34)
#2F801F
(47,128,31)
#2B741C
(43,116,28)
#276819
(39,104,25)
#235C16
(35,92,22)
#1F5013
(31,80,19)
#1B4410
(27,68,16)
#17380D
(23,56,13)
#132C0A
(19,44,10)
#0F2007
(15,32,7)
#0B1404
(11,20,4)
#000000
(0,0,0)

Tints of #338C22

#338C22
(51,140,34)
#459636
(69,150,54)
#57A04A
(87,160,74)
#69AA5E
(105,170,94)
#7BB472
(123,180,114)
#8DBE86
(141,190,134)
#9FC89A
(159,200,154)
#B1D2AE
(177,210,174)
#C3DCC2
(195,220,194)
#D5E6D6
(213,230,214)
#E7F0EA
(231,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338C22 color. Also use rgb(51,140,34) instead hex code.

Text Font Color

.myTextColor { color: #338C22; }

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

This text font color is #338C22.

Background Color

.myBgColor { background-color: #338C22; }

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

This div background color is #338C22.

Border color

.myBorderColor { border: 1px solid #338C22; }

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

This div border color is #338C22.

Opacity

.myOpacity80 { color: #338C22; opacity: 0.8; }

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

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

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

This text has shadow with #338C22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #338C22.

Preview

Color preview on black background

This text has color #338C22 on black background.


Color preview on white background

This text has color #338C22 on white background.


Black color preview on #338C22 background

This text has black color on #338C22 background.


White color preview on #338C22 background

This text has white color on #338C22 background.


Related colors

Complementary color

Complementary color for #hex is #CC73DD.


I love getcolorcode.com

Triadic colors

1 #22338C and #8C2233 with #338C22 are triadic colors.

2 #228C33 and #8C3322 with #338C22 are triadic colors.