COLOR #304035

HEX: #304035 RGB: (48,64,53)

Color info

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

RGB color model

#304035 color RGB value is (48,64,53).

RGB: (48,64,53) (19%, 25%, 21%)

RGB channels and saturation

R 48 of 255 = 19%
G 64 of 255 = 25%
B 53 of 255 = 21%

48
64
53

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

Portions of RGB colors in percentages

R + G + B = 48 + 64 + 53 = 165 (100%)
R 48 of 165 ~ 29.09%
G 64 of 165 ~ 38.79%
B 53 of 165 ~ 32.12'%

%29.09
%38.79
%32.12

CMYK color model

#304035 color CMYK value is (25,0,17,75).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 17.19%
  • key color value is 74.90%

CMYK: (25,0,17,75)
C25M0Y17K75 (25%, 0%, 17%, 75%)
(0.25 / 0.00 / 0.17 / 0.75)

CMYK percentages

%25
%0
%17.19
%74.9

Codes

Color #304035 in popluar color models

30 40 35
RGB 48 64 53
HSL 139° 14.29% 21.96%
HSB/HSV 139° 25.00% 25.10%
CMYK 25.00% 0.00% 17.19%
74.90%

Color #304035 in popluar number systems.

HEX 30 40 35
Decimal 48 64 53
Binary 110000 1000000 110101
Octal 60 100 65

Shades and tints

Shades of #304035

#304035
(48,64,53)
#2C3B31
(44,59,49)
#28362D
(40,54,45)
#243129
(36,49,41)
#202C25
(32,44,37)
#1C2721
(28,39,33)
#18221D
(24,34,29)
#141D19
(20,29,25)
#101815
(16,24,21)
#0C1311
(12,19,17)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #304035

#304035
(48,64,53)
#425147
(66,81,71)
#546259
(84,98,89)
#66736B
(102,115,107)
#78847D
(120,132,125)
#8A958F
(138,149,143)
#9CA6A1
(156,166,161)
#AEB7B3
(174,183,179)
#C0C8C5
(192,200,197)
#D2D9D7
(210,217,215)
#E4EAE9
(228,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304035; }

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

This text font color is #304035.

Background Color

.myBgColor { background-color: #304035; }

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

This div background color is #304035.

Border color

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

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

This div border color is #304035.

Opacity

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

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

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

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

This text has shadow with #304035 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304035.

Preview

Color preview on black background

This text has color #304035 on black background.


Color preview on white background

This text has color #304035 on white background.


Black color preview on #304035 background

This text has black color on #304035 background.


White color preview on #304035 background

This text has white color on #304035 background.


Related colors

Complementary color

Complementary color for #hex is #CFBFCA.


I love getcolorcode.com

Triadic colors

1 #353040 and #403530 with #304035 are triadic colors.

2 #354030 and #403035 with #304035 are triadic colors.