COLOR #30708F

HEX: #30708F RGB: (48,112,143)

Color info

#30708F contains mainly green and blue colors. Web safe color of #30708F is #336699 (or #369).

RGB color model

#30708F color RGB value is (48,112,143).

RGB: (48,112,143) (19%, 44%, 56%)

RGB channels and saturation

R 48 of 255 = 19%
G 112 of 255 = 44%
B 143 of 255 = 56%

48
112
143

R + G + B ~ 40%. #30708F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 48 + 112 + 143 = 303 (100%)
R 48 of 303 ~ 15.84%
G 112 of 303 ~ 36.96%
B 143 of 303 ~ 47.19'%

%15.84
%36.96
%47.19

CMYK color model

#30708F color CMYK value is (66,22,0,44).

  • cyan value is 66.43%
  • magenta value is 21.68%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (66,22,0,44)
C66M22Y0K44 (66%, 22%, 0%, 44%)
(0.66 / 0.22 / 0.00 / 0.44)

CMYK percentages

%66.43
%21.68
%0
%43.92

Codes

Color #30708F in popluar color models

30 70 8F
RGB 48 112 143
HSL 200° 49.74% 37.45%
HSB/HSV 200° 66.43% 56.08%
CMYK 66.43% 21.68% 0.00%
43.92%

Color #30708F in popluar number systems.

HEX 30 70 8F
Decimal 48 112 143
Binary 110000 1110000 10001111
Octal 60 160 217

Shades and tints

Shades of #30708F

#30708F
(48,112,143)
#2C6682
(44,102,130)
#285C75
(40,92,117)
#245268
(36,82,104)
#20485B
(32,72,91)
#1C3E4E
(28,62,78)
#183441
(24,52,65)
#142A34
(20,42,52)
#102027
(16,32,39)
#0C161A
(12,22,26)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #30708F

#30708F
(48,112,143)
#427D99
(66,125,153)
#548AA3
(84,138,163)
#6697AD
(102,151,173)
#78A4B7
(120,164,183)
#8AB1C1
(138,177,193)
#9CBECB
(156,190,203)
#AECBD5
(174,203,213)
#C0D8DF
(192,216,223)
#D2E5E9
(210,229,233)
#E4F2F3
(228,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30708F color. Also use rgb(48,112,143) instead hex code.

Text Font Color

.myTextColor { color: #30708F; }

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

This text font color is #30708F.

Background Color

.myBgColor { background-color: #30708F; }

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

This div background color is #30708F.

Border color

.myBorderColor { border: 1px solid #30708F; }

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

This div border color is #30708F.

Opacity

.myOpacity80 { color: #30708F; opacity: 0.8; }

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

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

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

This text has shadow with #30708F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #30708F.

Preview

Color preview on black background

This text has color #30708F on black background.


Color preview on white background

This text has color #30708F on white background.


Black color preview on #30708F background

This text has black color on #30708F background.


White color preview on #30708F background

This text has white color on #30708F background.


Related colors

Complementary color

Complementary color for #hex is #CF8F70.


I love getcolorcode.com

Triadic colors

1 #8F3070 and #708F30 with #30708F are triadic colors.

2 #8F7030 and #70308F with #30708F are triadic colors.