COLOR #306038

HEX: #306038
RGB: (48,96,56)

Color info

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

RGB color model

#306038 color RGB value is (48,96,56).

  • red value is 48;
  • green value is 96;
  • blue value is 56.
RGB:
(48,96,56)
(19%,38%,22%)

RGB channels and saturation

R 48 of 255 = 19%
G 96 of 255 = 38%
B 56 of 255 = 22%

48
96
56

R + G + B ~ 26%. #306038 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 96 + 56 = 200 (100%)
R 48 of 200 ~ 24%
G 96 of 200 ~ 48%
B 56 of 200 ~ 28%

%24
%48
%28

CMYK color model

#306038 color CMYK value is (50,0,42,62).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 41.67%
  • key color value is 62.35%
CMYK:
(50,0,42,62)
C50M0Y42K62 
(50%,0%,42%,62%)
(0.50/0.00/0.42/0.62)	

CMYK percentages

%50
%0
%41.67
%62.35

Codes

Color #306038 in popluar color models

306038
RGB489656
HSL130°33.33%28.24%
HSB/HSV130°50.00%37.65%
CMYK50.00%0.00%41.67%
62.35%

Color #306038 in popluar number systems.

HEX306038
Decimal489656
Binary1100001100000111000
Octal6014070

Shades and tints

Shades of #306038

#306038
(48,96,56)
#2C5833
(44,88,51)
#28502E
(40,80,46)
#244829
(36,72,41)
#204024
(32,64,36)
#1C381F
(28,56,31)
#18301A
(24,48,26)
#142815
(20,40,21)
#102010
(16,32,16)
#0C180B
(12,24,11)
#081006
(8,16,6)
#000000
(0,0,0)

Tints of #306038

#306038
(48,96,56)
#426E4A
(66,110,74)
#547C5C
(84,124,92)
#668A6E
(102,138,110)
#789880
(120,152,128)
#8AA692
(138,166,146)
#9CB4A4
(156,180,164)
#AEC2B6
(174,194,182)
#C0D0C8
(192,208,200)
#D2DEDA
(210,222,218)
#E4ECEC
(228,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #306038; }

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

This text font color is #306038.


Background Color

.myBgColor { background-color: #306038; }

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

This div background color is #306038.


Border color

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

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

This div border color is #306038.


Opacity

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

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

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

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

This text has shadow with #306038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #306038 on black background.


Color preview on white background

This text has color #306038 on white background.



Black color preview on #306038 background

This text has black color on #306038 background.


White color preview on #306038 background

This text has white color on #306038 background.