COLOR #338064

HEX: #338064
RGB: (51,128,100)

Color info

#338064 contains mainly green and blue colors. Web safe color of #338064 is #336666 (or #366).

RGB color model

#338064 color RGB value is (51,128,100).

  • red value is 51;
  • green value is 128;
  • blue value is 100.
RGB:
(51,128,100)
(20%,50%,39%)

RGB channels and saturation

R 51 of 255 = 20%
G 128 of 255 = 50%
B 100 of 255 = 39%

51
128
100

R + G + B ~ 36%. #338064 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 128 + 100 = 279 (100%)
R 51 of 279 ~ 18.28%
G 128 of 279 ~ 45.88%
B 100 of 279 ~ 35.84%

%18.28
%45.88
%35.84

CMYK color model

#338064 color CMYK value is (60,0,22,50).

  • cyan value is 60.16%
  • magenta value is 0.00%
  • yellow value is 21.88%
  • key color value is 49.80%
CMYK:
(60,0,22,50)
C60M0Y22K50 
(60%,0%,22%,50%)
(0.60/0.00/0.22/0.50)	

CMYK percentages

%60.16
%0
%21.88
%49.8

Codes

Color #338064 in popluar color models

338064
RGB51128100
HSL158°43.02%35.10%
HSB/HSV158°60.16%50.20%
CMYK60.16%0.00%21.88%
49.80%

Color #338064 in popluar number systems.

HEX338064
Decimal51128100
Binary110011100000001100100
Octal63200144

Shades and tints

Shades of #338064

#338064
(51,128,100)
#2F755B
(47,117,91)
#2B6A52
(43,106,82)
#275F49
(39,95,73)
#235440
(35,84,64)
#1F4937
(31,73,55)
#1B3E2E
(27,62,46)
#173325
(23,51,37)
#13281C
(19,40,28)
#0F1D13
(15,29,19)
#0B120A
(11,18,10)
#000000
(0,0,0)

Tints of #338064

#338064
(51,128,100)
#458B72
(69,139,114)
#579680
(87,150,128)
#69A18E
(105,161,142)
#7BAC9C
(123,172,156)
#8DB7AA
(141,183,170)
#9FC2B8
(159,194,184)
#B1CDC6
(177,205,198)
#C3D8D4
(195,216,212)
#D5E3E2
(213,227,226)
#E7EEF0
(231,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338064 color. Also use rgb(51,128,100) instead hex code.

Text Font Color

.myTextColor { color: #338064; }

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

This text font color is #338064.


Background Color

.myBgColor { background-color: #338064; }

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

This div background color is #338064.


Border color

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

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

This div border color is #338064.


Opacity

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

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

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

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

This text has shadow with #338064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338064 on black background.


Color preview on white background

This text has color #338064 on white background.



Black color preview on #338064 background

This text has black color on #338064 background.


White color preview on #338064 background

This text has white color on #338064 background.