COLOR #335030

HEX: #335030
RGB: (51,80,48)

Color info

#335030 contains red, green and blue colors in about the same proportion. Web safe color of #335030 is #336633 (or #363).

RGB color model

#335030 color RGB value is (51,80,48).

  • red value is 51;
  • green value is 80;
  • blue value is 48.
RGB:
(51,80,48)
(20%,31%,19%)

RGB channels and saturation

R 51 of 255 = 20%
G 80 of 255 = 31%
B 48 of 255 = 19%

51
80
48

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

Portions of RGB colors in percentages

R + G + B =
51 + 80 + 48 = 179 (100%)
R 51 of 179 ~ 28.49%
G 80 of 179 ~ 44.69%
B 48 of 179 ~ 26.82%

%28.49
%44.69
%26.82

CMYK color model

#335030 color CMYK value is (36,0,40,69).

  • cyan value is 36.25%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 68.63%
CMYK:
(36,0,40,69)
C36M0Y40K69 
(36%,0%,40%,69%)
(0.36/0.00/0.40/0.69)	

CMYK percentages

%36.25
%0
%40
%68.63

Codes

Color #335030 in popluar color models

335030
RGB518048
HSL114°25.00%25.10%
HSB/HSV114°40.00%31.37%
CMYK36.25%0.00%40.00%
68.63%

Color #335030 in popluar number systems.

HEX335030
Decimal518048
Binary1100111010000110000
Octal6312060

Shades and tints

Shades of #335030

#335030
(51,80,48)
#2F492C
(47,73,44)
#2B4228
(43,66,40)
#273B24
(39,59,36)
#233420
(35,52,32)
#1F2D1C
(31,45,28)
#1B2618
(27,38,24)
#171F14
(23,31,20)
#131810
(19,24,16)
#0F110C
(15,17,12)
#0B0A08
(11,10,8)
#000000
(0,0,0)

Tints of #335030

#335030
(51,80,48)
#455F42
(69,95,66)
#576E54
(87,110,84)
#697D66
(105,125,102)
#7B8C78
(123,140,120)
#8D9B8A
(141,155,138)
#9FAA9C
(159,170,156)
#B1B9AE
(177,185,174)
#C3C8C0
(195,200,192)
#D5D7D2
(213,215,210)
#E7E6E4
(231,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #335030 color. Also use rgb(51,80,48) instead hex code.

Text Font Color

.myTextColor { color: #335030; }

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

This text font color is #335030.


Background Color

.myBgColor { background-color: #335030; }

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

This div background color is #335030.


Border color

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

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

This div border color is #335030.


Opacity

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

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

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

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

This text has shadow with #335030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #335030 on black background.


Color preview on white background

This text has color #335030 on white background.



Black color preview on #335030 background

This text has black color on #335030 background.


White color preview on #335030 background

This text has white color on #335030 background.