COLOR #307B68

HEX: #307B68 RGB: (48,123,104)

Color info

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

RGB color model

#307B68 color RGB value is (48,123,104).

RGB: (48,123,104) (19%, 48%, 41%)

RGB channels and saturation

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

48
123
104

R + G + B ~ 36%. #307B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 123 + 104 = 275 (100%)
R 48 of 275 ~ 17.45%
G 123 of 275 ~ 44.73%
B 104 of 275 ~ 37.82'%

%17.45
%44.73
%37.82

CMYK color model

#307B68 color CMYK value is (61,0,15,52).

  • cyan value is 60.98%
  • magenta value is 0.00%
  • yellow value is 15.45%
  • key color value is 51.76%

CMYK: (61,0,15,52)
C61M0Y15K52 (61%, 0%, 15%, 52%)
(0.61 / 0.00 / 0.15 / 0.52)

CMYK percentages

%60.98
%0
%15.45
%51.76

Codes

Color #307B68 in popluar color models

30 7B 68
RGB 48 123 104
HSL 165° 43.86% 33.53%
HSB/HSV 165° 60.98% 48.24%
CMYK 60.98% 0.00% 15.45%
51.76%

Color #307B68 in popluar number systems.

HEX 30 7B 68
Decimal 48 123 104
Binary 110000 1111011 1101000
Octal 60 173 150

Shades and tints

Shades of #307B68

#307B68
(48,123,104)
#2C705F
(44,112,95)
#286556
(40,101,86)
#245A4D
(36,90,77)
#204F44
(32,79,68)
#1C443B
(28,68,59)
#183932
(24,57,50)
#142E29
(20,46,41)
#102320
(16,35,32)
#0C1817
(12,24,23)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #307B68

#307B68
(48,123,104)
#428775
(66,135,117)
#549382
(84,147,130)
#669F8F
(102,159,143)
#78AB9C
(120,171,156)
#8AB7A9
(138,183,169)
#9CC3B6
(156,195,182)
#AECFC3
(174,207,195)
#C0DBD0
(192,219,208)
#D2E7DD
(210,231,221)
#E4F3EA
(228,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #307B68; }

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

This text font color is #307B68.

Background Color

.myBgColor { background-color: #307B68; }

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

This div background color is #307B68.

Border color

.myBorderColor { border: 1px solid #307B68; }

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

This div border color is #307B68.

Opacity

.myOpacity80 { color: #307B68; opacity: 0.8; }

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

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

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

This text has shadow with #307B68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #307B68.

Preview

Color preview on black background

This text has color #307B68 on black background.


Color preview on white background

This text has color #307B68 on white background.


Black color preview on #307B68 background

This text has black color on #307B68 background.


White color preview on #307B68 background

This text has white color on #307B68 background.


Related colors

Complementary color

Complementary color for #hex is #CF8497.


I love getcolorcode.com

Triadic colors

1 #68307B and #7B6830 with #307B68 are triadic colors.

2 #687B30 and #7B3068 with #307B68 are triadic colors.