COLOR #30565B

HEX: #30565B
RGB: (48,86,91)

Color info

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

RGB color model

#30565B color RGB value is (48,86,91).

  • red value is 48;
  • green value is 86;
  • blue value is 91.
RGB:
(48,86,91)
(19%,34%,36%)

RGB channels and saturation

R 48 of 255 = 19%
G 86 of 255 = 34%
B 91 of 255 = 36%

48
86
91

R + G + B ~ 30%. #30565B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 86 + 91 = 225 (100%)
R 48 of 225 ~ 21.33%
G 86 of 225 ~ 38.22%
B 91 of 225 ~ 40.44%

%21.33
%38.22
%40.44

CMYK color model

#30565B color CMYK value is (47,5,0,64).

  • cyan value is 47.25%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(47,5,0,64)
C47M5Y0K64 
(47%,5%,0%,64%)
(0.47/0.05/0.00/0.64)	

CMYK percentages

%47.25
%5.49
%0
%64.31

Codes

Color #30565B in popluar color models

30565B
RGB488691
HSL187°30.94%27.25%
HSB/HSV187°47.25%35.69%
CMYK47.25%5.49%0.00%
64.31%

Color #30565B in popluar number systems.

HEX30565B
Decimal488691
Binary11000010101101011011
Octal60126133

Shades and tints

Shades of #30565B

#30565B
(48,86,91)
#2C4F53
(44,79,83)
#28484B
(40,72,75)
#244143
(36,65,67)
#203A3B
(32,58,59)
#1C3333
(28,51,51)
#182C2B
(24,44,43)
#142523
(20,37,35)
#101E1B
(16,30,27)
#0C1713
(12,23,19)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #30565B

#30565B
(48,86,91)
#426569
(66,101,105)
#547477
(84,116,119)
#668385
(102,131,133)
#789293
(120,146,147)
#8AA1A1
(138,161,161)
#9CB0AF
(156,176,175)
#AEBFBD
(174,191,189)
#C0CECB
(192,206,203)
#D2DDD9
(210,221,217)
#E4ECE7
(228,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30565B color. Also use rgb(48,86,91) instead hex code.

Text Font Color

.myTextColor { color: #30565B; }

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

This text font color is #30565B.


Background Color

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

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

This div background color is #30565B.


Border color

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

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

This div border color is #30565B.


Opacity

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

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

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

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

This text has shadow with #30565B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30565B on black background.


Color preview on white background

This text has color #30565B on white background.



Black color preview on #30565B background

This text has black color on #30565B background.


White color preview on #30565B background

This text has white color on #30565B background.