COLOR #35643D

HEX: #35643D RGB: (53,100,61)

Color info

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

RGB color model

#35643D color RGB value is (53,100,61).

RGB: (53,100,61) (21%, 39%, 24%)

RGB channels and saturation

R 53 of 255 = 21%
G 100 of 255 = 39%
B 61 of 255 = 24%

53
100
61

R + G + B ~ 28%. #35643D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 100 + 61 = 214 (100%)
R 53 of 214 ~ 24.77%
G 100 of 214 ~ 46.73%
B 61 of 214 ~ 28.5'%

%24.77
%46.73
%28.5

CMYK color model

#35643D color CMYK value is (47,0,39,61).

  • cyan value is 47.00%
  • magenta value is 0.00%
  • yellow value is 39.00%
  • key color value is 60.78%

CMYK: (47,0,39,61)
C47M0Y39K61 (47%, 0%, 39%, 61%)
(0.47 / 0.00 / 0.39 / 0.61)

CMYK percentages

%47
%0
%39
%60.78

Codes

Color #35643D in popluar color models

35 64 3D
RGB 53 100 61
HSL 130° 30.72% 30.00%
HSB/HSV 130° 47.00% 39.22%
CMYK 47.00% 0.00% 39.00%
60.78%

Color #35643D in popluar number systems.

HEX 35 64 3D
Decimal 53 100 61
Binary 110101 1100100 111101
Octal 65 144 75

Shades and tints

Shades of #35643D

#35643D
(53,100,61)
#315B38
(49,91,56)
#2D5233
(45,82,51)
#29492E
(41,73,46)
#254029
(37,64,41)
#213724
(33,55,36)
#1D2E1F
(29,46,31)
#19251A
(25,37,26)
#151C15
(21,28,21)
#111310
(17,19,16)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #35643D

#35643D
(53,100,61)
#47724E
(71,114,78)
#59805F
(89,128,95)
#6B8E70
(107,142,112)
#7D9C81
(125,156,129)
#8FAA92
(143,170,146)
#A1B8A3
(161,184,163)
#B3C6B4
(179,198,180)
#C5D4C5
(197,212,197)
#D7E2D6
(215,226,214)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35643D color. Also use rgb(53,100,61) instead hex code.

Text Font Color

.myTextColor { color: #35643D; }

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

This text font color is #35643D.

Background Color

.myBgColor { background-color: #35643D; }

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

This div background color is #35643D.

Border color

.myBorderColor { border: 1px solid #35643D; }

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

This div border color is #35643D.

Opacity

.myOpacity80 { color: #35643D; opacity: 0.8; }

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

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

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

This text has shadow with #35643D color.


.textShadow {text-shadow: 3px 3px 1px #35643D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #35643D; -webkit-box-shadow: 1px 1px 3px 2px #35643D; box-shadow:1px 1px 3px 2px #35643D;">
Div content here
</div>

This div box has shadow with color #35643D.

Preview

Color preview on black background

This text has color #35643D on black background.


Color preview on white background

This text has color #35643D on white background.


Black color preview on #35643D background

This text has black color on #35643D background.


White color preview on #35643D background

This text has white color on #35643D background.


Related colors

Complementary color

Complementary color for #hex is #CA9BC2.


I love getcolorcode.com

Triadic colors

1 #3D3564 and #643D35 with #35643D are triadic colors.

2 #3D6435 and #64353D with #35643D are triadic colors.