COLOR #307548

HEX: #307548
RGB: (48,117,72)

Color info

#307548 contains mainly green and blue colors. Web safe color of #307548 is #336633 (or #363).

RGB color model

#307548 color RGB value is (48,117,72).

  • red value is 48;
  • green value is 117;
  • blue value is 72.
RGB:
(48,117,72)
(19%,46%,28%)

RGB channels and saturation

R 48 of 255 = 19%
G 117 of 255 = 46%
B 72 of 255 = 28%

48
117
72

R + G + B ~ 31%. #307548 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 117 + 72 = 237 (100%)
R 48 of 237 ~ 20.25%
G 117 of 237 ~ 49.37%
B 72 of 237 ~ 30.38%

%20.25
%49.37
%30.38

CMYK color model

#307548 color CMYK value is (59,0,38,54).

  • cyan value is 58.97%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 54.12%
CMYK:
(59,0,38,54)
C59M0Y38K54 
(59%,0%,38%,54%)
(0.59/0.00/0.38/0.54)	

CMYK percentages

%58.97
%0
%38.46
%54.12

Codes

Color #307548 in popluar color models

307548
RGB4811772
HSL141°41.82%32.35%
HSB/HSV141°58.97%45.88%
CMYK58.97%0.00%38.46%
54.12%

Color #307548 in popluar number systems.

HEX307548
Decimal4811772
Binary11000011101011001000
Octal60165110

Shades and tints

Shades of #307548

#307548
(48,117,72)
#2C6B42
(44,107,66)
#28613C
(40,97,60)
#245736
(36,87,54)
#204D30
(32,77,48)
#1C432A
(28,67,42)
#183924
(24,57,36)
#142F1E
(20,47,30)
#102518
(16,37,24)
#0C1B12
(12,27,18)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #307548

#307548
(48,117,72)
#428158
(66,129,88)
#548D68
(84,141,104)
#669978
(102,153,120)
#78A588
(120,165,136)
#8AB198
(138,177,152)
#9CBDA8
(156,189,168)
#AEC9B8
(174,201,184)
#C0D5C8
(192,213,200)
#D2E1D8
(210,225,216)
#E4EDE8
(228,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #307548 color. Also use rgb(48,117,72) instead hex code.

Text Font Color

.myTextColor { color: #307548; }

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

This text font color is #307548.


Background Color

.myBgColor { background-color: #307548; }

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

This div background color is #307548.


Border color

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

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

This div border color is #307548.


Opacity

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

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

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

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

This text has shadow with #307548 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #307548 on black background.


Color preview on white background

This text has color #307548 on white background.



Black color preview on #307548 background

This text has black color on #307548 background.


White color preview on #307548 background

This text has white color on #307548 background.