COLOR #306B64

HEX: #306B64 RGB: (48,107,100)

Color info

#306B64 contains red, green and blue colors in about the same proportion. Web safe color of #306B64 is #336666 (or #366).

RGB color model

#306B64 color RGB value is (48,107,100).

RGB: (48,107,100) (19%, 42%, 39%)

RGB channels and saturation

R 48 of 255 = 19%
G 107 of 255 = 42%
B 100 of 255 = 39%

48
107
100

R + G + B ~ 33%. #306B64 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 107 + 100 = 255 (100%)
R 48 of 255 ~ 18.82%
G 107 of 255 ~ 41.96%
B 100 of 255 ~ 39.22'%

%18.82
%41.96
%39.22

CMYK color model

#306B64 color CMYK value is (55,0,7,58).

  • cyan value is 55.14%
  • magenta value is 0.00%
  • yellow value is 6.54%
  • key color value is 58.04%

CMYK: (55,0,7,58)
C55M0Y7K58 (55%, 0%, 7%, 58%)
(0.55 / 0.00 / 0.07 / 0.58)

CMYK percentages

%55.14
%0
%6.54
%58.04

Codes

Color #306B64 in popluar color models

30 6B 64
RGB 48 107 100
HSL 173° 38.06% 30.39%
HSB/HSV 173° 55.14% 41.96%
CMYK 55.14% 0.00% 6.54%
58.04%

Color #306B64 in popluar number systems.

HEX 30 6B 64
Decimal 48 107 100
Binary 110000 1101011 1100100
Octal 60 153 144

Shades and tints

Shades of #306B64

#306B64
(48,107,100)
#2C625B
(44,98,91)
#285952
(40,89,82)
#245049
(36,80,73)
#204740
(32,71,64)
#1C3E37
(28,62,55)
#18352E
(24,53,46)
#142C25
(20,44,37)
#10231C
(16,35,28)
#0C1A13
(12,26,19)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #306B64

#306B64
(48,107,100)
#427872
(66,120,114)
#548580
(84,133,128)
#66928E
(102,146,142)
#789F9C
(120,159,156)
#8AACAA
(138,172,170)
#9CB9B8
(156,185,184)
#AEC6C6
(174,198,198)
#C0D3D4
(192,211,212)
#D2E0E2
(210,224,226)
#E4EDF0
(228,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306B64 color. Also use rgb(48,107,100) instead hex code.

Text Font Color

.myTextColor { color: #306B64; }

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

This text font color is #306B64.

Background Color

.myBgColor { background-color: #306B64; }

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

This div background color is #306B64.

Border color

.myBorderColor { border: 1px solid #306B64; }

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

This div border color is #306B64.

Opacity

.myOpacity80 { color: #306B64; opacity: 0.8; }

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

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

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

This text has shadow with #306B64 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #306B64.

Preview

Color preview on black background

This text has color #306B64 on black background.


Color preview on white background

This text has color #306B64 on white background.


Black color preview on #306B64 background

This text has black color on #306B64 background.


White color preview on #306B64 background

This text has white color on #306B64 background.


Related colors

Complementary color

Complementary color for #hex is #CF949B.


I love getcolorcode.com

Triadic colors

1 #64306B and #6B6430 with #306B64 are triadic colors.

2 #646B30 and #6B3064 with #306B64 are triadic colors.