COLOR #338220

HEX: #338220
RGB: (51,130,32)

Color info

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

RGB color model

#338220 color RGB value is (51,130,32).

  • red value is 51;
  • green value is 130;
  • blue value is 32.
RGB:
(51,130,32)
(20%,51%,13%)

RGB channels and saturation

R 51 of 255 = 20%
G 130 of 255 = 51%
B 32 of 255 = 13%

51
130
32

R + G + B ~ 28%. #338220 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 130 + 32 = 213 (100%)
R 51 of 213 ~ 23.94%
G 130 of 213 ~ 61.03%
B 32 of 213 ~ 15.02%

%23.94
%61.03
%15.02

CMYK color model

#338220 color CMYK value is (61,0,75,49).

  • cyan value is 60.77%
  • magenta value is 0.00%
  • yellow value is 75.38%
  • key color value is 49.02%
CMYK:
(61,0,75,49)
C61M0Y75K49 
(61%,0%,75%,49%)
(0.61/0.00/0.75/0.49)	

CMYK percentages

%60.77
%0
%75.38
%49.02

Codes

Color #338220 in popluar color models

338220
RGB5113032
HSL108°60.49%31.76%
HSB/HSV108°75.38%50.98%
CMYK60.77%0.00%75.38%
49.02%

Color #338220 in popluar number systems.

HEX338220
Decimal5113032
Binary11001110000010100000
Octal6320240

Shades and tints

Shades of #338220

#338220
(51,130,32)
#2F771E
(47,119,30)
#2B6C1C
(43,108,28)
#27611A
(39,97,26)
#235618
(35,86,24)
#1F4B16
(31,75,22)
#1B4014
(27,64,20)
#173512
(23,53,18)
#132A10
(19,42,16)
#0F1F0E
(15,31,14)
#0B140C
(11,20,12)
#000000
(0,0,0)

Tints of #338220

#338220
(51,130,32)
#458D34
(69,141,52)
#579848
(87,152,72)
#69A35C
(105,163,92)
#7BAE70
(123,174,112)
#8DB984
(141,185,132)
#9FC498
(159,196,152)
#B1CFAC
(177,207,172)
#C3DAC0
(195,218,192)
#D5E5D4
(213,229,212)
#E7F0E8
(231,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #338220; }

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

This text font color is #338220.


Background Color

.myBgColor { background-color: #338220; }

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

This div background color is #338220.


Border color

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

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

This div border color is #338220.


Opacity

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

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

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

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

This text has shadow with #338220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338220 on black background.


Color preview on white background

This text has color #338220 on white background.



Black color preview on #338220 background

This text has black color on #338220 background.


White color preview on #338220 background

This text has white color on #338220 background.