COLOR #338B94

HEX: #338B94
RGB: (51,139,148)

Color info

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

RGB color model

#338B94 color RGB value is (51,139,148).

  • red value is 51;
  • green value is 139;
  • blue value is 148.
RGB:
(51,139,148)
(20%,55%,58%)

RGB channels and saturation

R 51 of 255 = 20%
G 139 of 255 = 55%
B 148 of 255 = 58%

51
139
148

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

Portions of RGB colors in percentages

R + G + B =
51 + 139 + 148 = 338 (100%)
R 51 of 338 ~ 15.09%
G 139 of 338 ~ 41.12%
B 148 of 338 ~ 43.79%

%15.09
%41.12
%43.79

CMYK color model

#338B94 color CMYK value is (66,6,0,42).

  • cyan value is 65.54%
  • magenta value is 6.08%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(66,6,0,42)
C66M6Y0K42 
(66%,6%,0%,42%)
(0.66/0.06/0.00/0.42)	

CMYK percentages

%65.54
%6.08
%0
%41.96

Codes

Color #338B94 in popluar color models

338B94
RGB51139148
HSL186°48.74%39.02%
HSB/HSV186°65.54%58.04%
CMYK65.54%6.08%0.00%
41.96%

Color #338B94 in popluar number systems.

HEX338B94
Decimal51139148
Binary1100111000101110010100
Octal63213224

Shades and tints

Shades of #338B94

#338B94
(51,139,148)
#2F7F87
(47,127,135)
#2B737A
(43,115,122)
#27676D
(39,103,109)
#235B60
(35,91,96)
#1F4F53
(31,79,83)
#1B4346
(27,67,70)
#173739
(23,55,57)
#132B2C
(19,43,44)
#0F1F1F
(15,31,31)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #338B94

#338B94
(51,139,148)
#45959D
(69,149,157)
#579FA6
(87,159,166)
#69A9AF
(105,169,175)
#7BB3B8
(123,179,184)
#8DBDC1
(141,189,193)
#9FC7CA
(159,199,202)
#B1D1D3
(177,209,211)
#C3DBDC
(195,219,220)
#D5E5E5
(213,229,229)
#E7EFEE
(231,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338B94 color. Also use rgb(51,139,148) instead hex code.

Text Font Color

.myTextColor { color: #338B94; }

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

This text font color is #338B94.


Background Color

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

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

This div background color is #338B94.


Border color

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

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

This div border color is #338B94.


Opacity

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

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

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

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

This text has shadow with #338B94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338B94 on black background.


Color preview on white background

This text has color #338B94 on white background.



Black color preview on #338B94 background

This text has black color on #338B94 background.


White color preview on #338B94 background

This text has white color on #338B94 background.