COLOR #334F7E

HEX: #334F7E RGB: (51,79,126)

Color info

#334F7E contains mainly green and blue colors. Web safe color of #334F7E is #336666 (or #366).

RGB color model

#334F7E color RGB value is (51,79,126).

RGB: (51,79,126) (20%, 31%, 49%)

RGB channels and saturation

R 51 of 255 = 20%
G 79 of 255 = 31%
B 126 of 255 = 49%

51
79
126

R + G + B ~ 33%. #334F7E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 79 + 126 = 256 (100%)
R 51 of 256 ~ 19.92%
G 79 of 256 ~ 30.86%
B 126 of 256 ~ 49.22'%

%19.92
%30.86
%49.22

CMYK color model

#334F7E color CMYK value is (60,37,0,51).

  • cyan value is 59.52%
  • magenta value is 37.30%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (60,37,0,51) C60M37Y0K51 (60%,37%,0%,51%) (0.60/0.37/0.00/0.51) 

CMYK percentages

%59.52
%37.3
%0
%50.59

Codes

Color #334F7E in popluar color models

33 4F 7E
RGB 51 79 126
HSL 218° 42.37% 34.71%
HSB/HSV 218° 59.52% 49.41%
CMYK 59.52% 37.30% 0.00%
50.59%

Color #334F7E in popluar number systems.

HEX 33 4F 7E
Decimal 51 79 126
Binary 110011 1001111 1111110
Octal 63 117 176

Shades and tints

Shades of #334F7E

#334F7E
(51,79,126)
#2F4873
(47,72,115)
#2B4168
(43,65,104)
#273A5D
(39,58,93)
#233352
(35,51,82)
#1F2C47
(31,44,71)
#1B253C
(27,37,60)
#171E31
(23,30,49)
#131726
(19,23,38)
#0F101B
(15,16,27)
#0B0910
(11,9,16)
#000000
(0,0,0)

Tints of #334F7E

#334F7E
(51,79,126)
#455F89
(69,95,137)
#576F94
(87,111,148)
#697F9F
(105,127,159)
#7B8FAA
(123,143,170)
#8D9FB5
(141,159,181)
#9FAFC0
(159,175,192)
#B1BFCB
(177,191,203)
#C3CFD6
(195,207,214)
#D5DFE1
(213,223,225)
#E7EFEC
(231,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334F7E color. Also use rgb(51,79,126) instead hex code.

Text Font Color

.myTextColor { color: #334F7E; }

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

This text font color is #334F7E.

Background Color

.myBgColor { background-color: #334F7E; }

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

This div background color is #334F7E.

Border color

.myBorderColor { border: 1px solid #334F7E; }

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

This div border color is #334F7E.

Opacity

.myOpacity80 { color: #334F7E; opacity: 0.8; }

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

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

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

This text has shadow with #334F7E color.


.textShadow {text-shadow: 3px 3px 1px #334F7E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #334F7E; -webkit-box-shadow: 1px 1px 3px 2px #334F7E; box-shadow:1px 1px 3px 2px #334F7E;">
Div content here
</div>

This div box has shadow with color #334F7E.

Preview

Color preview on black background

This text has color #334F7E on black background.


Color preview on white background

This text has color #334F7E on white background.


Black color preview on #334F7E background

This text has black color on #334F7E background.


White color preview on #334F7E background

This text has white color on #334F7E background.


Related colors

Complementary color

Complementary color for #hex is #CCB081.


I love getcolorcode.com

Triadic colors

1 #7E334F and #4F7E33 with #334F7E are triadic colors.

2 #7E4F33 and #4F337E with #334F7E are triadic colors.