COLOR #304435

HEX: #304435
RGB: (48,68,53)

Color info

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

RGB color model

#304435 color RGB value is (48,68,53).

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

RGB channels and saturation

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

48
68
53

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

Portions of RGB colors in percentages

R + G + B =
48 + 68 + 53 = 169 (100%)
R 48 of 169 ~ 28.4%
G 68 of 169 ~ 40.24%
B 53 of 169 ~ 31.36%

%28.4
%40.24
%31.36

CMYK color model

#304435 color CMYK value is (29,0,22,73).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 73.33%
CMYK:
(29,0,22,73)
C29M0Y22K73 
(29%,0%,22%,73%)
(0.29/0.00/0.22/0.73)	

CMYK percentages

%29.41
%0
%22.06
%73.33

Codes

Color #304435 in popluar color models

304435
RGB486853
HSL135°17.24%22.75%
HSB/HSV135°29.41%26.67%
CMYK29.41%0.00%22.06%
73.33%

Color #304435 in popluar number systems.

HEX304435
Decimal486853
Binary1100001000100110101
Octal6010465

Shades and tints

Shades of #304435

#304435
(48,68,53)
#2C3E31
(44,62,49)
#28382D
(40,56,45)
#243229
(36,50,41)
#202C25
(32,44,37)
#1C2621
(28,38,33)
#18201D
(24,32,29)
#141A19
(20,26,25)
#101415
(16,20,21)
#0C0E11
(12,14,17)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #304435

#304435
(48,68,53)
#425547
(66,85,71)
#546659
(84,102,89)
#66776B
(102,119,107)
#78887D
(120,136,125)
#8A998F
(138,153,143)
#9CAAA1
(156,170,161)
#AEBBB3
(174,187,179)
#C0CCC5
(192,204,197)
#D2DDD7
(210,221,215)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304435; }

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

This text font color is #304435.


Background Color

.myBgColor { background-color: #304435; }

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

This div background color is #304435.


Border color

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

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

This div border color is #304435.


Opacity

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

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

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

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

This text has shadow with #304435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304435 on black background.


Color preview on white background

This text has color #304435 on white background.



Black color preview on #304435 background

This text has black color on #304435 background.


White color preview on #304435 background

This text has white color on #304435 background.