COLOR #306B34

HEX: #306B34
RGB: (48,107,52)

Color info

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

RGB color model

#306B34 color RGB value is (48,107,52).

  • red value is 48;
  • green value is 107;
  • blue value is 52.
RGB:
(48,107,52)
(19%,42%,20%)

RGB channels and saturation

R 48 of 255 = 19%
G 107 of 255 = 42%
B 52 of 255 = 20%

48
107
52

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

Portions of RGB colors in percentages

R + G + B =
48 + 107 + 52 = 207 (100%)
R 48 of 207 ~ 23.19%
G 107 of 207 ~ 51.69%
B 52 of 207 ~ 25.12%

%23.19
%51.69
%25.12

CMYK color model

#306B34 color CMYK value is (55,0,51,58).

  • cyan value is 55.14%
  • magenta value is 0.00%
  • yellow value is 51.40%
  • key color value is 58.04%
CMYK:
(55,0,51,58)
C55M0Y51K58 
(55%,0%,51%,58%)
(0.55/0.00/0.51/0.58)	

CMYK percentages

%55.14
%0
%51.4
%58.04

Codes

Color #306B34 in popluar color models

306B34
RGB4810752
HSL124°38.06%30.39%
HSB/HSV124°55.14%41.96%
CMYK55.14%0.00%51.40%
58.04%

Color #306B34 in popluar number systems.

HEX306B34
Decimal4810752
Binary1100001101011110100
Octal6015364

Shades and tints

Shades of #306B34

#306B34
(48,107,52)
#2C6230
(44,98,48)
#28592C
(40,89,44)
#245028
(36,80,40)
#204724
(32,71,36)
#1C3E20
(28,62,32)
#18351C
(24,53,28)
#142C18
(20,44,24)
#102314
(16,35,20)
#0C1A10
(12,26,16)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #306B34

#306B34
(48,107,52)
#427846
(66,120,70)
#548558
(84,133,88)
#66926A
(102,146,106)
#789F7C
(120,159,124)
#8AAC8E
(138,172,142)
#9CB9A0
(156,185,160)
#AEC6B2
(174,198,178)
#C0D3C4
(192,211,196)
#D2E0D6
(210,224,214)
#E4EDE8
(228,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #306B34 color. Also use rgb(48,107,52) instead hex code.

Text Font Color

.myTextColor { color: #306B34; }

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

This text font color is #306B34.


Background Color

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

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

This div background color is #306B34.


Border color

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

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

This div border color is #306B34.


Opacity

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

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

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

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

This text has shadow with #306B34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306B34 on black background.


Color preview on white background

This text has color #306B34 on white background.



Black color preview on #306B34 background

This text has black color on #306B34 background.


White color preview on #306B34 background

This text has white color on #306B34 background.