COLOR #33849F

HEX: #33849F
RGB: (51,132,159)

Color info

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

RGB color model

#33849F color RGB value is (51,132,159).

  • red value is 51;
  • green value is 132;
  • blue value is 159.
RGB:
(51,132,159)
(20%,52%,62%)

RGB channels and saturation

R 51 of 255 = 20%
G 132 of 255 = 52%
B 159 of 255 = 62%

51
132
159

R + G + B ~ 45%. #33849F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 132 + 159 = 342 (100%)
R 51 of 342 ~ 14.91%
G 132 of 342 ~ 38.6%
B 159 of 342 ~ 46.49%

%14.91
%38.6
%46.49

CMYK color model

#33849F color CMYK value is (68,17,0,38).

  • cyan value is 67.92%
  • magenta value is 16.98%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(68,17,0,38)
C68M17Y0K38 
(68%,17%,0%,38%)
(0.68/0.17/0.00/0.38)	

CMYK percentages

%67.92
%16.98
%0
%37.65

Codes

Color #33849F in popluar color models

33849F
RGB51132159
HSL195°51.43%41.18%
HSB/HSV195°67.92%62.35%
CMYK67.92%16.98%0.00%
37.65%

Color #33849F in popluar number systems.

HEX33849F
Decimal51132159
Binary1100111000010010011111
Octal63204237

Shades and tints

Shades of #33849F

#33849F
(51,132,159)
#2F7891
(47,120,145)
#2B6C83
(43,108,131)
#276075
(39,96,117)
#235467
(35,84,103)
#1F4859
(31,72,89)
#1B3C4B
(27,60,75)
#17303D
(23,48,61)
#13242F
(19,36,47)
#0F1821
(15,24,33)
#0B0C13
(11,12,19)
#000000
(0,0,0)

Tints of #33849F

#33849F
(51,132,159)
#458FA7
(69,143,167)
#579AAF
(87,154,175)
#69A5B7
(105,165,183)
#7BB0BF
(123,176,191)
#8DBBC7
(141,187,199)
#9FC6CF
(159,198,207)
#B1D1D7
(177,209,215)
#C3DCDF
(195,220,223)
#D5E7E7
(213,231,231)
#E7F2EF
(231,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33849F color. Also use rgb(51,132,159) instead hex code.

Text Font Color

.myTextColor { color: #33849F; }

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

This text font color is #33849F.


Background Color

.myBgColor { background-color: #33849F; }

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

This div background color is #33849F.


Border color

.myBorderColor { border: 1px solid #33849F; }

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

This div border color is #33849F.


Opacity

.myOpacity80 { color: #33849F; opacity: 0.8; }

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

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

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

This text has shadow with #33849F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33849F on black background.


Color preview on white background

This text has color #33849F on white background.



Black color preview on #33849F background

This text has black color on #33849F background.


White color preview on #33849F background

This text has white color on #33849F background.