COLOR #338A77

HEX: #338A77
RGB: (51,138,119)

Color info

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

RGB color model

#338A77 color RGB value is (51,138,119).

  • red value is 51;
  • green value is 138;
  • blue value is 119.
RGB:
(51,138,119)
(20%,54%,47%)

RGB channels and saturation

R 51 of 255 = 20%
G 138 of 255 = 54%
B 119 of 255 = 47%

51
138
119

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

Portions of RGB colors in percentages

R + G + B =
51 + 138 + 119 = 308 (100%)
R 51 of 308 ~ 16.56%
G 138 of 308 ~ 44.81%
B 119 of 308 ~ 38.64%

%16.56
%44.81
%38.64

CMYK color model

#338A77 color CMYK value is (63,0,14,46).

  • cyan value is 63.04%
  • magenta value is 0.00%
  • yellow value is 13.77%
  • key color value is 45.88%
CMYK:
(63,0,14,46)
C63M0Y14K46 
(63%,0%,14%,46%)
(0.63/0.00/0.14/0.46)	

CMYK percentages

%63.04
%0
%13.77
%45.88

Codes

Color #338A77 in popluar color models

338A77
RGB51138119
HSL167°46.03%37.06%
HSB/HSV167°63.04%54.12%
CMYK63.04%0.00%13.77%
45.88%

Color #338A77 in popluar number systems.

HEX338A77
Decimal51138119
Binary110011100010101110111
Octal63212167

Shades and tints

Shades of #338A77

#338A77
(51,138,119)
#2F7E6D
(47,126,109)
#2B7263
(43,114,99)
#276659
(39,102,89)
#235A4F
(35,90,79)
#1F4E45
(31,78,69)
#1B423B
(27,66,59)
#173631
(23,54,49)
#132A27
(19,42,39)
#0F1E1D
(15,30,29)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #338A77

#338A77
(51,138,119)
#459483
(69,148,131)
#579E8F
(87,158,143)
#69A89B
(105,168,155)
#7BB2A7
(123,178,167)
#8DBCB3
(141,188,179)
#9FC6BF
(159,198,191)
#B1D0CB
(177,208,203)
#C3DAD7
(195,218,215)
#D5E4E3
(213,228,227)
#E7EEEF
(231,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338A77 color. Also use rgb(51,138,119) instead hex code.

Text Font Color

.myTextColor { color: #338A77; }

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

This text font color is #338A77.


Background Color

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

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

This div background color is #338A77.


Border color

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

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

This div border color is #338A77.


Opacity

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

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

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

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

This text has shadow with #338A77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338A77 on black background.


Color preview on white background

This text has color #338A77 on white background.



Black color preview on #338A77 background

This text has black color on #338A77 background.


White color preview on #338A77 background

This text has white color on #338A77 background.