COLOR #6E5F02

HEX: #6E5F02
RGB: (110,95,2)

Color info

#6E5F02 contains mainly red and green colors. Web safe color of #6E5F02 is #666600 (or #660).

RGB color model

#6E5F02 color RGB value is (110,95,2).

  • red value is 110;
  • green value is 95;
  • blue value is 2.
RGB:
(110,95,2)
(43%,37%,1%)

RGB channels and saturation

R 110 of 255 = 43%
G 95 of 255 = 37%
B 2 of 255 = 1%

110
95
2

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

Portions of RGB colors in percentages

R + G + B =
110 + 95 + 2 = 207 (100%)
R 110 of 207 ~ 53.14%
G 95 of 207 ~ 45.89%
B 2 of 207 ~ 0.97%

%53.14
%45.89

CMYK color model

#6E5F02 color CMYK value is (0,14,98,57).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 98.18%
  • key color value is 56.86%
CMYK:
(0,14,98,57)
C0M14Y98K57 
(0%,14%,98%,57%)
(0.00/0.14/0.98/0.57)	

CMYK percentages

%0
%13.64
%98.18
%56.86

Codes

Color #6E5F02 in popluar color models

6E5F02
RGB110952
HSL52°96.43%21.96%
HSB/HSV52°98.18%43.14%
CMYK0.00%13.64%98.18%
56.86%

Color #6E5F02 in popluar number systems.

HEX6E5F02
Decimal110952
Binary1101110101111110
Octal1561372

Shades and tints

Shades of #6E5F02

#6E5F02
(110,95,2)
#645702
(100,87,2)
#5A4F02
(90,79,2)
#504702
(80,71,2)
#463F02
(70,63,2)
#3C3702
(60,55,2)
#322F02
(50,47,2)
#282702
(40,39,2)
#1E1F02
(30,31,2)
#141702
(20,23,2)
#0A0F02
(10,15,2)
#000000
(0,0,0)

Tints of #6E5F02

#6E5F02
(110,95,2)
#7B6D19
(123,109,25)
#887B30
(136,123,48)
#958947
(149,137,71)
#A2975E
(162,151,94)
#AFA575
(175,165,117)
#BCB38C
(188,179,140)
#C9C1A3
(201,193,163)
#D6CFBA
(214,207,186)
#E3DDD1
(227,221,209)
#F0EBE8
(240,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5F02 color. Also use rgb(110,95,2) instead hex code.

Text Font Color

.myTextColor { color: #6E5F02; }

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

This text font color is #6E5F02.


Background Color

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

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

This div background color is #6E5F02.


Border color

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

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

This div border color is #6E5F02.


Opacity

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

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

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

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

This text has shadow with #6E5F02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5F02 on black background.


Color preview on white background

This text has color #6E5F02 on white background.



Black color preview on #6E5F02 background

This text has black color on #6E5F02 background.


White color preview on #6E5F02 background

This text has white color on #6E5F02 background.