COLOR #338330

HEX: #338330
RGB: (51,131,48)

Color info

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

RGB color model

#338330 color RGB value is (51,131,48).

  • red value is 51;
  • green value is 131;
  • blue value is 48.
RGB:
(51,131,48)
(20%,51%,19%)

RGB channels and saturation

R 51 of 255 = 20%
G 131 of 255 = 51%
B 48 of 255 = 19%

51
131
48

R + G + B ~ 30%. #338330 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 131 + 48 = 230 (100%)
R 51 of 230 ~ 22.17%
G 131 of 230 ~ 56.96%
B 48 of 230 ~ 20.87%

%22.17
%56.96
%20.87

CMYK color model

#338330 color CMYK value is (61,0,63,49).

  • cyan value is 61.07%
  • magenta value is 0.00%
  • yellow value is 63.36%
  • key color value is 48.63%
CMYK:
(61,0,63,49)
C61M0Y63K49 
(61%,0%,63%,49%)
(0.61/0.00/0.63/0.49)	

CMYK percentages

%61.07
%0
%63.36
%48.63

Codes

Color #338330 in popluar color models

338330
RGB5113148
HSL118°46.37%35.10%
HSB/HSV118°63.36%51.37%
CMYK61.07%0.00%63.36%
48.63%

Color #338330 in popluar number systems.

HEX338330
Decimal5113148
Binary11001110000011110000
Octal6320360

Shades and tints

Shades of #338330

#338330
(51,131,48)
#2F782C
(47,120,44)
#2B6D28
(43,109,40)
#276224
(39,98,36)
#235720
(35,87,32)
#1F4C1C
(31,76,28)
#1B4118
(27,65,24)
#173614
(23,54,20)
#132B10
(19,43,16)
#0F200C
(15,32,12)
#0B1508
(11,21,8)
#000000
(0,0,0)

Tints of #338330

#338330
(51,131,48)
#458E42
(69,142,66)
#579954
(87,153,84)
#69A466
(105,164,102)
#7BAF78
(123,175,120)
#8DBA8A
(141,186,138)
#9FC59C
(159,197,156)
#B1D0AE
(177,208,174)
#C3DBC0
(195,219,192)
#D5E6D2
(213,230,210)
#E7F1E4
(231,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #338330; }

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

This text font color is #338330.


Background Color

.myBgColor { background-color: #338330; }

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

This div background color is #338330.


Border color

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

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

This div border color is #338330.


Opacity

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

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

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

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

This text has shadow with #338330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338330 on black background.


Color preview on white background

This text has color #338330 on white background.



Black color preview on #338330 background

This text has black color on #338330 background.


White color preview on #338330 background

This text has white color on #338330 background.