COLOR #306868

HEX: #306868
RGB: (48,104,104)

Color info

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

RGB color model

#306868 color RGB value is (48,104,104).

  • red value is 48;
  • green value is 104;
  • blue value is 104.
RGB:
(48,104,104)
(19%,41%,41%)

RGB channels and saturation

R 48 of 255 = 19%
G 104 of 255 = 41%
B 104 of 255 = 41%

48
104
104

R + G + B ~ 34%. #306868 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 104 + 104 = 256 (100%)
R 48 of 256 ~ 18.75%
G 104 of 256 ~ 40.63%
B 104 of 256 ~ 40.63%

%18.75
%40.63
%40.63

CMYK color model

#306868 color CMYK value is (54,0,0,59).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(54,0,0,59)
C54M0Y0K59 
(54%,0%,0%,59%)
(0.54/0.00/0.00/0.59)	

CMYK percentages

%53.85
%0
%0
%59.22

Codes

Color #306868 in popluar color models

306868
RGB48104104
HSL180°36.84%29.80%
HSB/HSV180°53.85%40.78%
CMYK53.85%0.00%0.00%
59.22%

Color #306868 in popluar number systems.

HEX306868
Decimal48104104
Binary11000011010001101000
Octal60150150

Shades and tints

Shades of #306868

#306868
(48,104,104)
#2C5F5F
(44,95,95)
#285656
(40,86,86)
#244D4D
(36,77,77)
#204444
(32,68,68)
#1C3B3B
(28,59,59)
#183232
(24,50,50)
#142929
(20,41,41)
#102020
(16,32,32)
#0C1717
(12,23,23)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #306868

#306868
(48,104,104)
#427575
(66,117,117)
#548282
(84,130,130)
#668F8F
(102,143,143)
#789C9C
(120,156,156)
#8AA9A9
(138,169,169)
#9CB6B6
(156,182,182)
#AEC3C3
(174,195,195)
#C0D0D0
(192,208,208)
#D2DDDD
(210,221,221)
#E4EAEA
(228,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306868 color. Also use rgb(48,104,104) instead hex code.

Text Font Color

.myTextColor { color: #306868; }

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

This text font color is #306868.


Background Color

.myBgColor { background-color: #306868; }

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

This div background color is #306868.


Border color

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

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

This div border color is #306868.


Opacity

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

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

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

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

This text has shadow with #306868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306868 on black background.


Color preview on white background

This text has color #306868 on white background.



Black color preview on #306868 background

This text has black color on #306868 background.


White color preview on #306868 background

This text has white color on #306868 background.