COLOR #35483D

HEX: #35483D RGB: (53,72,61)

Color info

#35483D contains red, green and blue colors in about the same proportion. Web safe color of #35483D is #333333 (or #333).

RGB color model

#35483D color RGB value is (53,72,61).

RGB: (53,72,61) (21%, 28%, 24%)

RGB channels and saturation

R 53 of 255 = 21%
G 72 of 255 = 28%
B 61 of 255 = 24%

53
72
61

R + G + B ~ 24%. #35483D is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 72 + 61 = 186 (100%)
R 53 of 186 ~ 28.49%
G 72 of 186 ~ 38.71%
B 61 of 186 ~ 32.8'%

%28.49
%38.71
%32.8

CMYK color model

#35483D color CMYK value is (26,0,15,72).

  • cyan value is 26.39%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 71.76%

CMYK: (26,0,15,72)
C26M0Y15K72 (26%, 0%, 15%, 72%)
(0.26 / 0.00 / 0.15 / 0.72)

CMYK percentages

%26.39
%0
%15.28
%71.76

Codes

Color #35483D in popluar color models

35 48 3D
RGB 53 72 61
HSL 145° 15.20% 24.51%
HSB/HSV 145° 26.39% 28.24%
CMYK 26.39% 0.00% 15.28%
71.76%

Color #35483D in popluar number systems.

HEX 35 48 3D
Decimal 53 72 61
Binary 110101 1001000 111101
Octal 65 110 75

Shades and tints

Shades of #35483D

#35483D
(53,72,61)
#314238
(49,66,56)
#2D3C33
(45,60,51)
#29362E
(41,54,46)
#253029
(37,48,41)
#212A24
(33,42,36)
#1D241F
(29,36,31)
#191E1A
(25,30,26)
#151815
(21,24,21)
#111210
(17,18,16)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #35483D

#35483D
(53,72,61)
#47584E
(71,88,78)
#59685F
(89,104,95)
#6B7870
(107,120,112)
#7D8881
(125,136,129)
#8F9892
(143,152,146)
#A1A8A3
(161,168,163)
#B3B8B4
(179,184,180)
#C5C8C5
(197,200,197)
#D7D8D6
(215,216,214)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35483D; }

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

This text font color is #35483D.

Background Color

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

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

This div background color is #35483D.

Border color

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

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

This div border color is #35483D.

Opacity

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

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

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

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

This text has shadow with #35483D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #35483D.

Preview

Color preview on black background

This text has color #35483D on black background.


Color preview on white background

This text has color #35483D on white background.


Black color preview on #35483D background

This text has black color on #35483D background.


White color preview on #35483D background

This text has white color on #35483D background.


Related colors

Complementary color

Complementary color for #hex is #CAB7C2.


I love getcolorcode.com

Triadic colors

1 #3D3548 and #483D35 with #35483D are triadic colors.

2 #3D4835 and #48353D with #35483D are triadic colors.