COLOR #306141

HEX: #306141
RGB: (48,97,65)

Color info

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

RGB color model

#306141 color RGB value is (48,97,65).

  • red value is 48;
  • green value is 97;
  • blue value is 65.
RGB:
(48,97,65)
(19%,38%,25%)

RGB channels and saturation

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

48
97
65

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

Portions of RGB colors in percentages

R + G + B =
48 + 97 + 65 = 210 (100%)
R 48 of 210 ~ 22.86%
G 97 of 210 ~ 46.19%
B 65 of 210 ~ 30.95%

%22.86
%46.19
%30.95

CMYK color model

#306141 color CMYK value is (51,0,33,62).

  • cyan value is 50.52%
  • magenta value is 0.00%
  • yellow value is 32.99%
  • key color value is 61.96%
CMYK:
(51,0,33,62)
C51M0Y33K62 
(51%,0%,33%,62%)
(0.51/0.00/0.33/0.62)	

CMYK percentages

%50.52
%0
%32.99
%61.96

Codes

Color #306141 in popluar color models

306141
RGB489765
HSL141°33.79%28.43%
HSB/HSV141°50.52%38.04%
CMYK50.52%0.00%32.99%
61.96%

Color #306141 in popluar number systems.

HEX306141
Decimal489765
Binary11000011000011000001
Octal60141101

Shades and tints

Shades of #306141

#306141
(48,97,65)
#2C593C
(44,89,60)
#285137
(40,81,55)
#244932
(36,73,50)
#20412D
(32,65,45)
#1C3928
(28,57,40)
#183123
(24,49,35)
#14291E
(20,41,30)
#102119
(16,33,25)
#0C1914
(12,25,20)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #306141

#306141
(48,97,65)
#426F52
(66,111,82)
#547D63
(84,125,99)
#668B74
(102,139,116)
#789985
(120,153,133)
#8AA796
(138,167,150)
#9CB5A7
(156,181,167)
#AEC3B8
(174,195,184)
#C0D1C9
(192,209,201)
#D2DFDA
(210,223,218)
#E4EDEB
(228,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306141; }

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

This text font color is #306141.


Background Color

.myBgColor { background-color: #306141; }

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

This div background color is #306141.


Border color

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

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

This div border color is #306141.


Opacity

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

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

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

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

This text has shadow with #306141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306141 on black background.


Color preview on white background

This text has color #306141 on white background.



Black color preview on #306141 background

This text has black color on #306141 background.


White color preview on #306141 background

This text has white color on #306141 background.