COLOR #30687B

HEX: #30687B RGB: (48,104,123)

Color info

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

RGB color model

#30687B color RGB value is (48,104,123).

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

RGB channels and saturation

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

48
104
123

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

Portions of RGB colors in percentages

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

%17.45
%37.82
%44.73

CMYK color model

#30687B color CMYK value is (61,15,0,52).

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

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

CMYK percentages

%60.98
%15.45
%0
%51.76

Codes

Color #30687B in popluar color models

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

Color #30687B in popluar number systems.

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

Shades and tints

Shades of #30687B

#30687B
(48,104,123)
#2C5F70
(44,95,112)
#285665
(40,86,101)
#244D5A
(36,77,90)
#20444F
(32,68,79)
#1C3B44
(28,59,68)
#183239
(24,50,57)
#14292E
(20,41,46)
#102023
(16,32,35)
#0C1718
(12,23,24)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #30687B

#30687B
(48,104,123)
#427587
(66,117,135)
#548293
(84,130,147)
#668F9F
(102,143,159)
#789CAB
(120,156,171)
#8AA9B7
(138,169,183)
#9CB6C3
(156,182,195)
#AEC3CF
(174,195,207)
#C0D0DB
(192,208,219)
#D2DDE7
(210,221,231)
#E4EAF3
(228,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30687B; }

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

This text font color is #30687B.

Background Color

.myBgColor { background-color: #30687B; }

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

This div background color is #30687B.

Border color

.myBorderColor { border: 1px solid #30687B; }

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

This div border color is #30687B.

Opacity

.myOpacity80 { color: #30687B; opacity: 0.8; }

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

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

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

This text has shadow with #30687B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30687B.

Preview

Color preview on black background

This text has color #30687B on black background.


Color preview on white background

This text has color #30687B on white background.


Black color preview on #30687B background

This text has black color on #30687B background.


White color preview on #30687B background

This text has white color on #30687B background.


Related colors

Complementary color

Complementary color for #hex is #CF9784.


I love getcolorcode.com

Triadic colors

1 #7B3068 and #687B30 with #30687B are triadic colors.

2 #7B6830 and #68307B with #30687B are triadic colors.