COLOR #304D35

HEX: #304D35 RGB: (48,77,53)

Color info

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

RGB color model

#304D35 color RGB value is (48,77,53).

RGB: (48,77,53) (19%, 30%, 21%)

RGB channels and saturation

R 48 of 255 = 19%
G 77 of 255 = 30%
B 53 of 255 = 21%

48
77
53

R + G + B ~ 23%. #304D35 is dark color.

Portions of RGB colors in percentages

R + G + B = 48 + 77 + 53 = 178 (100%)
R 48 of 178 ~ 26.97%
G 77 of 178 ~ 43.26%
B 53 of 178 ~ 29.78'%

%26.97
%43.26
%29.78

CMYK color model

#304D35 color CMYK value is (38,0,31,70).

  • cyan value is 37.66%
  • magenta value is 0.00%
  • yellow value is 31.17%
  • key color value is 69.80%

CMYK: (38,0,31,70)
C38M0Y31K70 (38%, 0%, 31%, 70%)
(0.38 / 0.00 / 0.31 / 0.70)

CMYK percentages

%37.66
%0
%31.17
%69.8

Codes

Color #304D35 in popluar color models

30 4D 35
RGB 48 77 53
HSL 130° 23.20% 24.51%
HSB/HSV 130° 37.66% 30.20%
CMYK 37.66% 0.00% 31.17%
69.80%

Color #304D35 in popluar number systems.

HEX 30 4D 35
Decimal 48 77 53
Binary 110000 1001101 110101
Octal 60 115 65

Shades and tints

Shades of #304D35

#304D35
(48,77,53)
#2C4631
(44,70,49)
#283F2D
(40,63,45)
#243829
(36,56,41)
#203125
(32,49,37)
#1C2A21
(28,42,33)
#18231D
(24,35,29)
#141C19
(20,28,25)
#101515
(16,21,21)
#0C0E11
(12,14,17)
#08070D
(8,7,13)
#000000
(0,0,0)

Tints of #304D35

#304D35
(48,77,53)
#425D47
(66,93,71)
#546D59
(84,109,89)
#667D6B
(102,125,107)
#788D7D
(120,141,125)
#8A9D8F
(138,157,143)
#9CADA1
(156,173,161)
#AEBDB3
(174,189,179)
#C0CDC5
(192,205,197)
#D2DDD7
(210,221,215)
#E4EDE9
(228,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #304D35 color. Also use rgb(48,77,53) instead hex code.

Text Font Color

.myTextColor { color: #304D35; }

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

This text font color is #304D35.

Background Color

.myBgColor { background-color: #304D35; }

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

This div background color is #304D35.

Border color

.myBorderColor { border: 1px solid #304D35; }

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

This div border color is #304D35.

Opacity

.myOpacity80 { color: #304D35; opacity: 0.8; }

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

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

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

This text has shadow with #304D35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304D35.

Preview

Color preview on black background

This text has color #304D35 on black background.


Color preview on white background

This text has color #304D35 on white background.


Black color preview on #304D35 background

This text has black color on #304D35 background.


White color preview on #304D35 background

This text has white color on #304D35 background.


Related colors

Complementary color

Complementary color for #hex is #CFB2CA.


I love getcolorcode.com

Triadic colors

1 #35304D and #4D3530 with #304D35 are triadic colors.

2 #354D30 and #4D3035 with #304D35 are triadic colors.