COLOR #336A7B

HEX: #336A7B RGB: (51,106,123)

Color info

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

RGB color model

#336A7B color RGB value is (51,106,123).

RGB: (51,106,123) (20%, 42%, 48%)

RGB channels and saturation

R 51 of 255 = 20%
G 106 of 255 = 42%
B 123 of 255 = 48%

51
106
123

R + G + B ~ 37%. #336A7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 51 + 106 + 123 = 280 (100%)
R 51 of 280 ~ 18.21%
G 106 of 280 ~ 37.86%
B 123 of 280 ~ 43.93'%

%18.21
%37.86
%43.93

CMYK color model

#336A7B color CMYK value is (59,14,0,52).

  • cyan value is 58.54%
  • magenta value is 13.82%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (59,14,0,52)
C59M14Y0K52 (59%, 14%, 0%, 52%)
(0.59 / 0.14 / 0.00 / 0.52)

CMYK percentages

%58.54
%13.82
%0
%51.76

Codes

Color #336A7B in popluar color models

33 6A 7B
RGB 51 106 123
HSL 194° 41.38% 34.12%
HSB/HSV 194° 58.54% 48.24%
CMYK 58.54% 13.82% 0.00%
51.76%

Color #336A7B in popluar number systems.

HEX 33 6A 7B
Decimal 51 106 123
Binary 110011 1101010 1111011
Octal 63 152 173

Shades and tints

Shades of #336A7B

#336A7B
(51,106,123)
#2F6170
(47,97,112)
#2B5865
(43,88,101)
#274F5A
(39,79,90)
#23464F
(35,70,79)
#1F3D44
(31,61,68)
#1B3439
(27,52,57)
#172B2E
(23,43,46)
#132223
(19,34,35)
#0F1918
(15,25,24)
#0B100D
(11,16,13)
#000000
(0,0,0)

Tints of #336A7B

#336A7B
(51,106,123)
#457787
(69,119,135)
#578493
(87,132,147)
#69919F
(105,145,159)
#7B9EAB
(123,158,171)
#8DABB7
(141,171,183)
#9FB8C3
(159,184,195)
#B1C5CF
(177,197,207)
#C3D2DB
(195,210,219)
#D5DFE7
(213,223,231)
#E7ECF3
(231,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #336A7B color. Also use rgb(51,106,123) instead hex code.

Text Font Color

.myTextColor { color: #336A7B; }

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

This text font color is #336A7B.

Background Color

.myBgColor { background-color: #336A7B; }

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

This div background color is #336A7B.

Border color

.myBorderColor { border: 1px solid #336A7B; }

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

This div border color is #336A7B.

Opacity

.myOpacity80 { color: #336A7B; opacity: 0.8; }

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

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

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

This text has shadow with #336A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #336A7B.

Preview

Color preview on black background

This text has color #336A7B on black background.


Color preview on white background

This text has color #336A7B on white background.


Black color preview on #336A7B background

This text has black color on #336A7B background.


White color preview on #336A7B background

This text has white color on #336A7B background.


Related colors

Complementary color

Complementary color for #hex is #CC9584.


I love getcolorcode.com

Triadic colors

1 #7B336A and #6A7B33 with #336A7B are triadic colors.

2 #7B6A33 and #6A337B with #336A7B are triadic colors.