COLOR #355338

HEX: #355338
RGB: (53,83,56)

Color info

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

RGB color model

#355338 color RGB value is (53,83,56).

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

RGB channels and saturation

R 53 of 255 = 21%
G 83 of 255 = 33%
B 56 of 255 = 22%

53
83
56

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

Portions of RGB colors in percentages

R + G + B =
53 + 83 + 56 = 192 (100%)
R 53 of 192 ~ 27.6%
G 83 of 192 ~ 43.23%
B 56 of 192 ~ 29.17%

%27.6
%43.23
%29.17

CMYK color model

#355338 color CMYK value is (36,0,33,67).

  • cyan value is 36.14%
  • magenta value is 0.00%
  • yellow value is 32.53%
  • key color value is 67.45%
CMYK:
(36,0,33,67)
C36M0Y33K67 
(36%,0%,33%,67%)
(0.36/0.00/0.33/0.67)	

CMYK percentages

%36.14
%0
%32.53
%67.45

Codes

Color #355338 in popluar color models

355338
RGB538356
HSL126°22.06%26.67%
HSB/HSV126°36.14%32.55%
CMYK36.14%0.00%32.53%
67.45%

Color #355338 in popluar number systems.

HEX355338
Decimal538356
Binary1101011010011111000
Octal6512370

Shades and tints

Shades of #355338

#355338
(53,83,56)
#314C33
(49,76,51)
#2D452E
(45,69,46)
#293E29
(41,62,41)
#253724
(37,55,36)
#21301F
(33,48,31)
#1D291A
(29,41,26)
#192215
(25,34,21)
#151B10
(21,27,16)
#11140B
(17,20,11)
#0D0D06
(13,13,6)
#000000
(0,0,0)

Tints of #355338

#355338
(53,83,56)
#47624A
(71,98,74)
#59715C
(89,113,92)
#6B806E
(107,128,110)
#7D8F80
(125,143,128)
#8F9E92
(143,158,146)
#A1ADA4
(161,173,164)
#B3BCB6
(179,188,182)
#C5CBC8
(197,203,200)
#D7DADA
(215,218,218)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355338; }

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

This text font color is #355338.


Background Color

.myBgColor { background-color: #355338; }

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

This div background color is #355338.


Border color

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

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

This div border color is #355338.


Opacity

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

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

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

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

This text has shadow with #355338 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355338 on black background.


Color preview on white background

This text has color #355338 on white background.



Black color preview on #355338 background

This text has black color on #355338 background.


White color preview on #355338 background

This text has white color on #355338 background.