COLOR #6F3039

HEX: #6F3039 RGB: (111,48,57)

Color info

#6F3039 contains mainly red and blue colors. Web safe color of #6F3039 is #663333 (or #633).

RGB color model

#6F3039 color RGB value is (111,48,57).

RGB: (111,48,57) (44%, 19%, 22%)

RGB channels and saturation

R 111 of 255 = 44%
G 48 of 255 = 19%
B 57 of 255 = 22%

111
48
57

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

Portions of RGB colors in percentages

R + G + B = 111 + 48 + 57 = 216 (100%)
R 111 of 216 ~ 51.39%
G 48 of 216 ~ 22.22%
B 57 of 216 ~ 26.39'%

%51.39
%22.22
%26.39

CMYK color model

#6F3039 color CMYK value is (0,57,49,56).

  • cyan value is 0.00%
  • magenta value is 56.76%
  • yellow value is 48.65%
  • key color value is 56.47%
CMYK: (0,57,49,56) C0M57Y49K56 (0%,57%,49%,56%) (0.00/0.57/0.49/0.56) 

CMYK percentages

%0
%56.76
%48.65
%56.47

Codes

Color #6F3039 in popluar color models

6F 30 39
RGB 111 48 57
HSL 351° 39.62% 31.18%
HSB/HSV 351° 56.76% 43.53%
CMYK 0.00% 56.76% 48.65%
56.47%

Color #6F3039 in popluar number systems.

HEX 6F 30 39
Decimal 111 48 57
Binary 1101111 110000 111001
Octal 157 60 71

Shades and tints

Shades of #6F3039

#6F3039
(111,48,57)
#652C34
(101,44,52)
#5B282F
(91,40,47)
#51242A
(81,36,42)
#472025
(71,32,37)
#3D1C20
(61,28,32)
#33181B
(51,24,27)
#291416
(41,20,22)
#1F1011
(31,16,17)
#150C0C
(21,12,12)
#0B0807
(11,8,7)
#000000
(0,0,0)

Tints of #6F3039

#6F3039
(111,48,57)
#7C424B
(124,66,75)
#89545D
(137,84,93)
#96666F
(150,102,111)
#A37881
(163,120,129)
#B08A93
(176,138,147)
#BD9CA5
(189,156,165)
#CAAEB7
(202,174,183)
#D7C0C9
(215,192,201)
#E4D2DB
(228,210,219)
#F1E4ED
(241,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F3039 color. Also use rgb(111,48,57) instead hex code.

Text Font Color

.myTextColor { color: #6F3039; }

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

This text font color is #6F3039.

Background Color

.myBgColor { background-color: #6F3039; }

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

This div background color is #6F3039.

Border color

.myBorderColor { border: 1px solid #6F3039; }

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

This div border color is #6F3039.

Opacity

.myOpacity80 { color: #6F3039; opacity: 0.8; }

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

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

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

This text has shadow with #6F3039 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F3039.

Preview

Color preview on black background

This text has color #6F3039 on black background.


Color preview on white background

This text has color #6F3039 on white background.


Black color preview on #6F3039 background

This text has black color on #6F3039 background.


White color preview on #6F3039 background

This text has white color on #6F3039 background.


Related colors

Complementary color

Complementary color for #hex is #90CFC6.


I love getcolorcode.com

Triadic colors

1 #396F30 and #30396F with #6F3039 are triadic colors.

2 #39306F and #306F39 with #6F3039 are triadic colors.