COLOR #35653E

HEX: #35653E
RGB: (53,101,62)

Color info

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

RGB color model

#35653E color RGB value is (53,101,62).

  • red value is 53;
  • green value is 101;
  • blue value is 62.
RGB:
(53,101,62)
(21%,40%,24%)

RGB channels and saturation

R 53 of 255 = 21%
G 101 of 255 = 40%
B 62 of 255 = 24%

53
101
62

R + G + B ~ 28%. #35653E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 101 + 62 = 216 (100%)
R 53 of 216 ~ 24.54%
G 101 of 216 ~ 46.76%
B 62 of 216 ~ 28.7%

%24.54
%46.76
%28.7

CMYK color model

#35653E color CMYK value is (48,0,39,60).

  • cyan value is 47.52%
  • magenta value is 0.00%
  • yellow value is 38.61%
  • key color value is 60.39%
CMYK:
(48,0,39,60)
C48M0Y39K60 
(48%,0%,39%,60%)
(0.48/0.00/0.39/0.60)	

CMYK percentages

%47.52
%0
%38.61
%60.39

Codes

Color #35653E in popluar color models

35653E
RGB5310162
HSL131°31.17%30.20%
HSB/HSV131°47.52%39.61%
CMYK47.52%0.00%38.61%
60.39%

Color #35653E in popluar number systems.

HEX35653E
Decimal5310162
Binary1101011100101111110
Octal6514576

Shades and tints

Shades of #35653E

#35653E
(53,101,62)
#315C39
(49,92,57)
#2D5334
(45,83,52)
#294A2F
(41,74,47)
#25412A
(37,65,42)
#213825
(33,56,37)
#1D2F20
(29,47,32)
#19261B
(25,38,27)
#151D16
(21,29,22)
#111411
(17,20,17)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #35653E

#35653E
(53,101,62)
#47734F
(71,115,79)
#598160
(89,129,96)
#6B8F71
(107,143,113)
#7D9D82
(125,157,130)
#8FAB93
(143,171,147)
#A1B9A4
(161,185,164)
#B3C7B5
(179,199,181)
#C5D5C6
(197,213,198)
#D7E3D7
(215,227,215)
#E9F1E8
(233,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35653E color. Also use rgb(53,101,62) instead hex code.

Text Font Color

.myTextColor { color: #35653E; }

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

This text font color is #35653E.


Background Color

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

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

This div background color is #35653E.


Border color

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

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

This div border color is #35653E.


Opacity

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

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

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

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

This text has shadow with #35653E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35653E on black background.


Color preview on white background

This text has color #35653E on white background.



Black color preview on #35653E background

This text has black color on #35653E background.


White color preview on #35653E background

This text has white color on #35653E background.