COLOR #3B453C

HEX: #3B453C
RGB: (59,69,60)

Color info

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

RGB color model

#3B453C color RGB value is (59,69,60).

  • red value is 59;
  • green value is 69;
  • blue value is 60.
RGB:
(59,69,60)
(23%,27%,24%)

RGB channels and saturation

R 59 of 255 = 23%
G 69 of 255 = 27%
B 60 of 255 = 24%

59
69
60

R + G + B ~ 25%. #3B453C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 69 + 60 = 188 (100%)
R 59 of 188 ~ 31.38%
G 69 of 188 ~ 36.7%
B 60 of 188 ~ 31.91%

%31.38
%36.7
%31.91

CMYK color model

#3B453C color CMYK value is (14,0,13,73).

  • cyan value is 14.49%
  • magenta value is 0.00%
  • yellow value is 13.04%
  • key color value is 72.94%
CMYK:
(14,0,13,73)
C14M0Y13K73 
(14%,0%,13%,73%)
(0.14/0.00/0.13/0.73)	

CMYK percentages

%14.49
%0
%13.04
%72.94

Codes

Color #3B453C in popluar color models

3B453C
RGB596960
HSL126°7.81%25.10%
HSB/HSV126°14.49%27.06%
CMYK14.49%0.00%13.04%
72.94%

Color #3B453C in popluar number systems.

HEX3B453C
Decimal596960
Binary1110111000101111100
Octal7310574

Shades and tints

Shades of #3B453C

#3B453C
(59,69,60)
#363F37
(54,63,55)
#313932
(49,57,50)
#2C332D
(44,51,45)
#272D28
(39,45,40)
#222723
(34,39,35)
#1D211E
(29,33,30)
#181B19
(24,27,25)
#131514
(19,21,20)
#0E0F0F
(14,15,15)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #3B453C

#3B453C
(59,69,60)
#4C554D
(76,85,77)
#5D655E
(93,101,94)
#6E756F
(110,117,111)
#7F8580
(127,133,128)
#909591
(144,149,145)
#A1A5A2
(161,165,162)
#B2B5B3
(178,181,179)
#C3C5C4
(195,197,196)
#D4D5D5
(212,213,213)
#E5E5E6
(229,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B453C color. Also use rgb(59,69,60) instead hex code.

Text Font Color

.myTextColor { color: #3B453C; }

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

This text font color is #3B453C.


Background Color

.myBgColor { background-color: #3B453C; }

<div style="background-color:#3B453C">Inner text</div>

This div background color is #3B453C.


Border color

.myBorderColor { border: 1px solid #3B453C; }

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

This div border color is #3B453C.


Opacity

.myOpacity80 { color: #3B453C; opacity: 0.8; }

<p style="color:#3B453C;opacity:0.8;">80%</p>

Text with #3B453C 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 #3B453C;}

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

This text has shadow with #3B453C color.

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

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

This text has shadow with #3B453C primary color and red secondary color.


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

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

This text has shadow with #3B453C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B453C on black background.


Color preview on white background

This text has color #3B453C on white background.



Black color preview on #3B453C background

This text has black color on #3B453C background.


White color preview on #3B453C background

This text has white color on #3B453C background.