COLOR #30767D

HEX: #30767D
RGB: (48,118,125)

Color info

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

RGB color model

#30767D color RGB value is (48,118,125).

  • red value is 48;
  • green value is 118;
  • blue value is 125.
RGB:
(48,118,125)
(19%,46%,49%)

RGB channels and saturation

R 48 of 255 = 19%
G 118 of 255 = 46%
B 125 of 255 = 49%

48
118
125

R + G + B ~ 38%. #30767D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 118 + 125 = 291 (100%)
R 48 of 291 ~ 16.49%
G 118 of 291 ~ 40.55%
B 125 of 291 ~ 42.96%

%16.49
%40.55
%42.96

CMYK color model

#30767D color CMYK value is (62,6,0,51).

  • cyan value is 61.60%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(62,6,0,51)
C62M6Y0K51 
(62%,6%,0%,51%)
(0.62/0.06/0.00/0.51)	

CMYK percentages

%61.6
%5.6
%0
%50.98

Codes

Color #30767D in popluar color models

30767D
RGB48118125
HSL185°44.51%33.92%
HSB/HSV185°61.60%49.02%
CMYK61.60%5.60%0.00%
50.98%

Color #30767D in popluar number systems.

HEX30767D
Decimal48118125
Binary11000011101101111101
Octal60166175

Shades and tints

Shades of #30767D

#30767D
(48,118,125)
#2C6C72
(44,108,114)
#286267
(40,98,103)
#24585C
(36,88,92)
#204E51
(32,78,81)
#1C4446
(28,68,70)
#183A3B
(24,58,59)
#143030
(20,48,48)
#102625
(16,38,37)
#0C1C1A
(12,28,26)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #30767D

#30767D
(48,118,125)
#428288
(66,130,136)
#548E93
(84,142,147)
#669A9E
(102,154,158)
#78A6A9
(120,166,169)
#8AB2B4
(138,178,180)
#9CBEBF
(156,190,191)
#AECACA
(174,202,202)
#C0D6D5
(192,214,213)
#D2E2E0
(210,226,224)
#E4EEEB
(228,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30767D color. Also use rgb(48,118,125) instead hex code.

Text Font Color

.myTextColor { color: #30767D; }

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

This text font color is #30767D.


Background Color

.myBgColor { background-color: #30767D; }

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

This div background color is #30767D.


Border color

.myBorderColor { border: 1px solid #30767D; }

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

This div border color is #30767D.


Opacity

.myOpacity80 { color: #30767D; opacity: 0.8; }

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

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

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

This text has shadow with #30767D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30767D on black background.


Color preview on white background

This text has color #30767D on white background.



Black color preview on #30767D background

This text has black color on #30767D background.


White color preview on #30767D background

This text has white color on #30767D background.