COLOR #338C8F

HEX: #338C8F
RGB: (51,140,143)

Color info

#338C8F contains mainly green and blue colors. Web safe color of #338C8F is #339999 (or #399).

RGB color model

#338C8F color RGB value is (51,140,143).

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

RGB channels and saturation

R 51 of 255 = 20%
G 140 of 255 = 55%
B 143 of 255 = 56%

51
140
143

R + G + B ~ 44%. #338C8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 140 + 143 = 334 (100%)
R 51 of 334 ~ 15.27%
G 140 of 334 ~ 41.92%
B 143 of 334 ~ 42.81%

%15.27
%41.92
%42.81

CMYK color model

#338C8F color CMYK value is (64,2,0,44).

  • cyan value is 64.34%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(64,2,0,44)
C64M2Y0K44 
(64%,2%,0%,44%)
(0.64/0.02/0.00/0.44)	

CMYK percentages

%64.34
%2.1
%0
%43.92

Codes

Color #338C8F in popluar color models

338C8F
RGB51140143
HSL182°47.42%38.04%
HSB/HSV182°64.34%56.08%
CMYK64.34%2.10%0.00%
43.92%

Color #338C8F in popluar number systems.

HEX338C8F
Decimal51140143
Binary1100111000110010001111
Octal63214217

Shades and tints

Shades of #338C8F

#338C8F
(51,140,143)
#2F8082
(47,128,130)
#2B7475
(43,116,117)
#276868
(39,104,104)
#235C5B
(35,92,91)
#1F504E
(31,80,78)
#1B4441
(27,68,65)
#173834
(23,56,52)
#132C27
(19,44,39)
#0F201A
(15,32,26)
#0B140D
(11,20,13)
#000000
(0,0,0)

Tints of #338C8F

#338C8F
(51,140,143)
#459699
(69,150,153)
#57A0A3
(87,160,163)
#69AAAD
(105,170,173)
#7BB4B7
(123,180,183)
#8DBEC1
(141,190,193)
#9FC8CB
(159,200,203)
#B1D2D5
(177,210,213)
#C3DCDF
(195,220,223)
#D5E6E9
(213,230,233)
#E7F0F3
(231,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #338C8F; }

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

This text font color is #338C8F.


Background Color

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

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

This div background color is #338C8F.


Border color

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

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

This div border color is #338C8F.


Opacity

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

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

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

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

This text has shadow with #338C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338C8F on black background.


Color preview on white background

This text has color #338C8F on white background.



Black color preview on #338C8F background

This text has black color on #338C8F background.


White color preview on #338C8F background

This text has white color on #338C8F background.