COLOR #35672D

HEX: #35672D RGB: (53,103,45)

Color info

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

RGB color model

#35672D color RGB value is (53,103,45).

RGB: (53,103,45) (21%, 40%, 18%)

RGB channels and saturation

R 53 of 255 = 21%
G 103 of 255 = 40%
B 45 of 255 = 18%

53
103
45

R + G + B ~ 26%. #35672D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 103 + 45 = 201 (100%)
R 53 of 201 ~ 26.37%
G 103 of 201 ~ 51.24%
B 45 of 201 ~ 22.39'%

%26.37
%51.24
%22.39

CMYK color model

#35672D color CMYK value is (49,0,56,60).

  • cyan value is 48.54%
  • magenta value is 0.00%
  • yellow value is 56.31%
  • key color value is 59.61%

CMYK: (49,0,56,60)
C49M0Y56K60 (49%, 0%, 56%, 60%)
(0.49 / 0.00 / 0.56 / 0.60)

CMYK percentages

%48.54
%0
%56.31
%59.61

Codes

Color #35672D in popluar color models

35 67 2D
RGB 53 103 45
HSL 112° 39.19% 29.02%
HSB/HSV 112° 56.31% 40.39%
CMYK 48.54% 0.00% 56.31%
59.61%

Color #35672D in popluar number systems.

HEX 35 67 2D
Decimal 53 103 45
Binary 110101 1100111 101101
Octal 65 147 55

Shades and tints

Shades of #35672D

#35672D
(53,103,45)
#315E29
(49,94,41)
#2D5525
(45,85,37)
#294C21
(41,76,33)
#25431D
(37,67,29)
#213A19
(33,58,25)
#1D3115
(29,49,21)
#192811
(25,40,17)
#151F0D
(21,31,13)
#111609
(17,22,9)
#0D0D05
(13,13,5)
#000000
(0,0,0)

Tints of #35672D

#35672D
(53,103,45)
#477440
(71,116,64)
#598153
(89,129,83)
#6B8E66
(107,142,102)
#7D9B79
(125,155,121)
#8FA88C
(143,168,140)
#A1B59F
(161,181,159)
#B3C2B2
(179,194,178)
#C5CFC5
(197,207,197)
#D7DCD8
(215,220,216)
#E9E9EB
(233,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35672D color. Also use rgb(53,103,45) instead hex code.

Text Font Color

.myTextColor { color: #35672D; }

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

This text font color is #35672D.

Background Color

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

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

This div background color is #35672D.

Border color

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

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

This div border color is #35672D.

Opacity

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

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

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

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

This text has shadow with #35672D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35672D.

Preview

Color preview on black background

This text has color #35672D on black background.


Color preview on white background

This text has color #35672D on white background.


Black color preview on #35672D background

This text has black color on #35672D background.


White color preview on #35672D background

This text has white color on #35672D background.


Related colors

Complementary color

Complementary color for #hex is #CA98D2.


I love getcolorcode.com

Triadic colors

1 #2D3567 and #672D35 with #35672D are triadic colors.

2 #2D6735 and #67352D with #35672D are triadic colors.