COLOR #355038

HEX: #355038
RGB: (53,80,56)

Color info

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

RGB color model

#355038 color RGB value is (53,80,56).

  • red value is 53;
  • green value is 80;
  • blue value is 56.
RGB:
(53,80,56)
(21%,31%,22%)

RGB channels and saturation

R 53 of 255 = 21%
G 80 of 255 = 31%
B 56 of 255 = 22%

53
80
56

R + G + B ~ 25%. #355038 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 80 + 56 = 189 (100%)
R 53 of 189 ~ 28.04%
G 80 of 189 ~ 42.33%
B 56 of 189 ~ 29.63%

%28.04
%42.33
%29.63

CMYK color model

#355038 color CMYK value is (34,0,30,69).

  • cyan value is 33.75%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 68.63%
CMYK:
(34,0,30,69)
C34M0Y30K69 
(34%,0%,30%,69%)
(0.34/0.00/0.30/0.69)	

CMYK percentages

%33.75
%0
%30
%68.63

Codes

Color #355038 in popluar color models

355038
RGB538056
HSL127°20.30%26.08%
HSB/HSV127°33.75%31.37%
CMYK33.75%0.00%30.00%
68.63%

Color #355038 in popluar number systems.

HEX355038
Decimal538056
Binary1101011010000111000
Octal6512070

Shades and tints

Shades of #355038

#355038
(53,80,56)
#314933
(49,73,51)
#2D422E
(45,66,46)
#293B29
(41,59,41)
#253424
(37,52,36)
#212D1F
(33,45,31)
#1D261A
(29,38,26)
#191F15
(25,31,21)
#151810
(21,24,16)
#11110B
(17,17,11)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #355038

#355038
(53,80,56)
#475F4A
(71,95,74)
#596E5C
(89,110,92)
#6B7D6E
(107,125,110)
#7D8C80
(125,140,128)
#8F9B92
(143,155,146)
#A1AAA4
(161,170,164)
#B3B9B6
(179,185,182)
#C5C8C8
(197,200,200)
#D7D7DA
(215,215,218)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355038 color. Also use rgb(53,80,56) instead hex code.

Text Font Color

.myTextColor { color: #355038; }

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

This text font color is #355038.


Background Color

.myBgColor { background-color: #355038; }

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

This div background color is #355038.


Border color

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

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

This div border color is #355038.


Opacity

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

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

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

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

This text has shadow with #355038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355038 on black background.


Color preview on white background

This text has color #355038 on white background.



Black color preview on #355038 background

This text has black color on #355038 background.


White color preview on #355038 background

This text has white color on #355038 background.