COLOR #305053

HEX: #305053
RGB: (48,80,83)

Color info

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

RGB color model

#305053 color RGB value is (48,80,83).

  • red value is 48;
  • green value is 80;
  • blue value is 83.
RGB:
(48,80,83)
(19%,31%,33%)

RGB channels and saturation

R 48 of 255 = 19%
G 80 of 255 = 31%
B 83 of 255 = 33%

48
80
83

R + G + B ~ 28%. #305053 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 80 + 83 = 211 (100%)
R 48 of 211 ~ 22.75%
G 80 of 211 ~ 37.91%
B 83 of 211 ~ 39.34%

%22.75
%37.91
%39.34

CMYK color model

#305053 color CMYK value is (42,4,0,67).

  • cyan value is 42.17%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(42,4,0,67)
C42M4Y0K67 
(42%,4%,0%,67%)
(0.42/0.04/0.00/0.67)	

CMYK percentages

%42.17
%3.61
%0
%67.45

Codes

Color #305053 in popluar color models

305053
RGB488083
HSL185°26.72%25.69%
HSB/HSV185°42.17%32.55%
CMYK42.17%3.61%0.00%
67.45%

Color #305053 in popluar number systems.

HEX305053
Decimal488083
Binary11000010100001010011
Octal60120123

Shades and tints

Shades of #305053

#305053
(48,80,83)
#2C494C
(44,73,76)
#284245
(40,66,69)
#243B3E
(36,59,62)
#203437
(32,52,55)
#1C2D30
(28,45,48)
#182629
(24,38,41)
#141F22
(20,31,34)
#10181B
(16,24,27)
#0C1114
(12,17,20)
#080A0D
(8,10,13)
#000000
(0,0,0)

Tints of #305053

#305053
(48,80,83)
#425F62
(66,95,98)
#546E71
(84,110,113)
#667D80
(102,125,128)
#788C8F
(120,140,143)
#8A9B9E
(138,155,158)
#9CAAAD
(156,170,173)
#AEB9BC
(174,185,188)
#C0C8CB
(192,200,203)
#D2D7DA
(210,215,218)
#E4E6E9
(228,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #305053 color. Also use rgb(48,80,83) instead hex code.

Text Font Color

.myTextColor { color: #305053; }

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

This text font color is #305053.


Background Color

.myBgColor { background-color: #305053; }

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

This div background color is #305053.


Border color

.myBorderColor { border: 1px solid #305053; }

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

This div border color is #305053.


Opacity

.myOpacity80 { color: #305053; opacity: 0.8; }

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

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

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

This text has shadow with #305053 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305053 on black background.


Color preview on white background

This text has color #305053 on white background.



Black color preview on #305053 background

This text has black color on #305053 background.


White color preview on #305053 background

This text has white color on #305053 background.