COLOR #306041

HEX: #306041 RGB: (48,96,65)

Color info

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

RGB color model

#306041 color RGB value is (48,96,65).

RGB: (48,96,65) (19%, 38%, 25%)

RGB channels and saturation

R 48 of 255 = 19%
G 96 of 255 = 38%
B 65 of 255 = 25%

48
96
65

R + G + B ~ 27%. #306041 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 96 + 65 = 209 (100%)
R 48 of 209 ~ 22.97%
G 96 of 209 ~ 45.93%
B 65 of 209 ~ 31.1'%

%22.97
%45.93
%31.1

CMYK color model

#306041 color CMYK value is (50,0,32,62).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 32.29%
  • key color value is 62.35%

CMYK: (50,0,32,62)
C50M0Y32K62 (50%, 0%, 32%, 62%)
(0.50 / 0.00 / 0.32 / 0.62)

CMYK percentages

%50
%0
%32.29
%62.35

Codes

Color #306041 in popluar color models

30 60 41
RGB 48 96 65
HSL 141° 33.33% 28.24%
HSB/HSV 141° 50.00% 37.65%
CMYK 50.00% 0.00% 32.29%
62.35%

Color #306041 in popluar number systems.

HEX 30 60 41
Decimal 48 96 65
Binary 110000 1100000 1000001
Octal 60 140 101

Shades and tints

Shades of #306041

#306041
(48,96,65)
#2C583C
(44,88,60)
#285037
(40,80,55)
#244832
(36,72,50)
#20402D
(32,64,45)
#1C3828
(28,56,40)
#183023
(24,48,35)
#14281E
(20,40,30)
#102019
(16,32,25)
#0C1814
(12,24,20)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #306041

#306041
(48,96,65)
#426E52
(66,110,82)
#547C63
(84,124,99)
#668A74
(102,138,116)
#789885
(120,152,133)
#8AA696
(138,166,150)
#9CB4A7
(156,180,167)
#AEC2B8
(174,194,184)
#C0D0C9
(192,208,201)
#D2DEDA
(210,222,218)
#E4ECEB
(228,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306041 color. Also use rgb(48,96,65) instead hex code.

Text Font Color

.myTextColor { color: #306041; }

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

This text font color is #306041.

Background Color

.myBgColor { background-color: #306041; }

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

This div background color is #306041.

Border color

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

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

This div border color is #306041.

Opacity

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

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

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

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

This text has shadow with #306041 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #306041.

Preview

Color preview on black background

This text has color #306041 on black background.


Color preview on white background

This text has color #306041 on white background.


Black color preview on #306041 background

This text has black color on #306041 background.


White color preview on #306041 background

This text has white color on #306041 background.


Related colors

Complementary color

Complementary color for #hex is #CF9FBE.


I love getcolorcode.com

Triadic colors

1 #413060 and #604130 with #306041 are triadic colors.

2 #416030 and #603041 with #306041 are triadic colors.