COLOR #35855F

HEX: #35855F
RGB: (53,133,95)

Color info

#35855F contains mainly green and blue colors. Web safe color of #35855F is #339966 (or #396).

RGB color model

#35855F color RGB value is (53,133,95).

  • red value is 53;
  • green value is 133;
  • blue value is 95.
RGB:
(53,133,95)
(21%,52%,37%)

RGB channels and saturation

R 53 of 255 = 21%
G 133 of 255 = 52%
B 95 of 255 = 37%

53
133
95

R + G + B ~ 37%. #35855F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 133 + 95 = 281 (100%)
R 53 of 281 ~ 18.86%
G 133 of 281 ~ 47.33%
B 95 of 281 ~ 33.81%

%18.86
%47.33
%33.81

CMYK color model

#35855F color CMYK value is (60,0,29,48).

  • cyan value is 60.15%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 47.84%
CMYK:
(60,0,29,48)
C60M0Y29K48 
(60%,0%,29%,48%)
(0.60/0.00/0.29/0.48)	

CMYK percentages

%60.15
%0
%28.57
%47.84

Codes

Color #35855F in popluar color models

35855F
RGB5313395
HSL152°43.01%36.47%
HSB/HSV152°60.15%52.16%
CMYK60.15%0.00%28.57%
47.84%

Color #35855F in popluar number systems.

HEX35855F
Decimal5313395
Binary110101100001011011111
Octal65205137

Shades and tints

Shades of #35855F

#35855F
(53,133,95)
#317957
(49,121,87)
#2D6D4F
(45,109,79)
#296147
(41,97,71)
#25553F
(37,85,63)
#214937
(33,73,55)
#1D3D2F
(29,61,47)
#193127
(25,49,39)
#15251F
(21,37,31)
#111917
(17,25,23)
#0D0D0F
(13,13,15)
#000000
(0,0,0)

Tints of #35855F

#35855F
(53,133,95)
#47906D
(71,144,109)
#599B7B
(89,155,123)
#6BA689
(107,166,137)
#7DB197
(125,177,151)
#8FBCA5
(143,188,165)
#A1C7B3
(161,199,179)
#B3D2C1
(179,210,193)
#C5DDCF
(197,221,207)
#D7E8DD
(215,232,221)
#E9F3EB
(233,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35855F color. Also use rgb(53,133,95) instead hex code.

Text Font Color

.myTextColor { color: #35855F; }

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

This text font color is #35855F.


Background Color

.myBgColor { background-color: #35855F; }

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

This div background color is #35855F.


Border color

.myBorderColor { border: 1px solid #35855F; }

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

This div border color is #35855F.


Opacity

.myOpacity80 { color: #35855F; opacity: 0.8; }

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

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

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

This text has shadow with #35855F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35855F on black background.


Color preview on white background

This text has color #35855F on white background.



Black color preview on #35855F background

This text has black color on #35855F background.


White color preview on #35855F background

This text has white color on #35855F background.