COLOR #338D6D

HEX: #338D6D RGB: (51,141,109)

Color info

#338D6D contains mainly green and blue colors. Web safe color of #338D6D is #339966 (or #396).

RGB color model

#338D6D color RGB value is (51,141,109).

RGB: (51,141,109) (20%, 55%, 43%)

RGB channels and saturation

R 51 of 255 = 20%
G 141 of 255 = 55%
B 109 of 255 = 43%

51
141
109

R + G + B ~ 39%. #338D6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 141 + 109 = 301 (100%)
R 51 of 301 ~ 16.94%
G 141 of 301 ~ 46.84%
B 109 of 301 ~ 36.21'%

%16.94
%46.84
%36.21

CMYK color model

#338D6D color CMYK value is (64,0,23,45).

  • cyan value is 63.83%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 44.71%

CMYK: (64,0,23,45)
C64M0Y23K45 (64%, 0%, 23%, 45%)
(0.64 / 0.00 / 0.23 / 0.45)

CMYK percentages

%63.83
%0
%22.7
%44.71

Codes

Color #338D6D in popluar color models

33 8D 6D
RGB 51 141 109
HSL 159° 46.88% 37.65%
HSB/HSV 159° 63.83% 55.29%
CMYK 63.83% 0.00% 22.70%
44.71%

Color #338D6D in popluar number systems.

HEX 33 8D 6D
Decimal 51 141 109
Binary 110011 10001101 1101101
Octal 63 215 155

Shades and tints

Shades of #338D6D

#338D6D
(51,141,109)
#2F8164
(47,129,100)
#2B755B
(43,117,91)
#276952
(39,105,82)
#235D49
(35,93,73)
#1F5140
(31,81,64)
#1B4537
(27,69,55)
#17392E
(23,57,46)
#132D25
(19,45,37)
#0F211C
(15,33,28)
#0B1513
(11,21,19)
#000000
(0,0,0)

Tints of #338D6D

#338D6D
(51,141,109)
#45977A
(69,151,122)
#57A187
(87,161,135)
#69AB94
(105,171,148)
#7BB5A1
(123,181,161)
#8DBFAE
(141,191,174)
#9FC9BB
(159,201,187)
#B1D3C8
(177,211,200)
#C3DDD5
(195,221,213)
#D5E7E2
(213,231,226)
#E7F1EF
(231,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338D6D color. Also use rgb(51,141,109) instead hex code.

Text Font Color

.myTextColor { color: #338D6D; }

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

This text font color is #338D6D.

Background Color

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

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

This div background color is #338D6D.

Border color

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

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

This div border color is #338D6D.

Opacity

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

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

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

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

This text has shadow with #338D6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #338D6D.

Preview

Color preview on black background

This text has color #338D6D on black background.


Color preview on white background

This text has color #338D6D on white background.


Black color preview on #338D6D background

This text has black color on #338D6D background.


White color preview on #338D6D background

This text has white color on #338D6D background.


Related colors

Complementary color

Complementary color for #hex is #CC7292.


I love getcolorcode.com

Triadic colors

1 #6D338D and #8D6D33 with #338D6D are triadic colors.

2 #6D8D33 and #8D336D with #338D6D are triadic colors.