COLOR #067841

HEX: #067841
RGB: (6,120,65)

Color info

#067841 contains mainly green and blue colors. Web safe color of #067841 is #006633 (or #063).

RGB color model

#067841 color RGB value is (6,120,65).

  • red value is 6;
  • green value is 120;
  • blue value is 65.
RGB:
(6,120,65)
(2%,47%,25%)

RGB channels and saturation

R 6 of 255 = 2%
G 120 of 255 = 47%
B 65 of 255 = 25%

6
120
65

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

Portions of RGB colors in percentages

R + G + B =
6 + 120 + 65 = 191 (100%)
R 6 of 191 ~ 3.14%
G 120 of 191 ~ 62.83%
B 65 of 191 ~ 34.03%

%62.83
%34.03

CMYK color model

#067841 color CMYK value is (95,0,46,53).

  • cyan value is 95.00%
  • magenta value is 0.00%
  • yellow value is 45.83%
  • key color value is 52.94%
CMYK:
(95,0,46,53)
C95M0Y46K53 
(95%,0%,46%,53%)
(0.95/0.00/0.46/0.53)	

CMYK percentages

%95
%0
%45.83
%52.94

Codes

Color #067841 in popluar color models

067841
RGB612065
HSL151°90.48%24.71%
HSB/HSV151°95.00%47.06%
CMYK95.00%0.00%45.83%
52.94%

Color #067841 in popluar number systems.

HEX067841
Decimal612065
Binary11011110001000001
Octal6170101

Shades and tints

Shades of #067841

#067841
(6,120,65)
#066E3C
(6,110,60)
#066437
(6,100,55)
#065A32
(6,90,50)
#06502D
(6,80,45)
#064628
(6,70,40)
#063C23
(6,60,35)
#06321E
(6,50,30)
#062819
(6,40,25)
#061E14
(6,30,20)
#06140F
(6,20,15)
#000000
(0,0,0)

Tints of #067841

#067841
(6,120,65)
#1C8452
(28,132,82)
#329063
(50,144,99)
#489C74
(72,156,116)
#5EA885
(94,168,133)
#74B496
(116,180,150)
#8AC0A7
(138,192,167)
#A0CCB8
(160,204,184)
#B6D8C9
(182,216,201)
#CCE4DA
(204,228,218)
#E2F0EB
(226,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #067841 color. Also use rgb(6,120,65) instead hex code.

Text Font Color

.myTextColor { color: #067841; }

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

This text font color is #067841.


Background Color

.myBgColor { background-color: #067841; }

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

This div background color is #067841.


Border color

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

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

This div border color is #067841.


Opacity

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

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

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

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

This text has shadow with #067841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #067841 on black background.


Color preview on white background

This text has color #067841 on white background.



Black color preview on #067841 background

This text has black color on #067841 background.


White color preview on #067841 background

This text has white color on #067841 background.