COLOR #350E2D

HEX: #350E2D RGB: (53,14,45)

Color info

#350E2D contains red, green and blue colors in about the same proportion. Web safe color of #350E2D is #330033 (or #303).

RGB color model

#350E2D color RGB value is (53,14,45).

RGB: (53,14,45) (21%, 5%, 18%)

RGB channels and saturation

R 53 of 255 = 21%
G 14 of 255 = 5%
B 45 of 255 = 18%

53
14
45

R + G + B ~ 15%. #350E2D is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 14 + 45 = 112 (100%)
R 53 of 112 ~ 47.32%
G 14 of 112 ~ 12.5%
B 45 of 112 ~ 40.18'%

%47.32
%12.5
%40.18

CMYK color model

#350E2D color CMYK value is (0,74,15,79).

  • cyan value is 0.00%
  • magenta value is 73.58%
  • yellow value is 15.09%
  • key color value is 79.22%

CMYK: (0,74,15,79)
C0M74Y15K79 (0%, 74%, 15%, 79%)
(0.00 / 0.74 / 0.15 / 0.79)

CMYK percentages

%0
%73.58
%15.09
%79.22

Codes

Color #350E2D in popluar color models

35 0E 2D
RGB 53 14 45
HSL 312° 58.21% 13.14%
HSB/HSV 312° 73.58% 20.78%
CMYK 0.00% 73.58% 15.09%
79.22%

Color #350E2D in popluar number systems.

HEX 35 0E 2D
Decimal 53 14 45
Binary 110101 1110 101101
Octal 65 16 55

Shades and tints

Shades of #350E2D

#350E2D
(53,14,45)
#310D29
(49,13,41)
#2D0C25
(45,12,37)
#290B21
(41,11,33)
#250A1D
(37,10,29)
#210919
(33,9,25)
#1D0815
(29,8,21)
#190711
(25,7,17)
#15060D
(21,6,13)
#110509
(17,5,9)
#0D0405
(13,4,5)
#000000
(0,0,0)

Tints of #350E2D

#350E2D
(53,14,45)
#472340
(71,35,64)
#593853
(89,56,83)
#6B4D66
(107,77,102)
#7D6279
(125,98,121)
#8F778C
(143,119,140)
#A18C9F
(161,140,159)
#B3A1B2
(179,161,178)
#C5B6C5
(197,182,197)
#D7CBD8
(215,203,216)
#E9E0EB
(233,224,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350E2D color. Also use rgb(53,14,45) instead hex code.

Text Font Color

.myTextColor { color: #350E2D; }

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

This text font color is #350E2D.

Background Color

.myBgColor { background-color: #350E2D; }

<div style="background-color:#350E2D">Inner text</div>

This div background color is #350E2D.

Border color

.myBorderColor { border: 1px solid #350E2D; }

<div style="border:3px solid #350E2D">Div</div>

This div border color is #350E2D.

Opacity

.myOpacity80 { color: #350E2D; opacity: 0.8; }

<p style="color:#350E2D;opacity:0.8;">80%</p>

Text with #350E2D 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 #350E2D;}

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

This text has shadow with #350E2D color.


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

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

This text has shadow with #350E2D primary color and red secondary color.


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

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

This text has shadow with #350E2D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #350E2D.

Preview

Color preview on black background

This text has color #350E2D on black background.


Color preview on white background

This text has color #350E2D on white background.


Black color preview on #350E2D background

This text has black color on #350E2D background.


White color preview on #350E2D background

This text has white color on #350E2D background.


Related colors

Complementary color

Complementary color for #hex is #CAF1D2.


I love getcolorcode.com

Triadic colors

1 #2D350E and #0E2D35 with #350E2D are triadic colors.

2 #2D0E35 and #0E352D with #350E2D are triadic colors.