COLOR #30747B

HEX: #30747B
RGB: (48,116,123)

Color info

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

RGB color model

#30747B color RGB value is (48,116,123).

  • red value is 48;
  • green value is 116;
  • blue value is 123.
RGB:
(48,116,123)
(19%,45%,48%)

RGB channels and saturation

R 48 of 255 = 19%
G 116 of 255 = 45%
B 123 of 255 = 48%

48
116
123

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

Portions of RGB colors in percentages

R + G + B =
48 + 116 + 123 = 287 (100%)
R 48 of 287 ~ 16.72%
G 116 of 287 ~ 40.42%
B 123 of 287 ~ 42.86%

%16.72
%40.42
%42.86

CMYK color model

#30747B color CMYK value is (61,6,0,52).

  • cyan value is 60.98%
  • magenta value is 5.69%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(61,6,0,52)
C61M6Y0K52 
(61%,6%,0%,52%)
(0.61/0.06/0.00/0.52)	

CMYK percentages

%60.98
%5.69
%0
%51.76

Codes

Color #30747B in popluar color models

30747B
RGB48116123
HSL186°43.86%33.53%
HSB/HSV186°60.98%48.24%
CMYK60.98%5.69%0.00%
51.76%

Color #30747B in popluar number systems.

HEX30747B
Decimal48116123
Binary11000011101001111011
Octal60164173

Shades and tints

Shades of #30747B

#30747B
(48,116,123)
#2C6A70
(44,106,112)
#286065
(40,96,101)
#24565A
(36,86,90)
#204C4F
(32,76,79)
#1C4244
(28,66,68)
#183839
(24,56,57)
#142E2E
(20,46,46)
#102423
(16,36,35)
#0C1A18
(12,26,24)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #30747B

#30747B
(48,116,123)
#428087
(66,128,135)
#548C93
(84,140,147)
#66989F
(102,152,159)
#78A4AB
(120,164,171)
#8AB0B7
(138,176,183)
#9CBCC3
(156,188,195)
#AEC8CF
(174,200,207)
#C0D4DB
(192,212,219)
#D2E0E7
(210,224,231)
#E4ECF3
(228,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30747B; }

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

This text font color is #30747B.


Background Color

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

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

This div background color is #30747B.


Border color

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

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

This div border color is #30747B.


Opacity

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

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

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

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

This text has shadow with #30747B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30747B on black background.


Color preview on white background

This text has color #30747B on white background.



Black color preview on #30747B background

This text has black color on #30747B background.


White color preview on #30747B background

This text has white color on #30747B background.