COLOR #338893

HEX: #338893
RGB: (51,136,147)

Color info

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

RGB color model

#338893 color RGB value is (51,136,147).

  • red value is 51;
  • green value is 136;
  • blue value is 147.
RGB:
(51,136,147)
(20%,53%,58%)

RGB channels and saturation

R 51 of 255 = 20%
G 136 of 255 = 53%
B 147 of 255 = 58%

51
136
147

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

Portions of RGB colors in percentages

R + G + B =
51 + 136 + 147 = 334 (100%)
R 51 of 334 ~ 15.27%
G 136 of 334 ~ 40.72%
B 147 of 334 ~ 44.01%

%15.27
%40.72
%44.01

CMYK color model

#338893 color CMYK value is (65,7,0,42).

  • cyan value is 65.31%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(65,7,0,42)
C65M7Y0K42 
(65%,7%,0%,42%)
(0.65/0.07/0.00/0.42)	

CMYK percentages

%65.31
%7.48
%0
%42.35

Codes

Color #338893 in popluar color models

338893
RGB51136147
HSL187°48.48%38.82%
HSB/HSV187°65.31%57.65%
CMYK65.31%7.48%0.00%
42.35%

Color #338893 in popluar number systems.

HEX338893
Decimal51136147
Binary1100111000100010010011
Octal63210223

Shades and tints

Shades of #338893

#338893
(51,136,147)
#2F7C86
(47,124,134)
#2B7079
(43,112,121)
#27646C
(39,100,108)
#23585F
(35,88,95)
#1F4C52
(31,76,82)
#1B4045
(27,64,69)
#173438
(23,52,56)
#13282B
(19,40,43)
#0F1C1E
(15,28,30)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #338893

#338893
(51,136,147)
#45929C
(69,146,156)
#579CA5
(87,156,165)
#69A6AE
(105,166,174)
#7BB0B7
(123,176,183)
#8DBAC0
(141,186,192)
#9FC4C9
(159,196,201)
#B1CED2
(177,206,210)
#C3D8DB
(195,216,219)
#D5E2E4
(213,226,228)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #338893 color. Also use rgb(51,136,147) instead hex code.

Text Font Color

.myTextColor { color: #338893; }

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

This text font color is #338893.


Background Color

.myBgColor { background-color: #338893; }

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

This div background color is #338893.


Border color

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

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

This div border color is #338893.


Opacity

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

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

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

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

This text has shadow with #338893 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #338893 on black background.


Color preview on white background

This text has color #338893 on white background.



Black color preview on #338893 background

This text has black color on #338893 background.


White color preview on #338893 background

This text has white color on #338893 background.