COLOR #338B40

HEX: #338B40
RGB: (51,139,64)

Color info

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

RGB color model

#338B40 color RGB value is (51,139,64).

  • red value is 51;
  • green value is 139;
  • blue value is 64.
RGB:
(51,139,64)
(20%,55%,25%)

RGB channels and saturation

R 51 of 255 = 20%
G 139 of 255 = 55%
B 64 of 255 = 25%

51
139
64

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

Portions of RGB colors in percentages

R + G + B =
51 + 139 + 64 = 254 (100%)
R 51 of 254 ~ 20.08%
G 139 of 254 ~ 54.72%
B 64 of 254 ~ 25.2%

%20.08
%54.72
%25.2

CMYK color model

#338B40 color CMYK value is (63,0,54,45).

  • cyan value is 63.31%
  • magenta value is 0.00%
  • yellow value is 53.96%
  • key color value is 45.49%
CMYK:
(63,0,54,45)
C63M0Y54K45 
(63%,0%,54%,45%)
(0.63/0.00/0.54/0.45)	

CMYK percentages

%63.31
%0
%53.96
%45.49

Codes

Color #338B40 in popluar color models

338B40
RGB5113964
HSL129°46.32%37.25%
HSB/HSV129°63.31%54.51%
CMYK63.31%0.00%53.96%
45.49%

Color #338B40 in popluar number systems.

HEX338B40
Decimal5113964
Binary110011100010111000000
Octal63213100

Shades and tints

Shades of #338B40

#338B40
(51,139,64)
#2F7F3B
(47,127,59)
#2B7336
(43,115,54)
#276731
(39,103,49)
#235B2C
(35,91,44)
#1F4F27
(31,79,39)
#1B4322
(27,67,34)
#17371D
(23,55,29)
#132B18
(19,43,24)
#0F1F13
(15,31,19)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #338B40

#338B40
(51,139,64)
#459551
(69,149,81)
#579F62
(87,159,98)
#69A973
(105,169,115)
#7BB384
(123,179,132)
#8DBD95
(141,189,149)
#9FC7A6
(159,199,166)
#B1D1B7
(177,209,183)
#C3DBC8
(195,219,200)
#D5E5D9
(213,229,217)
#E7EFEA
(231,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338B40 color. Also use rgb(51,139,64) instead hex code.

Text Font Color

.myTextColor { color: #338B40; }

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

This text font color is #338B40.


Background Color

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

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

This div background color is #338B40.


Border color

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

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

This div border color is #338B40.


Opacity

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

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

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

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

This text has shadow with #338B40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338B40 on black background.


Color preview on white background

This text has color #338B40 on white background.



Black color preview on #338B40 background

This text has black color on #338B40 background.


White color preview on #338B40 background

This text has white color on #338B40 background.