COLOR #304535

HEX: #304535
RGB: (48,69,53)

Color info

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

RGB color model

#304535 color RGB value is (48,69,53).

  • red value is 48;
  • green value is 69;
  • blue value is 53.
RGB:
(48,69,53)
(19%,27%,21%)

RGB channels and saturation

R 48 of 255 = 19%
G 69 of 255 = 27%
B 53 of 255 = 21%

48
69
53

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

Portions of RGB colors in percentages

R + G + B =
48 + 69 + 53 = 170 (100%)
R 48 of 170 ~ 28.24%
G 69 of 170 ~ 40.59%
B 53 of 170 ~ 31.18%

%28.24
%40.59
%31.18

CMYK color model

#304535 color CMYK value is (30,0,23,73).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 23.19%
  • key color value is 72.94%
CMYK:
(30,0,23,73)
C30M0Y23K73 
(30%,0%,23%,73%)
(0.30/0.00/0.23/0.73)	

CMYK percentages

%30.43
%0
%23.19
%72.94

Codes

Color #304535 in popluar color models

304535
RGB486953
HSL134°17.95%22.94%
HSB/HSV134°30.43%27.06%
CMYK30.43%0.00%23.19%
72.94%

Color #304535 in popluar number systems.

HEX304535
Decimal486953
Binary1100001000101110101
Octal6010565

Shades and tints

Shades of #304535

#304535
(48,69,53)
#2C3F31
(44,63,49)
#28392D
(40,57,45)
#243329
(36,51,41)
#202D25
(32,45,37)
#1C2721
(28,39,33)
#18211D
(24,33,29)
#141B19
(20,27,25)
#101515
(16,21,21)
#0C0F11
(12,15,17)
#08090D
(8,9,13)
#000000
(0,0,0)

Tints of #304535

#304535
(48,69,53)
#425547
(66,85,71)
#546559
(84,101,89)
#66756B
(102,117,107)
#78857D
(120,133,125)
#8A958F
(138,149,143)
#9CA5A1
(156,165,161)
#AEB5B3
(174,181,179)
#C0C5C5
(192,197,197)
#D2D5D7
(210,213,215)
#E4E5E9
(228,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304535; }

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

This text font color is #304535.


Background Color

.myBgColor { background-color: #304535; }

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

This div background color is #304535.


Border color

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

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

This div border color is #304535.


Opacity

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

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

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

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

This text has shadow with #304535 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304535 on black background.


Color preview on white background

This text has color #304535 on white background.



Black color preview on #304535 background

This text has black color on #304535 background.


White color preview on #304535 background

This text has white color on #304535 background.