COLOR #304634

HEX: #304634 RGB: (48,70,52)

Color info

#304634 contains red, green and blue colors in about the same proportion. Web safe color of #304634 is #333333 (or #333).

RGB color model

#304634 color RGB value is (48,70,52).

RGB: (48,70,52) (19%, 27%, 20%)

RGB channels and saturation

R 48 of 255 = 19%
G 70 of 255 = 27%
B 52 of 255 = 20%

48
70
52

R + G + B ~ 22%. #304634 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 70 + 52 = 170 (100%)
R 48 of 170 ~ 28.24%
G 70 of 170 ~ 41.18%
B 52 of 170 ~ 30.59'%

%28.24
%41.18
%30.59

CMYK color model

#304634 color CMYK value is (31,0,26,73).

  • cyan value is 31.43%
  • magenta value is 0.00%
  • yellow value is 25.71%
  • key color value is 72.55%
CMYK: (31,0,26,73) C31M0Y26K73 (31%,0%,26%,73%) (0.31/0.00/0.26/0.73) 

CMYK percentages

%31.43
%0
%25.71
%72.55

Codes

Color #304634 in popluar color models

30 46 34
RGB 48 70 52
HSL 131° 18.64% 23.14%
HSB/HSV 131° 31.43% 27.45%
CMYK 31.43% 0.00% 25.71%
72.55%

Color #304634 in popluar number systems.

HEX 30 46 34
Decimal 48 70 52
Binary 110000 1000110 110100
Octal 60 106 64

Shades and tints

Shades of #304634

#304634
(48,70,52)
#2C4030
(44,64,48)
#283A2C
(40,58,44)
#243428
(36,52,40)
#202E24
(32,46,36)
#1C2820
(28,40,32)
#18221C
(24,34,28)
#141C18
(20,28,24)
#101614
(16,22,20)
#0C1010
(12,16,16)
#080A0C
(8,10,12)
#000000
(0,0,0)

Tints of #304634

#304634
(48,70,52)
#425646
(66,86,70)
#546658
(84,102,88)
#66766A
(102,118,106)
#78867C
(120,134,124)
#8A968E
(138,150,142)
#9CA6A0
(156,166,160)
#AEB6B2
(174,182,178)
#C0C6C4
(192,198,196)
#D2D6D6
(210,214,214)
#E4E6E8
(228,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304634; }

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

This text font color is #304634.

Background Color

.myBgColor { background-color: #304634; }

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

This div background color is #304634.

Border color

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

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

This div border color is #304634.

Opacity

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

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

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

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

This text has shadow with #304634 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304634.

Preview

Color preview on black background

This text has color #304634 on black background.


Color preview on white background

This text has color #304634 on white background.


Black color preview on #304634 background

This text has black color on #304634 background.


White color preview on #304634 background

This text has white color on #304634 background.


Related colors

Complementary color

Complementary color for #hex is #CFB9CB.


I love getcolorcode.com

Triadic colors

1 #343046 and #463430 with #304634 are triadic colors.

2 #344630 and #463034 with #304634 are triadic colors.