COLOR #6F253A

HEX: #6F253A
RGB: (111,37,58)

Color info

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

RGB color model

#6F253A color RGB value is (111,37,58).

  • red value is 111;
  • green value is 37;
  • blue value is 58.
RGB:
(111,37,58)
(44%,15%,23%)

RGB channels and saturation

R 111 of 255 = 44%
G 37 of 255 = 15%
B 58 of 255 = 23%

111
37
58

R + G + B ~ 27%. #6F253A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
111 + 37 + 58 = 206 (100%)
R 111 of 206 ~ 53.88%
G 37 of 206 ~ 17.96%
B 58 of 206 ~ 28.16%

%53.88
%17.96
%28.16

CMYK color model

#6F253A color CMYK value is (0,67,48,56).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 47.75%
  • key color value is 56.47%
CMYK:
(0,67,48,56)
C0M67Y48K56 
(0%,67%,48%,56%)
(0.00/0.67/0.48/0.56)	

CMYK percentages

%0
%66.67
%47.75
%56.47

Codes

Color #6F253A in popluar color models

6F253A
RGB1113758
HSL343°50.00%29.02%
HSB/HSV343°66.67%43.53%
CMYK0.00%66.67%47.75%
56.47%

Color #6F253A in popluar number systems.

HEX6F253A
Decimal1113758
Binary1101111100101111010
Octal1574572

Shades and tints

Shades of #6F253A

#6F253A
(111,37,58)
#652235
(101,34,53)
#5B1F30
(91,31,48)
#511C2B
(81,28,43)
#471926
(71,25,38)
#3D1621
(61,22,33)
#33131C
(51,19,28)
#291017
(41,16,23)
#1F0D12
(31,13,18)
#150A0D
(21,10,13)
#0B0708
(11,7,8)
#000000
(0,0,0)

Tints of #6F253A

#6F253A
(111,37,58)
#7C384B
(124,56,75)
#894B5C
(137,75,92)
#965E6D
(150,94,109)
#A3717E
(163,113,126)
#B0848F
(176,132,143)
#BD97A0
(189,151,160)
#CAAAB1
(202,170,177)
#D7BDC2
(215,189,194)
#E4D0D3
(228,208,211)
#F1E3E4
(241,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F253A color. Also use rgb(111,37,58) instead hex code.

Text Font Color

.myTextColor { color: #6F253A; }

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

This text font color is #6F253A.


Background Color

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

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

This div background color is #6F253A.


Border color

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

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

This div border color is #6F253A.


Opacity

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

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

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

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

This text has shadow with #6F253A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F253A on black background.


Color preview on white background

This text has color #6F253A on white background.



Black color preview on #6F253A background

This text has black color on #6F253A background.


White color preview on #6F253A background

This text has white color on #6F253A background.