COLOR #306E5A

HEX: #306E5A RGB: (48,110,90)

Color info

#306E5A contains mainly green and blue colors. Web safe color of #306E5A is #336666 (or #366).

RGB color model

#306E5A color RGB value is (48,110,90).

RGB: (48,110,90) (19%, 43%, 35%)

RGB channels and saturation

R 48 of 255 = 19%
G 110 of 255 = 43%
B 90 of 255 = 35%

48
110
90

R + G + B ~ 32%. #306E5A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 110 + 90 = 248 (100%)
R 48 of 248 ~ 19.35%
G 110 of 248 ~ 44.35%
B 90 of 248 ~ 36.29'%

%19.35
%44.35
%36.29

CMYK color model

#306E5A color CMYK value is (56,0,18,57).

  • cyan value is 56.36%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 56.86%

CMYK: (56,0,18,57)
C56M0Y18K57 (56%, 0%, 18%, 57%)
(0.56 / 0.00 / 0.18 / 0.57)

CMYK percentages

%56.36
%0
%18.18
%56.86

Codes

Color #306E5A in popluar color models

30 6E 5A
RGB 48 110 90
HSL 161° 39.24% 30.98%
HSB/HSV 161° 56.36% 43.14%
CMYK 56.36% 0.00% 18.18%
56.86%

Color #306E5A in popluar number systems.

HEX 30 6E 5A
Decimal 48 110 90
Binary 110000 1101110 1011010
Octal 60 156 132

Shades and tints

Shades of #306E5A

#306E5A
(48,110,90)
#2C6452
(44,100,82)
#285A4A
(40,90,74)
#245042
(36,80,66)
#20463A
(32,70,58)
#1C3C32
(28,60,50)
#18322A
(24,50,42)
#142822
(20,40,34)
#101E1A
(16,30,26)
#0C1412
(12,20,18)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #306E5A

#306E5A
(48,110,90)
#427B69
(66,123,105)
#548878
(84,136,120)
#669587
(102,149,135)
#78A296
(120,162,150)
#8AAFA5
(138,175,165)
#9CBCB4
(156,188,180)
#AEC9C3
(174,201,195)
#C0D6D2
(192,214,210)
#D2E3E1
(210,227,225)
#E4F0F0
(228,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306E5A color. Also use rgb(48,110,90) instead hex code.

Text Font Color

.myTextColor { color: #306E5A; }

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

This text font color is #306E5A.

Background Color

.myBgColor { background-color: #306E5A; }

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

This div background color is #306E5A.

Border color

.myBorderColor { border: 1px solid #306E5A; }

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

This div border color is #306E5A.

Opacity

.myOpacity80 { color: #306E5A; opacity: 0.8; }

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

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

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

This text has shadow with #306E5A color.


.textShadow {text-shadow: 3px 3px 1px #306E5A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #306E5A; -webkit-box-shadow: 1px 1px 3px 2px #306E5A; box-shadow:1px 1px 3px 2px #306E5A;">
Div content here
</div>

This div box has shadow with color #306E5A.

Preview

Color preview on black background

This text has color #306E5A on black background.


Color preview on white background

This text has color #306E5A on white background.


Black color preview on #306E5A background

This text has black color on #306E5A background.


White color preview on #306E5A background

This text has white color on #306E5A background.


Related colors

Complementary color

Complementary color for #hex is #CF91A5.


I love getcolorcode.com

Triadic colors

1 #5A306E and #6E5A30 with #306E5A are triadic colors.

2 #5A6E30 and #6E305A with #306E5A are triadic colors.