COLOR #338649

HEX: #338649
RGB: (51,134,73)

Color info

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

RGB color model

#338649 color RGB value is (51,134,73).

  • red value is 51;
  • green value is 134;
  • blue value is 73.
RGB:
(51,134,73)
(20%,53%,29%)

RGB channels and saturation

R 51 of 255 = 20%
G 134 of 255 = 53%
B 73 of 255 = 29%

51
134
73

R + G + B ~ 34%. #338649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
51 + 134 + 73 = 258 (100%)
R 51 of 258 ~ 19.77%
G 134 of 258 ~ 51.94%
B 73 of 258 ~ 28.29%

%19.77
%51.94
%28.29

CMYK color model

#338649 color CMYK value is (62,0,46,47).

  • cyan value is 61.94%
  • magenta value is 0.00%
  • yellow value is 45.52%
  • key color value is 47.45%
CMYK:
(62,0,46,47)
C62M0Y46K47 
(62%,0%,46%,47%)
(0.62/0.00/0.46/0.47)	

CMYK percentages

%61.94
%0
%45.52
%47.45

Codes

Color #338649 in popluar color models

338649
RGB5113473
HSL136°44.86%36.27%
HSB/HSV136°61.94%52.55%
CMYK61.94%0.00%45.52%
47.45%

Color #338649 in popluar number systems.

HEX338649
Decimal5113473
Binary110011100001101001001
Octal63206111

Shades and tints

Shades of #338649

#338649
(51,134,73)
#2F7A43
(47,122,67)
#2B6E3D
(43,110,61)
#276237
(39,98,55)
#235631
(35,86,49)
#1F4A2B
(31,74,43)
#1B3E25
(27,62,37)
#17321F
(23,50,31)
#132619
(19,38,25)
#0F1A13
(15,26,19)
#0B0E0D
(11,14,13)
#000000
(0,0,0)

Tints of #338649

#338649
(51,134,73)
#459159
(69,145,89)
#579C69
(87,156,105)
#69A779
(105,167,121)
#7BB289
(123,178,137)
#8DBD99
(141,189,153)
#9FC8A9
(159,200,169)
#B1D3B9
(177,211,185)
#C3DEC9
(195,222,201)
#D5E9D9
(213,233,217)
#E7F4E9
(231,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338649 color. Also use rgb(51,134,73) instead hex code.

Text Font Color

.myTextColor { color: #338649; }

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

This text font color is #338649.


Background Color

.myBgColor { background-color: #338649; }

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

This div background color is #338649.


Border color

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

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

This div border color is #338649.


Opacity

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

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

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

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

This text has shadow with #338649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338649 on black background.


Color preview on white background

This text has color #338649 on white background.



Black color preview on #338649 background

This text has black color on #338649 background.


White color preview on #338649 background

This text has white color on #338649 background.