COLOR #305253

HEX: #305253
RGB: (48,82,83)

Color info

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

RGB color model

#305253 color RGB value is (48,82,83).

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

RGB channels and saturation

R 48 of 255 = 19%
G 82 of 255 = 32%
B 83 of 255 = 33%

48
82
83

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

Portions of RGB colors in percentages

R + G + B =
48 + 82 + 83 = 213 (100%)
R 48 of 213 ~ 22.54%
G 82 of 213 ~ 38.5%
B 83 of 213 ~ 38.97%

%22.54
%38.5
%38.97

CMYK color model

#305253 color CMYK value is (42,1,0,67).

  • cyan value is 42.17%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(42,1,0,67)
C42M1Y0K67 
(42%,1%,0%,67%)
(0.42/0.01/0.00/0.67)	

CMYK percentages

%42.17
%1.2
%0
%67.45

Codes

Color #305253 in popluar color models

305253
RGB488283
HSL182°26.72%25.69%
HSB/HSV182°42.17%32.55%
CMYK42.17%1.20%0.00%
67.45%

Color #305253 in popluar number systems.

HEX305253
Decimal488283
Binary11000010100101010011
Octal60122123

Shades and tints

Shades of #305253

#305253
(48,82,83)
#2C4B4C
(44,75,76)
#284445
(40,68,69)
#243D3E
(36,61,62)
#203637
(32,54,55)
#1C2F30
(28,47,48)
#182829
(24,40,41)
#142122
(20,33,34)
#101A1B
(16,26,27)
#0C1314
(12,19,20)
#080C0D
(8,12,13)
#000000
(0,0,0)

Tints of #305253

#305253
(48,82,83)
#426162
(66,97,98)
#547071
(84,112,113)
#667F80
(102,127,128)
#788E8F
(120,142,143)
#8A9D9E
(138,157,158)
#9CACAD
(156,172,173)
#AEBBBC
(174,187,188)
#C0CACB
(192,202,203)
#D2D9DA
(210,217,218)
#E4E8E9
(228,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #305253; }

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

This text font color is #305253.


Background Color

.myBgColor { background-color: #305253; }

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

This div background color is #305253.


Border color

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

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

This div border color is #305253.


Opacity

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

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

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

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

This text has shadow with #305253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305253 on black background.


Color preview on white background

This text has color #305253 on white background.



Black color preview on #305253 background

This text has black color on #305253 background.


White color preview on #305253 background

This text has white color on #305253 background.