COLOR #338772

HEX: #338772
RGB: (51,135,114)

Color info

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

RGB color model

#338772 color RGB value is (51,135,114).

  • red value is 51;
  • green value is 135;
  • blue value is 114.
RGB:
(51,135,114)
(20%,53%,45%)

RGB channels and saturation

R 51 of 255 = 20%
G 135 of 255 = 53%
B 114 of 255 = 45%

51
135
114

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

Portions of RGB colors in percentages

R + G + B =
51 + 135 + 114 = 300 (100%)
R 51 of 300 ~ 17%
G 135 of 300 ~ 45%
B 114 of 300 ~ 38%

%17
%45
%38

CMYK color model

#338772 color CMYK value is (62,0,16,47).

  • cyan value is 62.22%
  • magenta value is 0.00%
  • yellow value is 15.56%
  • key color value is 47.06%
CMYK:
(62,0,16,47)
C62M0Y16K47 
(62%,0%,16%,47%)
(0.62/0.00/0.16/0.47)	

CMYK percentages

%62.22
%0
%15.56
%47.06

Codes

Color #338772 in popluar color models

338772
RGB51135114
HSL165°45.16%36.47%
HSB/HSV165°62.22%52.94%
CMYK62.22%0.00%15.56%
47.06%

Color #338772 in popluar number systems.

HEX338772
Decimal51135114
Binary110011100001111110010
Octal63207162

Shades and tints

Shades of #338772

#338772
(51,135,114)
#2F7B68
(47,123,104)
#2B6F5E
(43,111,94)
#276354
(39,99,84)
#23574A
(35,87,74)
#1F4B40
(31,75,64)
#1B3F36
(27,63,54)
#17332C
(23,51,44)
#132722
(19,39,34)
#0F1B18
(15,27,24)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #338772

#338772
(51,135,114)
#45917E
(69,145,126)
#579B8A
(87,155,138)
#69A596
(105,165,150)
#7BAFA2
(123,175,162)
#8DB9AE
(141,185,174)
#9FC3BA
(159,195,186)
#B1CDC6
(177,205,198)
#C3D7D2
(195,215,210)
#D5E1DE
(213,225,222)
#E7EBEA
(231,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338772 color. Also use rgb(51,135,114) instead hex code.

Text Font Color

.myTextColor { color: #338772; }

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

This text font color is #338772.


Background Color

.myBgColor { background-color: #338772; }

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

This div background color is #338772.


Border color

.myBorderColor { border: 1px solid #338772; }

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

This div border color is #338772.


Opacity

.myOpacity80 { color: #338772; opacity: 0.8; }

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

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

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

This text has shadow with #338772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338772 on black background.


Color preview on white background

This text has color #338772 on white background.



Black color preview on #338772 background

This text has black color on #338772 background.


White color preview on #338772 background

This text has white color on #338772 background.