COLOR #35836E

HEX: #35836E
RGB: (53,131,110)

Color info

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

RGB color model

#35836E color RGB value is (53,131,110).

  • red value is 53;
  • green value is 131;
  • blue value is 110.
RGB:
(53,131,110)
(21%,51%,43%)

RGB channels and saturation

R 53 of 255 = 21%
G 131 of 255 = 51%
B 110 of 255 = 43%

53
131
110

R + G + B ~ 38%. #35836E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 131 + 110 = 294 (100%)
R 53 of 294 ~ 18.03%
G 131 of 294 ~ 44.56%
B 110 of 294 ~ 37.41%

%18.03
%44.56
%37.41

CMYK color model

#35836E color CMYK value is (60,0,16,49).

  • cyan value is 59.54%
  • magenta value is 0.00%
  • yellow value is 16.03%
  • key color value is 48.63%
CMYK:
(60,0,16,49)
C60M0Y16K49 
(60%,0%,16%,49%)
(0.60/0.00/0.16/0.49)	

CMYK percentages

%59.54
%0
%16.03
%48.63

Codes

Color #35836E in popluar color models

35836E
RGB53131110
HSL164°42.39%36.08%
HSB/HSV164°59.54%51.37%
CMYK59.54%0.00%16.03%
48.63%

Color #35836E in popluar number systems.

HEX35836E
Decimal53131110
Binary110101100000111101110
Octal65203156

Shades and tints

Shades of #35836E

#35836E
(53,131,110)
#317864
(49,120,100)
#2D6D5A
(45,109,90)
#296250
(41,98,80)
#255746
(37,87,70)
#214C3C
(33,76,60)
#1D4132
(29,65,50)
#193628
(25,54,40)
#152B1E
(21,43,30)
#112014
(17,32,20)
#0D150A
(13,21,10)
#000000
(0,0,0)

Tints of #35836E

#35836E
(53,131,110)
#478E7B
(71,142,123)
#599988
(89,153,136)
#6BA495
(107,164,149)
#7DAFA2
(125,175,162)
#8FBAAF
(143,186,175)
#A1C5BC
(161,197,188)
#B3D0C9
(179,208,201)
#C5DBD6
(197,219,214)
#D7E6E3
(215,230,227)
#E9F1F0
(233,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35836E color. Also use rgb(53,131,110) instead hex code.

Text Font Color

.myTextColor { color: #35836E; }

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

This text font color is #35836E.


Background Color

.myBgColor { background-color: #35836E; }

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

This div background color is #35836E.


Border color

.myBorderColor { border: 1px solid #35836E; }

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

This div border color is #35836E.


Opacity

.myOpacity80 { color: #35836E; opacity: 0.8; }

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

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

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

This text has shadow with #35836E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35836E on black background.


Color preview on white background

This text has color #35836E on white background.



Black color preview on #35836E background

This text has black color on #35836E background.


White color preview on #35836E background

This text has white color on #35836E background.