COLOR #338F6B

HEX: #338F6B
RGB: (51,143,107)

Color info

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

RGB color model

#338F6B color RGB value is (51,143,107).

  • red value is 51;
  • green value is 143;
  • blue value is 107.
RGB:
(51,143,107)
(20%,56%,42%)

RGB channels and saturation

R 51 of 255 = 20%
G 143 of 255 = 56%
B 107 of 255 = 42%

51
143
107

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

Portions of RGB colors in percentages

R + G + B =
51 + 143 + 107 = 301 (100%)
R 51 of 301 ~ 16.94%
G 143 of 301 ~ 47.51%
B 107 of 301 ~ 35.55%

%16.94
%47.51
%35.55

CMYK color model

#338F6B color CMYK value is (64,0,25,44).

  • cyan value is 64.34%
  • magenta value is 0.00%
  • yellow value is 25.17%
  • key color value is 43.92%
CMYK:
(64,0,25,44)
C64M0Y25K44 
(64%,0%,25%,44%)
(0.64/0.00/0.25/0.44)	

CMYK percentages

%64.34
%0
%25.17
%43.92

Codes

Color #338F6B in popluar color models

338F6B
RGB51143107
HSL157°47.42%38.04%
HSB/HSV157°64.34%56.08%
CMYK64.34%0.00%25.17%
43.92%

Color #338F6B in popluar number systems.

HEX338F6B
Decimal51143107
Binary110011100011111101011
Octal63217153

Shades and tints

Shades of #338F6B

#338F6B
(51,143,107)
#2F8262
(47,130,98)
#2B7559
(43,117,89)
#276850
(39,104,80)
#235B47
(35,91,71)
#1F4E3E
(31,78,62)
#1B4135
(27,65,53)
#17342C
(23,52,44)
#132723
(19,39,35)
#0F1A1A
(15,26,26)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #338F6B

#338F6B
(51,143,107)
#459978
(69,153,120)
#57A385
(87,163,133)
#69AD92
(105,173,146)
#7BB79F
(123,183,159)
#8DC1AC
(141,193,172)
#9FCBB9
(159,203,185)
#B1D5C6
(177,213,198)
#C3DFD3
(195,223,211)
#D5E9E0
(213,233,224)
#E7F3ED
(231,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338F6B color. Also use rgb(51,143,107) instead hex code.

Text Font Color

.myTextColor { color: #338F6B; }

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

This text font color is #338F6B.


Background Color

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

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

This div background color is #338F6B.


Border color

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

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

This div border color is #338F6B.


Opacity

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

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

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

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

This text has shadow with #338F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338F6B on black background.


Color preview on white background

This text has color #338F6B on white background.



Black color preview on #338F6B background

This text has black color on #338F6B background.


White color preview on #338F6B background

This text has white color on #338F6B background.