COLOR #304538

HEX: #304538
RGB: (48,69,56)

Color info

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

RGB color model

#304538 color RGB value is (48,69,56).

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

RGB channels and saturation

R 48 of 255 = 19%
G 69 of 255 = 27%
B 56 of 255 = 22%

48
69
56

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

Portions of RGB colors in percentages

R + G + B =
48 + 69 + 56 = 173 (100%)
R 48 of 173 ~ 27.75%
G 69 of 173 ~ 39.88%
B 56 of 173 ~ 32.37%

%27.75
%39.88
%32.37

CMYK color model

#304538 color CMYK value is (30,0,19,73).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 18.84%
  • key color value is 72.94%
CMYK:
(30,0,19,73)
C30M0Y19K73 
(30%,0%,19%,73%)
(0.30/0.00/0.19/0.73)	

CMYK percentages

%30.43
%0
%18.84
%72.94

Codes

Color #304538 in popluar color models

304538
RGB486956
HSL143°17.95%22.94%
HSB/HSV143°30.43%27.06%
CMYK30.43%0.00%18.84%
72.94%

Color #304538 in popluar number systems.

HEX304538
Decimal486956
Binary1100001000101111000
Octal6010570

Shades and tints

Shades of #304538

#304538
(48,69,56)
#2C3F33
(44,63,51)
#28392E
(40,57,46)
#243329
(36,51,41)
#202D24
(32,45,36)
#1C271F
(28,39,31)
#18211A
(24,33,26)
#141B15
(20,27,21)
#101510
(16,21,16)
#0C0F0B
(12,15,11)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #304538

#304538
(48,69,56)
#42554A
(66,85,74)
#54655C
(84,101,92)
#66756E
(102,117,110)
#788580
(120,133,128)
#8A9592
(138,149,146)
#9CA5A4
(156,165,164)
#AEB5B6
(174,181,182)
#C0C5C8
(192,197,200)
#D2D5DA
(210,213,218)
#E4E5EC
(228,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304538; }

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

This text font color is #304538.


Background Color

.myBgColor { background-color: #304538; }

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

This div background color is #304538.


Border color

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

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

This div border color is #304538.


Opacity

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

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

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

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

This text has shadow with #304538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #304538 on black background.


Color preview on white background

This text has color #304538 on white background.



Black color preview on #304538 background

This text has black color on #304538 background.


White color preview on #304538 background

This text has white color on #304538 background.