COLOR #30676A

HEX: #30676A
RGB: (48,103,106)

Color info

#30676A contains red, green and blue colors in about the same proportion. Web safe color of #30676A is #336666 (or #366).

RGB color model

#30676A color RGB value is (48,103,106).

  • red value is 48;
  • green value is 103;
  • blue value is 106.
RGB:
(48,103,106)
(19%,40%,42%)

RGB channels and saturation

R 48 of 255 = 19%
G 103 of 255 = 40%
B 106 of 255 = 42%

48
103
106

R + G + B ~ 34%. #30676A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 103 + 106 = 257 (100%)
R 48 of 257 ~ 18.68%
G 103 of 257 ~ 40.08%
B 106 of 257 ~ 41.25%

%18.68
%40.08
%41.25

CMYK color model

#30676A color CMYK value is (55,3,0,58).

  • cyan value is 54.72%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(55,3,0,58)
C55M3Y0K58 
(55%,3%,0%,58%)
(0.55/0.03/0.00/0.58)	

CMYK percentages

%54.72
%2.83
%0
%58.43

Codes

Color #30676A in popluar color models

30676A
RGB48103106
HSL183°37.66%30.20%
HSB/HSV183°54.72%41.57%
CMYK54.72%2.83%0.00%
58.43%

Color #30676A in popluar number systems.

HEX30676A
Decimal48103106
Binary11000011001111101010
Octal60147152

Shades and tints

Shades of #30676A

#30676A
(48,103,106)
#2C5E61
(44,94,97)
#285558
(40,85,88)
#244C4F
(36,76,79)
#204346
(32,67,70)
#1C3A3D
(28,58,61)
#183134
(24,49,52)
#14282B
(20,40,43)
#101F22
(16,31,34)
#0C1619
(12,22,25)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #30676A

#30676A
(48,103,106)
#427477
(66,116,119)
#548184
(84,129,132)
#668E91
(102,142,145)
#789B9E
(120,155,158)
#8AA8AB
(138,168,171)
#9CB5B8
(156,181,184)
#AEC2C5
(174,194,197)
#C0CFD2
(192,207,210)
#D2DCDF
(210,220,223)
#E4E9EC
(228,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30676A color. Also use rgb(48,103,106) instead hex code.

Text Font Color

.myTextColor { color: #30676A; }

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

This text font color is #30676A.


Background Color

.myBgColor { background-color: #30676A; }

<div style="background-color:#30676A">Inner text</div>

This div background color is #30676A.


Border color

.myBorderColor { border: 1px solid #30676A; }

<div style="border:3px solid #30676A">Div</div>

This div border color is #30676A.


Opacity

.myOpacity80 { color: #30676A; opacity: 0.8; }

<p style="color:#30676A;opacity:0.8;">80%</p>

Text with #30676A 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 #30676A;}

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

This text has shadow with #30676A color.

.textShadow {text-shadow: 3px 3px 1px #30676A, 3px 3px 1px red;}

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

This text has shadow with #30676A primary color and red secondary color.


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

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

This text has shadow with #30676A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30676A on black background.


Color preview on white background

This text has color #30676A on white background.



Black color preview on #30676A background

This text has black color on #30676A background.


White color preview on #30676A background

This text has white color on #30676A background.