COLOR #338681

HEX: #338681
RGB: (51,134,129)

Color info

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

RGB color model

#338681 color RGB value is (51,134,129).

  • red value is 51;
  • green value is 134;
  • blue value is 129.
RGB:
(51,134,129)
(20%,53%,51%)

RGB channels and saturation

R 51 of 255 = 20%
G 134 of 255 = 53%
B 129 of 255 = 51%

51
134
129

R + G + B ~ 41%. #338681 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 134 + 129 = 314 (100%)
R 51 of 314 ~ 16.24%
G 134 of 314 ~ 42.68%
B 129 of 314 ~ 41.08%

%16.24
%42.68
%41.08

CMYK color model

#338681 color CMYK value is (62,0,4,47).

  • cyan value is 61.94%
  • magenta value is 0.00%
  • yellow value is 3.73%
  • key color value is 47.45%
CMYK:
(62,0,4,47)
C62M0Y4K47 
(62%,0%,4%,47%)
(0.62/0.00/0.04/0.47)	

CMYK percentages

%61.94
%0
%3.73
%47.45

Codes

Color #338681 in popluar color models

338681
RGB51134129
HSL176°44.86%36.27%
HSB/HSV176°61.94%52.55%
CMYK61.94%0.00%3.73%
47.45%

Color #338681 in popluar number systems.

HEX338681
Decimal51134129
Binary1100111000011010000001
Octal63206201

Shades and tints

Shades of #338681

#338681
(51,134,129)
#2F7A76
(47,122,118)
#2B6E6B
(43,110,107)
#276260
(39,98,96)
#235655
(35,86,85)
#1F4A4A
(31,74,74)
#1B3E3F
(27,62,63)
#173234
(23,50,52)
#132629
(19,38,41)
#0F1A1E
(15,26,30)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #338681

#338681
(51,134,129)
#45918C
(69,145,140)
#579C97
(87,156,151)
#69A7A2
(105,167,162)
#7BB2AD
(123,178,173)
#8DBDB8
(141,189,184)
#9FC8C3
(159,200,195)
#B1D3CE
(177,211,206)
#C3DED9
(195,222,217)
#D5E9E4
(213,233,228)
#E7F4EF
(231,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338681 color. Also use rgb(51,134,129) instead hex code.

Text Font Color

.myTextColor { color: #338681; }

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

This text font color is #338681.


Background Color

.myBgColor { background-color: #338681; }

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

This div background color is #338681.


Border color

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

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

This div border color is #338681.


Opacity

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

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

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

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

This text has shadow with #338681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338681 on black background.


Color preview on white background

This text has color #338681 on white background.



Black color preview on #338681 background

This text has black color on #338681 background.


White color preview on #338681 background

This text has white color on #338681 background.