COLOR #683438

HEX: #683438
RGB: (104,52,56)

Color info

#683438 contains red, green and blue colors in about the same proportion. Web safe color of #683438 is #663333 (or #633).

RGB color model

#683438 color RGB value is (104,52,56).

  • red value is 104;
  • green value is 52;
  • blue value is 56.
RGB:
(104,52,56)
(41%,20%,22%)

RGB channels and saturation

R 104 of 255 = 41%
G 52 of 255 = 20%
B 56 of 255 = 22%

104
52
56

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

Portions of RGB colors in percentages

R + G + B =
104 + 52 + 56 = 212 (100%)
R 104 of 212 ~ 49.06%
G 52 of 212 ~ 24.53%
B 56 of 212 ~ 26.42%

%49.06
%24.53
%26.42

CMYK color model

#683438 color CMYK value is (0,50,46,59).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 46.15%
  • key color value is 59.22%
CMYK:
(0,50,46,59)
C0M50Y46K59 
(0%,50%,46%,59%)
(0.00/0.50/0.46/0.59)	

CMYK percentages

%0
%50
%46.15
%59.22

Codes

Color #683438 in popluar color models

683438
RGB1045256
HSL355°33.33%30.59%
HSB/HSV355°50.00%40.78%
CMYK0.00%50.00%46.15%
59.22%

Color #683438 in popluar number systems.

HEX683438
Decimal1045256
Binary1101000110100111000
Octal1506470

Shades and tints

Shades of #683438

#683438
(104,52,56)
#5F3033
(95,48,51)
#562C2E
(86,44,46)
#4D2829
(77,40,41)
#442424
(68,36,36)
#3B201F
(59,32,31)
#321C1A
(50,28,26)
#291815
(41,24,21)
#201410
(32,20,16)
#17100B
(23,16,11)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #683438

#683438
(104,52,56)
#75464A
(117,70,74)
#82585C
(130,88,92)
#8F6A6E
(143,106,110)
#9C7C80
(156,124,128)
#A98E92
(169,142,146)
#B6A0A4
(182,160,164)
#C3B2B6
(195,178,182)
#D0C4C8
(208,196,200)
#DDD6DA
(221,214,218)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #683438 color. Also use rgb(104,52,56) instead hex code.

Text Font Color

.myTextColor { color: #683438; }

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

This text font color is #683438.


Background Color

.myBgColor { background-color: #683438; }

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

This div background color is #683438.


Border color

.myBorderColor { border: 1px solid #683438; }

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

This div border color is #683438.


Opacity

.myOpacity80 { color: #683438; opacity: 0.8; }

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

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

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

This text has shadow with #683438 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #683438 on black background.


Color preview on white background

This text has color #683438 on white background.



Black color preview on #683438 background

This text has black color on #683438 background.


White color preview on #683438 background

This text has white color on #683438 background.