COLOR #305D4C

HEX: #305D4C
RGB: (48,93,76)

Color info

#305D4C contains red, green and blue colors in about the same proportion. Web safe color of #305D4C is #336633 (or #363).

RGB color model

#305D4C color RGB value is (48,93,76).

  • red value is 48;
  • green value is 93;
  • blue value is 76.
RGB:
(48,93,76)
(19%,36%,30%)

RGB channels and saturation

R 48 of 255 = 19%
G 93 of 255 = 36%
B 76 of 255 = 30%

48
93
76

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

Portions of RGB colors in percentages

R + G + B =
48 + 93 + 76 = 217 (100%)
R 48 of 217 ~ 22.12%
G 93 of 217 ~ 42.86%
B 76 of 217 ~ 35.02%

%22.12
%42.86
%35.02

CMYK color model

#305D4C color CMYK value is (48,0,18,64).

  • cyan value is 48.39%
  • magenta value is 0.00%
  • yellow value is 18.28%
  • key color value is 63.53%
CMYK:
(48,0,18,64)
C48M0Y18K64 
(48%,0%,18%,64%)
(0.48/0.00/0.18/0.64)	

CMYK percentages

%48.39
%0
%18.28
%63.53

Codes

Color #305D4C in popluar color models

305D4C
RGB489376
HSL157°31.91%27.65%
HSB/HSV157°48.39%36.47%
CMYK48.39%0.00%18.28%
63.53%

Color #305D4C in popluar number systems.

HEX305D4C
Decimal489376
Binary11000010111011001100
Octal60135114

Shades and tints

Shades of #305D4C

#305D4C
(48,93,76)
#2C5546
(44,85,70)
#284D40
(40,77,64)
#24453A
(36,69,58)
#203D34
(32,61,52)
#1C352E
(28,53,46)
#182D28
(24,45,40)
#142522
(20,37,34)
#101D1C
(16,29,28)
#0C1516
(12,21,22)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #305D4C

#305D4C
(48,93,76)
#426B5C
(66,107,92)
#54796C
(84,121,108)
#66877C
(102,135,124)
#78958C
(120,149,140)
#8AA39C
(138,163,156)
#9CB1AC
(156,177,172)
#AEBFBC
(174,191,188)
#C0CDCC
(192,205,204)
#D2DBDC
(210,219,220)
#E4E9EC
(228,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #305D4C color. Also use rgb(48,93,76) instead hex code.

Text Font Color

.myTextColor { color: #305D4C; }

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

This text font color is #305D4C.


Background Color

.myBgColor { background-color: #305D4C; }

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

This div background color is #305D4C.


Border color

.myBorderColor { border: 1px solid #305D4C; }

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

This div border color is #305D4C.


Opacity

.myOpacity80 { color: #305D4C; opacity: 0.8; }

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

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

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

This text has shadow with #305D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305D4C on black background.


Color preview on white background

This text has color #305D4C on white background.



Black color preview on #305D4C background

This text has black color on #305D4C background.


White color preview on #305D4C background

This text has white color on #305D4C background.