COLOR #305239

HEX: #305239
RGB: (48,82,57)

Color info

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

RGB color model

#305239 color RGB value is (48,82,57).

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

RGB channels and saturation

R 48 of 255 = 19%
G 82 of 255 = 32%
B 57 of 255 = 22%

48
82
57

R + G + B ~ 24%. #305239 is dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 82 + 57 = 187 (100%)
R 48 of 187 ~ 25.67%
G 82 of 187 ~ 43.85%
B 57 of 187 ~ 30.48%

%25.67
%43.85
%30.48

CMYK color model

#305239 color CMYK value is (41,0,30,68).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 67.84%
CMYK:
(41,0,30,68)
C41M0Y30K68 
(41%,0%,30%,68%)
(0.41/0.00/0.30/0.68)	

CMYK percentages

%41.46
%0
%30.49
%67.84

Codes

Color #305239 in popluar color models

305239
RGB488257
HSL136°26.15%25.49%
HSB/HSV136°41.46%32.16%
CMYK41.46%0.00%30.49%
67.84%

Color #305239 in popluar number systems.

HEX305239
Decimal488257
Binary1100001010010111001
Octal6012271

Shades and tints

Shades of #305239

#305239
(48,82,57)
#2C4B34
(44,75,52)
#28442F
(40,68,47)
#243D2A
(36,61,42)
#203625
(32,54,37)
#1C2F20
(28,47,32)
#18281B
(24,40,27)
#142116
(20,33,22)
#101A11
(16,26,17)
#0C130C
(12,19,12)
#080C07
(8,12,7)
#000000
(0,0,0)

Tints of #305239

#305239
(48,82,57)
#42614B
(66,97,75)
#54705D
(84,112,93)
#667F6F
(102,127,111)
#788E81
(120,142,129)
#8A9D93
(138,157,147)
#9CACA5
(156,172,165)
#AEBBB7
(174,187,183)
#C0CAC9
(192,202,201)
#D2D9DB
(210,217,219)
#E4E8ED
(228,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #305239; }

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

This text font color is #305239.


Background Color

.myBgColor { background-color: #305239; }

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

This div background color is #305239.


Border color

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

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

This div border color is #305239.


Opacity

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

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

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

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

This text has shadow with #305239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #305239 on black background.


Color preview on white background

This text has color #305239 on white background.



Black color preview on #305239 background

This text has black color on #305239 background.


White color preview on #305239 background

This text has white color on #305239 background.