COLOR #304C35

HEX: #304C35 RGB: (48,76,53)

Color info

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

RGB color model

#304C35 color RGB value is (48,76,53).

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

RGB channels and saturation

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

48
76
53

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

Portions of RGB colors in percentages

R + G + B = 48 + 76 + 53 = 177 (100%)
R 48 of 177 ~ 27.12%
G 76 of 177 ~ 42.94%
B 53 of 177 ~ 29.94'%

%27.12
%42.94
%29.94

CMYK color model

#304C35 color CMYK value is (37,0,30,70).

  • cyan value is 36.84%
  • magenta value is 0.00%
  • yellow value is 30.26%
  • key color value is 70.20%

CMYK: (37,0,30,70)
C37M0Y30K70 (37%, 0%, 30%, 70%)
(0.37 / 0.00 / 0.30 / 0.70)

CMYK percentages

%36.84
%0
%30.26
%70.2

Codes

Color #304C35 in popluar color models

30 4C 35
RGB 48 76 53
HSL 131° 22.58% 24.31%
HSB/HSV 131° 36.84% 29.80%
CMYK 36.84% 0.00% 30.26%
70.20%

Color #304C35 in popluar number systems.

HEX 30 4C 35
Decimal 48 76 53
Binary 110000 1001100 110101
Octal 60 114 65

Shades and tints

Shades of #304C35

#304C35
(48,76,53)
#2C4631
(44,70,49)
#28402D
(40,64,45)
#243A29
(36,58,41)
#203425
(32,52,37)
#1C2E21
(28,46,33)
#18281D
(24,40,29)
#142219
(20,34,25)
#101C15
(16,28,21)
#0C1611
(12,22,17)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #304C35

#304C35
(48,76,53)
#425C47
(66,92,71)
#546C59
(84,108,89)
#667C6B
(102,124,107)
#788C7D
(120,140,125)
#8A9C8F
(138,156,143)
#9CACA1
(156,172,161)
#AEBCB3
(174,188,179)
#C0CCC5
(192,204,197)
#D2DCD7
(210,220,215)
#E4ECE9
(228,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #304C35; }

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

This text font color is #304C35.

Background Color

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

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

This div background color is #304C35.

Border color

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

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

This div border color is #304C35.

Opacity

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

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

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

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

This text has shadow with #304C35 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #304C35.

Preview

Color preview on black background

This text has color #304C35 on black background.


Color preview on white background

This text has color #304C35 on white background.


Black color preview on #304C35 background

This text has black color on #304C35 background.


White color preview on #304C35 background

This text has white color on #304C35 background.


Related colors

Complementary color

Complementary color for #hex is #CFB3CA.


I love getcolorcode.com

Triadic colors

1 #35304C and #4C3530 with #304C35 are triadic colors.

2 #354C30 and #4C3035 with #304C35 are triadic colors.